From f490ba6d5e9a7d72fe5e4e950f938c2ea1833f4d Mon Sep 17 00:00:00 2001 From: "statnett-bot[bot]" <144323495+statnett-bot[bot]@users.noreply.github.com> Date: Thu, 14 Dec 2023 16:09:41 +0100 Subject: [PATCH] chore(main): release 0.6.24 (#732) Co-authored-by: statnett-bot[bot] <144323495+statnett-bot[bot]@users.noreply.github.com> --- .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 89dd3ee4..67d25777 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.6.23" + ".": "0.6.24" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 510ad97f..56d99e9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.6.24](https://github.com/statnett/image-scanner-operator/compare/v0.6.23...v0.6.24) (2023-12-14) + + +### Bug Fixes + +* **deps:** update kubernetes packages to v0.29.0 ([#730](https://github.com/statnett/image-scanner-operator/issues/730)) ([b95fa5a](https://github.com/statnett/image-scanner-operator/commit/b95fa5ac1bcc6a5f4aa7813f884a9b859203921a)) + ## [0.6.23](https://github.com/statnett/image-scanner-operator/compare/v0.6.22...v0.6.23) (2023-12-08) diff --git a/README.md b/README.md index a14943f3..96cc9f70 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.23 + - https://github.com/statnett/image-scanner-operator?ref=v0.6.24 ``` diff --git a/kustomization.yaml b/kustomization.yaml index ebfaa3c8..0e3d39a5 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.23 # x-release-please-version + newTag: 0.6.24 # x-release-please-version