From 1d2eb0383ac882e0675a35eb8af9ac80e42bdecc Mon Sep 17 00:00:00 2001 From: Taylor Bot Date: Wed, 29 Nov 2023 17:33:41 +0100 Subject: [PATCH] Release v0.0.4 (#44) --- CHANGELOG.md | 5 ++++- helm/exception-recommender/Chart.yaml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ca0d3fa..d735695 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.4] - 2023-11-29 + ### Added - Add `Namespace` exclusion from Draft generation. @@ -36,7 +38,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - First release of the Exception Recommender App. -[Unreleased]: https://github.com/giantswarm/exception-recommender/compare/v0.0.3...HEAD +[Unreleased]: https://github.com/giantswarm/exception-recommender/compare/v0.0.4...HEAD +[0.0.4]: https://github.com/giantswarm/exception-recommender/compare/v0.0.3...v0.0.4 [0.0.3]: https://github.com/giantswarm/exception-recommender/compare/v0.0.2...v0.0.3 [0.0.2]: https://github.com/giantswarm/exception-recommender/compare/v0.0.1...v0.0.2 [0.0.1]: https://github.com/giantswarm/exception-recommender/releases/tag/v0.0.1 diff --git a/helm/exception-recommender/Chart.yaml b/helm/exception-recommender/Chart.yaml index 7041291..76b01c8 100644 --- a/helm/exception-recommender/Chart.yaml +++ b/helm/exception-recommender/Chart.yaml @@ -3,6 +3,6 @@ appVersion: 0.0.1 name: exception-recommender description: A Helm chart for exception-recommender, which creates PolicyExceptionDrafts from Kyverno's PolicyReport results. home: https://github.com/giantswarm/exception-recommender -version: 0.0.3 +version: 0.0.4 annotations: application.giantswarm.io/team: shield