From d98be1582b1dcf43f8ad551e2565941eeee24fa1 Mon Sep 17 00:00:00 2001 From: "statnett-bot[bot]" <144323495+statnett-bot[bot]@users.noreply.github.com> Date: Thu, 15 Aug 2024 08:44:43 +0000 Subject: [PATCH] chore(main): release 0.8.18 --- .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 7bbd9c39..a83b183e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.8.17" + ".": "0.8.18" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b31d0cc..7aa510a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [0.8.18](https://github.com/statnett/image-scanner-operator/compare/v0.8.17...v0.8.18) (2024-08-15) + + +### Bug Fixes + +* **deps:** update module github.com/prometheus/client_golang to v1.20.0 ([#1081](https://github.com/statnett/image-scanner-operator/issues/1081)) ([b094124](https://github.com/statnett/image-scanner-operator/commit/b094124e1315c2597d2eafa3c9fbf63874b33489)) +* **deps:** update module sigs.k8s.io/controller-runtime to v0.18.5 ([#1068](https://github.com/statnett/image-scanner-operator/issues/1068)) ([2eeb42f](https://github.com/statnett/image-scanner-operator/commit/2eeb42fbe1140767d9f71de1df4c5d8140648e3d)) +* **deps:** update module sigs.k8s.io/controller-runtime to v0.19.0 ([#1083](https://github.com/statnett/image-scanner-operator/issues/1083)) ([a5ee964](https://github.com/statnett/image-scanner-operator/commit/a5ee9648feb91972a3982c96b8fcab2b1974f6ce)) + ## [0.8.17](https://github.com/statnett/image-scanner-operator/compare/v0.8.16...v0.8.17) (2024-08-12) diff --git a/README.md b/README.md index e52f6865..a0b5d557 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.17 + - https://github.com/statnett/image-scanner-operator?ref=v0.8.18 ``` diff --git a/kustomization.yaml b/kustomization.yaml index f0a64c60..3478c559 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.17 # x-release-please-version + newTag: 0.8.18 # x-release-please-version