diff --git a/charts/kyverno-playground/Chart.yaml b/charts/kyverno-playground/Chart.yaml index e00912f6..fa04e87c 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.4.0 -appVersion: v0.4.0 +version: 0.4.1 +appVersion: v0.4.1 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 568d65cb..b7342ee5 100644 --- a/charts/kyverno-playground/README.md +++ b/charts/kyverno-playground/README.md @@ -2,7 +2,7 @@ Kyverno Playground Web Application -![Version: 0.4.0](https://img.shields.io/badge/Version-0.4.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.4.0](https://img.shields.io/badge/AppVersion-v0.4.0-informational?style=flat-square) +![Version: 0.4.1](https://img.shields.io/badge/Version-0.4.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.4.1](https://img.shields.io/badge/AppVersion-v0.4.1-informational?style=flat-square) ## About diff --git a/release-notes/v0.4.1.md b/release-notes/v0.4.1.md new file mode 100644 index 00000000..35f001e4 --- /dev/null +++ b/release-notes/v0.4.1.md @@ -0,0 +1,14 @@ +# Release notes + +Release notes for `v0.4.1`. + +## :dizzy: New features :dizzy: +- ValidatingAdmissionPolicyBinding support in the main Policy Editor +- Support for target mutations +- Support for registry flags + +## :boat: Tutorials :boat: +- Fix variables for unique-ingress-host tutorial + +## :guitar: Misc :guitar: +- Improved JSON Schema generation for Kyverno CRDs