From 7c01533096882ac5b824d5d03cb4e0f3028597d7 Mon Sep 17 00:00:00 2001 From: Frank Jogeleit Date: Tue, 29 Oct 2024 18:42:22 +0100 Subject: [PATCH] add notes and update chart (#776) Signed-off-by: Frank Jogeleit --- charts/kyverno-playground/Chart.yaml | 4 ++-- charts/kyverno-playground/README.md | 2 +- release-notes/v0.5.0.md | 7 +++++++ 3 files changed, 10 insertions(+), 3 deletions(-) create mode 100644 release-notes/v0.5.0.md diff --git a/charts/kyverno-playground/Chart.yaml b/charts/kyverno-playground/Chart.yaml index 99fdc740..3f15fb64 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.2 -appVersion: v0.4.2 +version: 0.5.0 +appVersion: v0.5.0 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 4451a889..df621d74 100644 --- a/charts/kyverno-playground/README.md +++ b/charts/kyverno-playground/README.md @@ -2,7 +2,7 @@ Kyverno Playground Web Application -![Version: 0.4.2](https://img.shields.io/badge/Version-0.4.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.4.2](https://img.shields.io/badge/AppVersion-v0.4.2-informational?style=flat-square) +![Version: 0.5.0](https://img.shields.io/badge/Version-0.5.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.5.0](https://img.shields.io/badge/AppVersion-v0.5.0-informational?style=flat-square) ## About diff --git a/release-notes/v0.5.0.md b/release-notes/v0.5.0.md new file mode 100644 index 00000000..3f2e7dd4 --- /dev/null +++ b/release-notes/v0.5.0.md @@ -0,0 +1,7 @@ +# Release notes + +Release notes for `v0.5.0`. + +## :guitar: Misc :guitar: +- Bump Kyverno to `v1.13.0` +- Update depdencies