From 116d9231681e7a0b035f71ff7b1be7c6bef983a6 Mon Sep 17 00:00:00 2001 From: Taylor Bot Date: Thu, 5 Oct 2023 18:14:44 +0100 Subject: [PATCH] Release v0.0.1 (#11) --- 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 dc8d2fe..bb795ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.0.1] - 2023-10-05 + - First release of the Kyverno Policy Operator App. -[Unreleased]: https://github.com/giantswarm/kyverno-policy-operator/tree/main +[Unreleased]: https://github.com/giantswarm/kyverno-policy-operator/compare/v0.0.1...HEAD +[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 bd8c3dd..68e6599 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.0-dev +version: 0.0.1 annotations: application.giantswarm.io/team: shield