From 0c3b61e69cea77b822093be9c29aa2f351cd398c Mon Sep 17 00:00:00 2001 From: "statnett-bot[bot]" <144323495+statnett-bot[bot]@users.noreply.github.com> Date: Fri, 8 Dec 2023 19:02:37 +0100 Subject: [PATCH] chore(main): release 0.6.23 (#722) Co-authored-by: statnett-bot[bot] <144323495+statnett-bot[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ README.md | 2 +- kustomization.yaml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f6c38d78..510ad97f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.6.23](https://github.com/statnett/image-scanner-operator/compare/v0.6.22...v0.6.23) (2023-12-08) + + +### Bug Fixes + +* **deps:** update module github.com/statnett/controller-runtime-viper to v0.3.10 ([#721](https://github.com/statnett/image-scanner-operator/issues/721)) ([9382b12](https://github.com/statnett/image-scanner-operator/commit/9382b12e866235d4b23beff150bfbd4f81a39972)) + ## [0.6.22](https://github.com/statnett/image-scanner-operator/compare/v0.6.21...v0.6.22) (2023-12-07) diff --git a/README.md b/README.md index 5f0cf293..a14943f3 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.22 + - https://github.com/statnett/image-scanner-operator?ref=v0.6.23 ``` diff --git a/kustomization.yaml b/kustomization.yaml index 1f0a8919..ebfaa3c8 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.22 # x-release-please-version + newTag: 0.6.23 # x-release-please-version