From 241e46626d69d18b1121ace2e728d2d296730f87 Mon Sep 17 00:00:00 2001 From: "statnett-bot[bot]" <144323495+statnett-bot[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 05:41:28 +0000 Subject: [PATCH] chore(main): release 0.8.24 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 9 +++++++++ README.md | 2 +- kustomization.yaml | 2 +- 4 files changed, 12 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a436cc4a..f60fabbc 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.8.23" + ".": "0.8.24" } diff --git a/CHANGELOG.md b/CHANGELOG.md index d15853b3..959250f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [0.8.24](https://github.com/statnett/image-scanner-operator/compare/v0.8.23...v0.8.24) (2024-10-22) + + +### Bug Fixes + +* **deps:** update module github.com/prometheus/client_golang to v1.20.5 ([#1150](https://github.com/statnett/image-scanner-operator/issues/1150)) ([9a40514](https://github.com/statnett/image-scanner-operator/commit/9a4051454700f70334a8a397a4c2d4ef228a21bd)) +* **deps:** update sigs.k8s.io/json digest to 9aa6b5e ([#1146](https://github.com/statnett/image-scanner-operator/issues/1146)) ([4b287de](https://github.com/statnett/image-scanner-operator/commit/4b287de4f6bf1a6c2525ef99e6fb0ec9079808aa)) +* **deps:** update sigs.k8s.io/json digest to cfa47c3 ([#1149](https://github.com/statnett/image-scanner-operator/issues/1149)) ([ca0e006](https://github.com/statnett/image-scanner-operator/commit/ca0e006bba315fb5506d36f0c8979458e5eea314)) + ## [0.8.23](https://github.com/statnett/image-scanner-operator/compare/v0.8.22...v0.8.23) (2024-10-10) diff --git a/README.md b/README.md index a9ab66b7..83db04e0 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.23 + - https://github.com/statnett/image-scanner-operator?ref=v0.8.24 ``` diff --git a/kustomization.yaml b/kustomization.yaml index 9a710b06..931e748f 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.23 # x-release-please-version + newTag: 0.8.24 # x-release-please-version