From 5c816ac289025d4cec33b1fc93a504f9b5ed1007 Mon Sep 17 00:00:00 2001 From: "statnett-bot[bot]" <144323495+statnett-bot[bot]@users.noreply.github.com> Date: Tue, 19 Mar 2024 14:52:40 +0100 Subject: [PATCH] chore(main): release 0.8.2 (#866) Co-authored-by: statnett-bot[bot] <144323495+statnett-bot[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 10 ++++++++++ README.md | 2 +- kustomization.yaml | 2 +- 4 files changed, 13 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 02f17d9d..2e1c40ed 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.8.1" + ".": "0.8.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 59da59c8..39d6ff0e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [0.8.2](https://github.com/statnett/image-scanner-operator/compare/v0.8.1...v0.8.2) (2024-03-19) + + +### Bug Fixes + +* **deps:** update ghcr.io/aquasecurity/trivy docker tag to v0.50.0 ([#865](https://github.com/statnett/image-scanner-operator/issues/865)) ([3124cb4](https://github.com/statnett/image-scanner-operator/commit/3124cb4f32cd2c0000ae2fd828bbbac3a86fdc63)) +* **deps:** update module github.com/onsi/ginkgo/v2 to v2.17.0 ([#863](https://github.com/statnett/image-scanner-operator/issues/863)) ([469f31b](https://github.com/statnett/image-scanner-operator/commit/469f31be138c5cb731736c8f387bb9bc41636d3d)) +* **deps:** update module github.com/onsi/gomega to v1.32.0 ([#864](https://github.com/statnett/image-scanner-operator/issues/864)) ([fb93745](https://github.com/statnett/image-scanner-operator/commit/fb937452c200bee40c6a1751c7b22f3b35acc3cf)) +* ensure valid scan job name ([#867](https://github.com/statnett/image-scanner-operator/issues/867)) ([d2ac6e3](https://github.com/statnett/image-scanner-operator/commit/d2ac6e3b57f2b5db5ee131b5e87e2d7720c807a6)) + ## [0.8.1](https://github.com/statnett/image-scanner-operator/compare/v0.8.0...v0.8.1) (2024-03-18) diff --git a/README.md b/README.md index 4e30f0bb..9f83de6d 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.1 + - https://github.com/statnett/image-scanner-operator?ref=v0.8.2 ``` diff --git a/kustomization.yaml b/kustomization.yaml index b70bbaa5..bf1f46ef 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.1 # x-release-please-version + newTag: 0.8.2 # x-release-please-version