Skip to content

Commit

Permalink
chore(main): release 0.8.30 (#1225)
Browse files Browse the repository at this point in the history
Co-authored-by: statnett-bot[bot] <144323495+statnett-bot[bot]@users.noreply.github.com>
  • Loading branch information
statnett-bot[bot] authored Jan 8, 2025
1 parent bfab789 commit d04d6b3
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
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

0 comments on commit d04d6b3

Please sign in to comment.