diff --git a/charts/kyverno-playground/Chart.yaml b/charts/kyverno-playground/Chart.yaml index 4fc203eb..57252c45 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.4 -appVersion: v0.3.4 +version: 0.3.5 +appVersion: v0.3.5 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 06c34302..04520a51 100644 --- a/charts/kyverno-playground/README.md +++ b/charts/kyverno-playground/README.md @@ -2,7 +2,7 @@ Kyverno Playground Web Application -![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) +![Version: 0.3.5](https://img.shields.io/badge/Version-0.3.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.3.5](https://img.shields.io/badge/AppVersion-v0.3.5-informational?style=flat-square) ## About diff --git a/release-notes/main.md b/release-notes/main.md index 82effc29..1567eb2d 100644 --- a/release-notes/main.md +++ b/release-notes/main.md @@ -2,25 +2,16 @@ Release notes for `TODO`. + ## :boat: Tutorials :boat: -- Added three Validating Admission Policies tutorials ## :wrench: Fixes :wrench: -- Fixed incorrect subpath in shared links ## :guitar: Misc :guitar: -- Added docs to create new tutorials easily -- Upgrade backend to golang 1.21 -- Release images for all platforms -- Bump Kyverno to `v1.11.0-beta.2` +--> diff --git a/release-notes/v0.3.5.md b/release-notes/v0.3.5.md new file mode 100644 index 00000000..e03c34ed --- /dev/null +++ b/release-notes/v0.3.5.md @@ -0,0 +1,23 @@ +# Release notes + +Release notes for `v0.3.5`. + +## :dizzy: New features :dizzy: +- Added Validating Admission Policies support +- Added support for `GenerateValidatingAdmissionPolicy` toggles + +## :sparkles: UI changes :sparkles: +- Added Validating Admission Policy autocompletion in Policies panel +- Added Validating Admission Policy support in results grid + +## :boat: Tutorials :boat: +- Added three Validating Admission Policies tutorials + +## :wrench: Fixes :wrench: +- Fixed incorrect subpath in shared links + +## :guitar: Misc :guitar: +- Added docs to create new tutorials easily +- Upgrade backend to golang 1.21 +- Release images for all platforms +- Bump Kyverno to `v1.11.1` diff --git a/values.next.yaml b/values.next.yaml new file mode 100644 index 00000000..03dd0d0c --- /dev/null +++ b/values.next.yaml @@ -0,0 +1,11 @@ +replicaCount: 1 + +image: + tag: c0a0c765c3d91d98fe9e07df328ebcea5a43c594 + +config: + engine: + builtinCrds: ['argocd','cert-manager','prometheus-operator','tekton-pipeline','wgpolicyk8s'] + +service: + type: ClusterIP