From b5d17409f86a9ac58f237b9c384870f4ad70c346 Mon Sep 17 00:00:00 2001 From: "statnett-bot[bot]" <144323495+statnett-bot[bot]@users.noreply.github.com> Date: Thu, 21 Dec 2023 12:22:24 +0000 Subject: [PATCH] chore(main): release 0.6.26 (#748) --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ README.md | 2 +- kustomization.yaml | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 703054d2..cb0d9a2c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.6.25" + ".": "0.6.26" } diff --git a/CHANGELOG.md b/CHANGELOG.md index cf875a31..8aae67d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.6.26](https://github.com/statnett/image-scanner-operator/compare/v0.6.25...v0.6.26) (2023-12-21) + + +### Bug Fixes + +* **deps:** update module github.com/statnett/controller-runtime-viper to v0.3.12 ([#747](https://github.com/statnett/image-scanner-operator/issues/747)) ([a778503](https://github.com/statnett/image-scanner-operator/commit/a778503adab800768d466096631e6c9d4e58c152)) + ## [0.6.25](https://github.com/statnett/image-scanner-operator/compare/v0.6.24...v0.6.25) (2023-12-19) diff --git a/README.md b/README.md index b827dab8..019b1e44 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.6.25 + - https://github.com/statnett/image-scanner-operator?ref=v0.6.26 ``` diff --git a/kustomization.yaml b/kustomization.yaml index bad1d6b8..3593726a 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.6.25 # x-release-please-version + newTag: 0.6.26 # x-release-please-version