From 2612efe50de71a6092a5c66cf04235f0c106bb29 Mon Sep 17 00:00:00 2001 From: "statnett-bot[bot]" <144323495+statnett-bot[bot]@users.noreply.github.com> Date: Fri, 27 Oct 2023 21:16:46 +0000 Subject: [PATCH] chore(main): release 0.6.16 --- CHANGELOG.md | 8 ++++++++ README.md | 2 +- kustomization.yaml | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2cb3345d..65a11a30 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.6.16](https://github.com/statnett/image-scanner-operator/compare/v0.6.15...v0.6.16) (2023-10-27) + + +### Bug Fixes + +* **deps:** update module github.com/statnett/controller-runtime-viper to v0.3.7 ([#674](https://github.com/statnett/image-scanner-operator/issues/674)) ([359ae7d](https://github.com/statnett/image-scanner-operator/commit/359ae7da312dbc6f6b2089dfb24306f6d15947a9)) +* **deps:** update module sigs.k8s.io/structured-merge-diff/v4 to v4.4.0 ([#676](https://github.com/statnett/image-scanner-operator/issues/676)) ([9f195a6](https://github.com/statnett/image-scanner-operator/commit/9f195a6345178ff15fd8a344772d35b72e76fd61)) + ## [0.6.15](https://github.com/statnett/image-scanner-operator/compare/v0.6.14...v0.6.15) (2023-10-26) diff --git a/README.md b/README.md index fdde8a02..cf693feb 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.15 + - https://github.com/statnett/image-scanner-operator?ref=v0.6.16 ``` diff --git a/kustomization.yaml b/kustomization.yaml index b43d1e69..03c12c75 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.15 # x-release-please-version + newTag: 0.6.16 # x-release-please-version