diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 6d94eb75..9e805262 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.8.10" + ".": "0.8.11" } diff --git a/CHANGELOG.md b/CHANGELOG.md index de54fd84..5dec156b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [0.8.11](https://github.com/statnett/image-scanner-operator/compare/v0.8.10...v0.8.11) (2024-06-05) + + +### Features + +* reconcile cis with all owning pods ([#978](https://github.com/statnett/image-scanner-operator/issues/978)) ([c5c4ac1](https://github.com/statnett/image-scanner-operator/commit/c5c4ac18ed83c2e756753751ca3be2b6362eb94f)) + + +### Bug Fixes + +* **deps:** update ghcr.io/aquasecurity/trivy docker tag to v0.52.0 ([#977](https://github.com/statnett/image-scanner-operator/issues/977)) ([bdaec85](https://github.com/statnett/image-scanner-operator/commit/bdaec856a8414c9e761e328f2fcf43d97f6508bd)) +* **deps:** update module github.com/spf13/viper to v1.19.0 ([#975](https://github.com/statnett/image-scanner-operator/issues/975)) ([d9a4f14](https://github.com/statnett/image-scanner-operator/commit/d9a4f14ff35de776a4b6cd9b588013b05117ffe5)) +* **deps:** update module github.com/statnett/controller-runtime-viper to v0.3.23 ([#979](https://github.com/statnett/image-scanner-operator/issues/979)) ([a5b863a](https://github.com/statnett/image-scanner-operator/commit/a5b863a650da4d81ba03cd8eb3f0e4f0d12ee09d)) + ## [0.8.10](https://github.com/statnett/image-scanner-operator/compare/v0.8.9...v0.8.10) (2024-05-24) diff --git a/README.md b/README.md index d337ccf8..0b093693 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.10 + - https://github.com/statnett/image-scanner-operator?ref=v0.8.11 ``` diff --git a/kustomization.yaml b/kustomization.yaml index ec034f62..9cce0a77 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.10 # x-release-please-version + newTag: 0.8.11 # x-release-please-version