From 1cc7ddb676a5bdaa8a086515ca6c06584ef06cd7 Mon Sep 17 00:00:00 2001 From: Taylor Bot Date: Tue, 24 Oct 2023 19:52:39 +0200 Subject: [PATCH] Release v0.0.3 (#27) --- CHANGELOG.md | 5 ++++- helm/kyverno-policy-operator/Chart.yaml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b53fa2..09e80e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.0.3] - 2023-10-24 + ### Changed - Set destination namespace to be `policy-exceptions`. @@ -21,6 +23,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - First release of the Kyverno Policy Operator App. -[Unreleased]: https://github.com/giantswarm/kyverno-policy-operator/compare/v0.0.2...HEAD +[Unreleased]: https://github.com/giantswarm/kyverno-policy-operator/compare/v0.0.3...HEAD +[0.0.3]: https://github.com/giantswarm/kyverno-policy-operator/compare/v0.0.2...v0.0.3 [0.0.2]: https://github.com/giantswarm/kyverno-policy-operator/compare/v0.0.1...v0.0.2 [0.0.1]: https://github.com/giantswarm/kyverno-policy-operator/releases/tag/v0.0.1 diff --git a/helm/kyverno-policy-operator/Chart.yaml b/helm/kyverno-policy-operator/Chart.yaml index 9e7c2ad..7bca4ac 100644 --- a/helm/kyverno-policy-operator/Chart.yaml +++ b/helm/kyverno-policy-operator/Chart.yaml @@ -3,6 +3,6 @@ appVersion: 0.0.1 name: kyverno-policy-operator description: A Helm chart for kyverno-policy-operator, which creates PolicyExceptions based on PolicyExceptionsDraft resources. home: https://github.com/giantswarm/kyverno-policy-operator -version: 0.0.2 +version: 0.0.3 annotations: application.giantswarm.io/team: shield