From d5a690f0141baefdc7832adc1bc777f6b997a091 Mon Sep 17 00:00:00 2001 From: "statnett-bot[bot]" <144323495+statnett-bot[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 05:41:07 +0100 Subject: [PATCH] chore(main): release 0.6.18 (#688) --- CHANGELOG.md | 9 +++++++++ README.md | 2 +- kustomization.yaml | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 25c7b00a..d473bbf2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [0.6.18](https://github.com/statnett/image-scanner-operator/compare/v0.6.17...v0.6.18) (2023-11-13) + + +### Bug Fixes + +* **deps:** update ghcr.io/aquasecurity/trivy docker tag to v0.47.0 ([#687](https://github.com/statnett/image-scanner-operator/issues/687)) ([23372d8](https://github.com/statnett/image-scanner-operator/commit/23372d8ab7c072f413f7cdeca04ecda09162df25)) +* **deps:** update module github.com/onsi/ginkgo/v2 to v2.13.1 ([#693](https://github.com/statnett/image-scanner-operator/issues/693)) ([193915c](https://github.com/statnett/image-scanner-operator/commit/193915c065307e6f136fe05dcdf632c69e617734)) +* **deps:** update module github.com/onsi/gomega to v1.30.0 ([#691](https://github.com/statnett/image-scanner-operator/issues/691)) ([0af2669](https://github.com/statnett/image-scanner-operator/commit/0af2669876826a1728d12b8187e83083e1fd328a)) + ## [0.6.17](https://github.com/statnett/image-scanner-operator/compare/v0.6.16...v0.6.17) (2023-11-03) diff --git a/README.md b/README.md index 43accb78..e9cc5a48 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.17 + - https://github.com/statnett/image-scanner-operator?ref=v0.6.18 ``` diff --git a/kustomization.yaml b/kustomization.yaml index f685621e..1f9440d8 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.17 # x-release-please-version + newTag: 0.6.18 # x-release-please-version