diff --git a/CHANGELOG.md b/CHANGELOG.md index 0219d46..4e16908 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.5] - 2023-11-10 + ### Changed - Add `CiliumNetowrkPolicy`. @@ -33,7 +35,8 @@ 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.4...HEAD +[Unreleased]: https://github.com/giantswarm/kyverno-policy-operator/compare/v0.0.5...HEAD +[0.0.5]: https://github.com/giantswarm/kyverno-policy-operator/compare/v0.0.4...v0.0.5 [0.0.4]: https://github.com/giantswarm/kyverno-policy-operator/compare/v0.0.3...v0.0.4 [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 diff --git a/helm/kyverno-policy-operator/Chart.yaml b/helm/kyverno-policy-operator/Chart.yaml index 1cd7175..bc21157 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.4 +version: 0.0.5 annotations: application.giantswarm.io/team: shield