diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f967a336..c4b26b27 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.8.25" + ".": "0.8.26" } diff --git a/CHANGELOG.md b/CHANGELOG.md index b6434e3c..0a4e1a94 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [0.8.26](https://github.com/statnett/image-scanner-operator/compare/v0.8.25...v0.8.26) (2024-11-21) + + +### Bug Fixes + +* **deps:** update kubernetes packages to v0.31.3 ([#1185](https://github.com/statnett/image-scanner-operator/issues/1185)) ([b8e0f8f](https://github.com/statnett/image-scanner-operator/commit/b8e0f8fc457e02b5fa863961f46ce62dcafdf455)) +* **deps:** update module github.com/onsi/ginkgo/v2 to v2.22.0 ([#1183](https://github.com/statnett/image-scanner-operator/issues/1183)) ([78dc741](https://github.com/statnett/image-scanner-operator/commit/78dc741749ae8fac9d629cf64ab9f8a54e236cd9)) +* **deps:** update module github.com/statnett/controller-runtime-viper to v0.3.27 ([#1187](https://github.com/statnett/image-scanner-operator/issues/1187)) ([397cdda](https://github.com/statnett/image-scanner-operator/commit/397cdda3c6090bcb7f502090e0707e53c5df48ed)) +* **deps:** update module sigs.k8s.io/controller-runtime to v0.19.2 ([#1186](https://github.com/statnett/image-scanner-operator/issues/1186)) ([ff7db9d](https://github.com/statnett/image-scanner-operator/commit/ff7db9d48b31b2b70571b26d5e4c6f3bbbae6475)) + ## [0.8.25](https://github.com/statnett/image-scanner-operator/compare/v0.8.24...v0.8.25) (2024-11-19) diff --git a/README.md b/README.md index f4dc4abf..30a918f5 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.25 + - https://github.com/statnett/image-scanner-operator?ref=v0.8.26 ``` diff --git a/kustomization.yaml b/kustomization.yaml index 314d8fa0..0072a9e5 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.25 # x-release-please-version + newTag: 0.8.26 # x-release-please-version