From 12c50ee800a9650eb3628500f33dbfd5517b7d35 Mon Sep 17 00:00:00 2001 From: "statnett-bot[bot]" <144323495+statnett-bot[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 10:10:35 +0000 Subject: [PATCH] chore(main): release 0.6.16 --- CHANGELOG.md | 10 ++++++++++ README.md | 2 +- kustomization.yaml | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2cb3345d..c1465606 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [0.6.16](https://github.com/statnett/image-scanner-operator/compare/v0.6.15...v0.6.16) (2023-10-30) + + +### Bug Fixes + +* **deps:** update ghcr.io/aquasecurity/trivy docker tag to v0.46.1 ([#677](https://github.com/statnett/image-scanner-operator/issues/677)) ([9a38a00](https://github.com/statnett/image-scanner-operator/commit/9a38a00fd8065909c68d950eb919ec1363a5514c)) +* **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)) +* **kustomize:** migrate away from deprected patchesStrategicMerge ([#678](https://github.com/statnett/image-scanner-operator/issues/678)) ([6b7f6ae](https://github.com/statnett/image-scanner-operator/commit/6b7f6ae069d4a82f3a8f3481c4555ebb542c2475)) + ## [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