diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 67d25777..703054d2 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.6.24" + ".": "0.6.25" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 56d99e9a..cf875a31 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/README.md b/README.md index 96cc9f70..b827dab8 100644 --- a/README.md +++ b/README.md @@ -134,7 +134,7 @@ base. Your initial kustomization.yaml could be as simple as: ```yaml resources: - - https://github.com/statnett/image-scanner-operator?ref=v0.6.24 + - https://github.com/statnett/image-scanner-operator?ref=v0.6.25 ``` diff --git a/kustomization.yaml b/kustomization.yaml index 0e3d39a5..bad1d6b8 100644 --- a/kustomization.yaml +++ b/kustomization.yaml @@ -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