From 57574c72054f771ac1e24b18271094ddd8a5beec Mon Sep 17 00:00:00 2001 From: "statnett-bot[bot]" <144323495+statnett-bot[bot]@users.noreply.github.com> Date: Fri, 19 Jul 2024 10:12:05 +0200 Subject: [PATCH] chore(main): release 0.8.15 (#1023) Co-authored-by: statnett-bot[bot] <144323495+statnett-bot[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 13 +++++++++++++ README.md | 2 +- kustomization.yaml | 2 +- 4 files changed, 16 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 707e9ae3..eec004fa 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.8.14" + ".": "0.8.15" } diff --git a/CHANGELOG.md b/CHANGELOG.md index a4ed61e3..bc62134d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.8.15](https://github.com/statnett/image-scanner-operator/compare/v0.8.14...v0.8.15) (2024-07-19) + + +### Features + +* opt-in creating wg-policy PolicyReport ([#1030](https://github.com/statnett/image-scanner-operator/issues/1030)) ([ba74679](https://github.com/statnett/image-scanner-operator/commit/ba746793e1c4787dd6f8727c3c2c31eedfaca470)) + + +### Bug Fixes + +* **deps:** update k8s.io/utils digest to 18e509b ([#1021](https://github.com/statnett/image-scanner-operator/issues/1021)) ([5873feb](https://github.com/statnett/image-scanner-operator/commit/5873febd573acbaa326c62b8d487e648794d1d9e)) +* **deps:** update kubernetes packages to v0.30.3 ([#1033](https://github.com/statnett/image-scanner-operator/issues/1033)) ([7acf1dc](https://github.com/statnett/image-scanner-operator/commit/7acf1dcbd4b8ebe9ea702b2ca9463fb219eef951)) + ## [0.8.14](https://github.com/statnett/image-scanner-operator/compare/v0.8.13...v0.8.14) (2024-07-10) diff --git a/README.md b/README.md index 922369f0..ed371d43 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.14 + - https://github.com/statnett/image-scanner-operator?ref=v0.8.15 ``` diff --git a/kustomization.yaml b/kustomization.yaml index af054539..54e6d3d6 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.14 # x-release-please-version + newTag: 0.8.15 # x-release-please-version