From 5c633f253e88d64ff168a735b17e636fc5b5cdab Mon Sep 17 00:00:00 2001 From: Mikael Olausson <104485047+mikaelol@users.noreply.github.com> Date: Tue, 17 Jan 2023 09:55:27 +0100 Subject: [PATCH] chore(main): release 0.1.0 (#72) --- 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 6561d03b..83b7822e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [0.1.0](https://github.com/statnett/image-scanner-operator/compare/v0.0.1...v0.1.0) (2023-01-17) + + +### Features + +* add workload labels on the scan job ([#80](https://github.com/statnett/image-scanner-operator/issues/80)) ([0faade8](https://github.com/statnett/image-scanner-operator/commit/0faade88ca218ba699452a448080af0af8bd456d)) + + +### Bug Fixes + +* add GenerationChangedPredicate to CIS controller ([#66](https://github.com/statnett/image-scanner-operator/issues/66)) ([9d6372b](https://github.com/statnett/image-scanner-operator/commit/9d6372b5336d907ac4875e8f1caaa984d9942f83)) +* **cli:** should print help when requested ([#62](https://github.com/statnett/image-scanner-operator/issues/62)) ([f7dd4d3](https://github.com/statnett/image-scanner-operator/commit/f7dd4d39fd19e173dd8b54bce0f0ad1b983d6f63)) +* don't use generateName when creating jobs ([#48](https://github.com/statnett/image-scanner-operator/issues/48)) ([d7c8185](https://github.com/statnett/image-scanner-operator/commit/d7c818552fdbb6442caebf8b06bf1865a9df4c66)) + ## [0.0.1](https://github.com/statnett/image-scanner-operator/compare/v0.0.0...v0.0.1) (2023-01-12) diff --git a/README.md b/README.md index 9ad11b85..0a8d3a12 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.0.1 + - https://github.com/statnett/image-scanner-operator?ref=v0.1.0 ``` diff --git a/kustomization.yaml b/kustomization.yaml index d0a6090d..20977035 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.0.1 # x-release-please-version + newTag: 0.1.0 # x-release-please-version