From 2038d69722703853ec11a373fe0c3a362d459a16 Mon Sep 17 00:00:00 2001 From: "statnett-bot[bot]" <144323495+statnett-bot[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 15:09:16 +0000 Subject: [PATCH] chore(main): release 0.8.33 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 10 ++++++++++ README.md | 2 +- kustomization.yaml | 2 +- 4 files changed, 13 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 95143ce0..baa6977d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.8.32" + ".": "0.8.33" } diff --git a/CHANGELOG.md b/CHANGELOG.md index c7565799..f676e563 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [0.8.33](https://github.com/statnett/image-scanner-operator/compare/v0.8.32...v0.8.33) (2025-02-10) + + +### Bug Fixes + +* **deps:** update ghcr.io/aquasecurity/trivy docker tag to v0.59.0 ([#1256](https://github.com/statnett/image-scanner-operator/issues/1256)) ([b7d2d93](https://github.com/statnett/image-scanner-operator/commit/b7d2d939358913c127621be768464f36d7e7d78e)) +* **deps:** update ghcr.io/aquasecurity/trivy docker tag to v0.59.1 ([#1260](https://github.com/statnett/image-scanner-operator/issues/1260)) ([8dab1f2](https://github.com/statnett/image-scanner-operator/commit/8dab1f23874f871acfa9018fcd25471a5424bd20)) +* **deps:** update module github.com/spf13/pflag to v1.0.6 ([#1254](https://github.com/statnett/image-scanner-operator/issues/1254)) ([a97b69f](https://github.com/statnett/image-scanner-operator/commit/a97b69f605a489b498a9fe48651fad03fbbc4197)) +* **deps:** update module github.com/statnett/controller-runtime-viper to v0.3.32 ([#1261](https://github.com/statnett/image-scanner-operator/issues/1261)) ([1706199](https://github.com/statnett/image-scanner-operator/commit/1706199485c263fe633ae1d84c0d43231720d001)) + ## [0.8.32](https://github.com/statnett/image-scanner-operator/compare/v0.8.31...v0.8.32) (2025-01-26) diff --git a/README.md b/README.md index 0368980a..49404b66 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.32 + - https://github.com/statnett/image-scanner-operator?ref=v0.8.33 ``` diff --git a/kustomization.yaml b/kustomization.yaml index b921710a..87f673f3 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.32 # x-release-please-version + newTag: 0.8.33 # x-release-please-version