Skip to content

Commit 7c43b59

Browse files
authored
Prepare v0.4.1 release (#723)
Signed-off-by: Frank Jogeleit <[email protected]>
1 parent dd4ab94 commit 7c43b59

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

charts/kyverno-playground/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: v2
22
name: kyverno-playground
33
type: application
4-
version: 0.4.0
5-
appVersion: v0.4.0
4+
version: 0.4.1
5+
appVersion: v0.4.1
66
icon: https://github.com/kyverno/kyverno/raw/main/img/logo.png
77
description: Kyverno Playground Web Application
88
keywords:

charts/kyverno-playground/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Kyverno Playground Web Application
44

5-
![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)
5+
![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)
66

77
## About
88

release-notes/v0.4.1.md

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Release notes
2+
3+
Release notes for `v0.4.1`.
4+
5+
## :dizzy: New features :dizzy:
6+
- ValidatingAdmissionPolicyBinding support in the main Policy Editor
7+
- Support for target mutations
8+
- Support for registry flags
9+
10+
## :boat: Tutorials :boat:
11+
- Fix variables for unique-ingress-host tutorial
12+
13+
## :guitar: Misc :guitar:
14+
- Improved JSON Schema generation for Kyverno CRDs

0 commit comments

Comments
 (0)