diff --git a/CHANGELOG.md b/CHANGELOG.md index 212c2fb..e588cdb 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.2] - 2023-10-10 + ### Changed - Run preinstall job as non-root. @@ -15,5 +17,6 @@ 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.1...HEAD +[Unreleased]: https://github.com/giantswarm/kyverno-policy-operator/compare/v0.0.2...HEAD +[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 68e6599..9e7c2ad 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.1 +version: 0.0.2 annotations: application.giantswarm.io/team: shield