From d04d6b32dc41e1c5df08fcbaea237d4549ed5a47 Mon Sep 17 00:00:00 2001 From: "statnett-bot[bot]" <144323495+statnett-bot[bot]@users.noreply.github.com> Date: Wed, 8 Jan 2025 21:17:53 +0100 Subject: [PATCH] chore(main): release 0.8.30 (#1225) Co-authored-by: statnett-bot[bot] <144323495+statnett-bot[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ README.md | 2 +- kustomization.yaml | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index cbc3e048..1f42210e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.8.29" + ".": "0.8.30" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 2be015cb..7d098d5e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.8.30](https://github.com/statnett/image-scanner-operator/compare/v0.8.29...v0.8.30) (2025-01-08) + + +### Bug Fixes + +* **deps:** update module github.com/statnett/controller-runtime-viper to v0.3.29 ([#1227](https://github.com/statnett/image-scanner-operator/issues/1227)) ([bfab789](https://github.com/statnett/image-scanner-operator/commit/bfab7893dcde409c884bd06e6fe1eb48fbb552cd)) +* **deps:** update module sigs.k8s.io/controller-runtime to v0.19.4 ([#1223](https://github.com/statnett/image-scanner-operator/issues/1223)) ([a051a64](https://github.com/statnett/image-scanner-operator/commit/a051a6415061a23027645eabf27903107b3d2632)) + ## [0.8.29](https://github.com/statnett/image-scanner-operator/compare/v0.8.28...v0.8.29) (2025-01-02) diff --git a/README.md b/README.md index c39c9d4d..d0890cab 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.29 + - https://github.com/statnett/image-scanner-operator?ref=v0.8.30 ``` diff --git a/kustomization.yaml b/kustomization.yaml index bde984dc..95c95e60 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.29 # x-release-please-version + newTag: 0.8.30 # x-release-please-version