diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 293d8cb8..a436cc4a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.8.22" + ".": "0.8.23" } diff --git a/CHANGELOG.md b/CHANGELOG.md index b56fc19f..d15853b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [0.8.23](https://github.com/statnett/image-scanner-operator/compare/v0.8.22...v0.8.23) (2024-10-10) + + +### Bug Fixes + +* **deps:** update ghcr.io/aquasecurity/trivy docker tag to v0.56.2 ([#1144](https://github.com/statnett/image-scanner-operator/issues/1144)) ([b4a39b8](https://github.com/statnett/image-scanner-operator/commit/b4a39b81975cd6ab2cd5ba70bc4e26d6682c8c35)) +* **deps:** update sigs.k8s.io/json digest to e386a8a ([#1141](https://github.com/statnett/image-scanner-operator/issues/1141)) ([8019925](https://github.com/statnett/image-scanner-operator/commit/80199253876b872118d0f92c03f65cbb6a0c4ee3)) +* **deps:** update sigs.k8s.io/wg-policy-prototypes digest to 25056e1 ([#1139](https://github.com/statnett/image-scanner-operator/issues/1139)) ([6753245](https://github.com/statnett/image-scanner-operator/commit/67532458b0a2792778d3dd0a72f801b0ef474f21)) + ## [0.8.22](https://github.com/statnett/image-scanner-operator/compare/v0.8.21...v0.8.22) (2024-10-07) diff --git a/README.md b/README.md index f1fbbca0..a9ab66b7 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.8.22 + - https://github.com/statnett/image-scanner-operator?ref=v0.8.23 ``` diff --git a/kustomization.yaml b/kustomization.yaml index c83c1702..9a710b06 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.8.22 # x-release-please-version + newTag: 0.8.23 # x-release-please-version