From 1175a806abf9fb7e7ed800fe88d3eaf4de825dc3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Charles-Edouard=20Br=C3=A9t=C3=A9ch=C3=A9?= Date: Tue, 29 Aug 2023 11:53:18 +0200 Subject: [PATCH] release v0.3.4 (#472) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * release v0.3.4 Signed-off-by: Charles-Edouard Brétéché * release notes Signed-off-by: Charles-Edouard Brétéché --------- Signed-off-by: Charles-Edouard Brétéché --- charts/kyverno-playground/Chart.yaml | 4 ++-- charts/kyverno-playground/README.md | 2 +- release-notes/v0.3.4.md | 13 +++++++++++++ 3 files changed, 16 insertions(+), 3 deletions(-) create mode 100644 release-notes/v0.3.4.md diff --git a/charts/kyverno-playground/Chart.yaml b/charts/kyverno-playground/Chart.yaml index 94dbae1f..4fc203eb 100644 --- a/charts/kyverno-playground/Chart.yaml +++ b/charts/kyverno-playground/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 name: kyverno-playground type: application -version: 0.3.3 -appVersion: v0.3.3 +version: 0.3.4 +appVersion: v0.3.4 icon: https://github.com/kyverno/kyverno/raw/main/img/logo.png description: Kyverno Playground Web Application keywords: diff --git a/charts/kyverno-playground/README.md b/charts/kyverno-playground/README.md index 5fb46677..06c34302 100644 --- a/charts/kyverno-playground/README.md +++ b/charts/kyverno-playground/README.md @@ -2,7 +2,7 @@ Kyverno Playground Web Application -![Version: 0.3.3](https://img.shields.io/badge/Version-0.3.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.3.3](https://img.shields.io/badge/AppVersion-v0.3.3-informational?style=flat-square) +![Version: 0.3.4](https://img.shields.io/badge/Version-0.3.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.3.4](https://img.shields.io/badge/AppVersion-v0.3.4-informational?style=flat-square) ## About diff --git a/release-notes/v0.3.4.md b/release-notes/v0.3.4.md new file mode 100644 index 00000000..39149250 --- /dev/null +++ b/release-notes/v0.3.4.md @@ -0,0 +1,13 @@ +# Release notes + +Release notes for `v0.3.3`. + +## :dizzy: New features :dizzy: +- Added support for `ProtectManagedResources` and `ForceFailurePolicyIgnore` toggles +- Added fake image data support +- Added more flags support to customise Kyverno features set + +## :wrench: Fixes :wrench: +- Check if oldResource index exists +- Use registry client in context loader +- Show resource kind filter