Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(main): release 0.8.30 #1225

Merged
merged 1 commit into from
Jan 8, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.8.29"
".": "0.8.30"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.8.30](https://github.com/statnett/image-scanner-operator/compare/v0.8.29...v0.8.30) (2025-01-08)


### Bug Fixes

* **deps:** update module github.com/statnett/controller-runtime-viper to v0.3.29 ([#1227](https://github.com/statnett/image-scanner-operator/issues/1227)) ([bfab789](https://github.com/statnett/image-scanner-operator/commit/bfab7893dcde409c884bd06e6fe1eb48fbb552cd))
* **deps:** update module sigs.k8s.io/controller-runtime to v0.19.4 ([#1223](https://github.com/statnett/image-scanner-operator/issues/1223)) ([a051a64](https://github.com/statnett/image-scanner-operator/commit/a051a6415061a23027645eabf27903107b3d2632))

## [0.8.29](https://github.com/statnett/image-scanner-operator/compare/v0.8.28...v0.8.29) (2025-01-02)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ base. Your initial kustomization.yaml could be as simple as:
<!-- x-release-please-start-version -->
```yaml
resources:
- https://github.com/statnett/image-scanner-operator?ref=v0.8.29
- https://github.com/statnett/image-scanner-operator?ref=v0.8.30
```
<!-- x-release-please-end -->

Expand Down
2 changes: 1 addition & 1 deletion kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ resources:
images:
- name: registry.dummy-domain.com/image-scanner/controller
newName: ghcr.io/statnett/image-scanner-operator
newTag: 0.8.29 # x-release-please-version
newTag: 0.8.30 # x-release-please-version
Loading