Skip to content

Commit

Permalink
chore(main): release 0.6.25 (#736)
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 Dec 19, 2023
1 parent 2bb37c1 commit 4891a3e
Show file tree
Hide file tree
Showing 4 changed files with 12 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.6.24"
".": "0.6.25"
}
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [0.6.25](https://github.com/statnett/image-scanner-operator/compare/v0.6.24...v0.6.25) (2023-12-19)


### Bug Fixes

* **deps:** update ghcr.io/aquasecurity/trivy docker tag to v0.48.1 ([#735](https://github.com/statnett/image-scanner-operator/issues/735)) ([9850eb9](https://github.com/statnett/image-scanner-operator/commit/9850eb9ce8635c80e8172aae1b8d587aa6bc5e3f))
* **deps:** update module github.com/spf13/viper to v1.18.2 ([#737](https://github.com/statnett/image-scanner-operator/issues/737)) ([1cbfca5](https://github.com/statnett/image-scanner-operator/commit/1cbfca554734ff05cae1c6156814ae865b9c39b7))
* **deps:** update module github.com/statnett/controller-runtime-viper to v0.3.11 ([#742](https://github.com/statnett/image-scanner-operator/issues/742)) ([b9b1ed5](https://github.com/statnett/image-scanner-operator/commit/b9b1ed5435cef074f827950df5a216d914e051fe))

## [0.6.24](https://github.com/statnett/image-scanner-operator/compare/v0.6.23...v0.6.24) (2023-12-14)


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.6.24
- https://github.com/statnett/image-scanner-operator?ref=v0.6.25
```
<!-- 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.6.24 # x-release-please-version
newTag: 0.6.25 # x-release-please-version

0 comments on commit 4891a3e

Please sign in to comment.