diff --git a/CHANGELOG.md b/CHANGELOG.md index 83b7822eb..6de8f12b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # 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)) + + +### 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 0a8d3a12b..6a3b68f12 100644 --- a/README.md +++ b/README.md @@ -130,7 +130,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 20977035b..06967b20c 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