From 922892f8aa7bdae243aff5e816b0f961cb715faa Mon Sep 17 00:00:00 2001 From: "statnett-bot[bot]" <144323495+statnett-bot[bot]@users.noreply.github.com> Date: Sat, 22 Feb 2025 22:15:57 +0000 Subject: [PATCH] chore(main): release 0.8.37 --- .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 137a73c7..fa2700ec 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.8.36" + ".": "0.8.37" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 67489392..4aa1b98a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.8.37](https://github.com/statnett/image-scanner-operator/compare/v0.8.36...v0.8.37) (2025-02-22) + + +### Bug Fixes + +* enable controller-runtime priority queue ([#1290](https://github.com/statnett/image-scanner-operator/issues/1290)) ([6d7ffd5](https://github.com/statnett/image-scanner-operator/commit/6d7ffd547ecea128e402fc133a28338de169d5bb)) +* only process stable/current pods ([#1289](https://github.com/statnett/image-scanner-operator/issues/1289)) ([2a4a838](https://github.com/statnett/image-scanner-operator/commit/2a4a838b5a7ccaa8049e408a742ee952da50c55d)) + ## [0.8.36](https://github.com/statnett/image-scanner-operator/compare/v0.8.35...v0.8.36) (2025-02-21) diff --git a/README.md b/README.md index 5e1b900e..5957f640 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.36 + - https://github.com/statnett/image-scanner-operator?ref=v0.8.37 ``` diff --git a/kustomization.yaml b/kustomization.yaml index 248a57ed..4523464a 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.36 # x-release-please-version + newTag: 0.8.37 # x-release-please-version