From 26b4fc17c468fcad914a765037587739912b1a0f Mon Sep 17 00:00:00 2001 From: Mikael Olausson <104485047+mikaelol@users.noreply.github.com> Date: Wed, 18 Jan 2023 16:37:57 +0100 Subject: [PATCH] chore(main): release 0.1.1 --- CHANGELOG.md | 14 ++++++++++++++ README.md | 2 +- kustomization.yaml | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 83b7822e..4eea2836 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [0.1.1](https://github.com/statnett/image-scanner-operator/compare/v0.1.0...v0.1.1) (2023-01-18) + + +### Bug Fixes + +* add workload labels to the podTemplate in the scan Job ([#83](https://github.com/statnett/image-scanner-operator/issues/83)) ([b4327fd](https://github.com/statnett/image-scanner-operator/commit/b4327fdbef45ae88c114ad7c42c569e0640ce182)) +* obtain image tags from pod container spec ([#86](https://github.com/statnett/image-scanner-operator/issues/86)) ([93c183f](https://github.com/statnett/image-scanner-operator/commit/93c183f73dff4d507cbe28a71109ac55fb161559)) +* update CIS status with errors decoding scan report ([#90](https://github.com/statnett/image-scanner-operator/issues/90)) ([27e5c51](https://github.com/statnett/image-scanner-operator/commit/27e5c51b45673e1fff0bd597a60473472f21680f)) + + +### Dependency Updates + +* **deps:** bump github.com/onsi/gomega from 1.24.2 to 1.25.0 ([#88](https://github.com/statnett/image-scanner-operator/issues/88)) ([74860c2](https://github.com/statnett/image-scanner-operator/commit/74860c2530407241e089b7f44f5565a2759bacbb)) + ## [0.1.0](https://github.com/statnett/image-scanner-operator/compare/v0.0.1...v0.1.0) (2023-01-17) diff --git a/README.md b/README.md index fe1fd592..99d5e791 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.1.0 + - https://github.com/statnett/image-scanner-operator?ref=v0.1.1 ``` diff --git a/kustomization.yaml b/kustomization.yaml index 20977035..06967b20 100644 --- a/kustomization.yaml +++ b/kustomization.yaml @@ -5,4 +5,4 @@ resources: images: - name: image-scanner/controller newName: ghcr.io/statnett/image-scanner-operator - newTag: 0.1.0 # x-release-please-version + newTag: 0.1.1 # x-release-please-version