Skip to content

Commit

Permalink
release v0.3.3 (#420)
Browse files Browse the repository at this point in the history
Signed-off-by: Charles-Edouard Brétéché <[email protected]>
  • Loading branch information
eddycharly authored Jun 8, 2023
1 parent e84a4f4 commit f73f35b
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
4 changes: 2 additions & 2 deletions charts/kyverno-playground/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v2
name: kyverno-playground
type: application
version: 0.3.2
appVersion: v0.3.2
version: 0.3.3
appVersion: v0.3.3
icon: https://github.com/kyverno/kyverno/raw/main/img/logo.png
description: Kyverno Playground Web Application
keywords:
Expand Down
2 changes: 1 addition & 1 deletion charts/kyverno-playground/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Kyverno Playground Web Application

![Version: 0.3.2](https://img.shields.io/badge/Version-0.3.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.3.2](https://img.shields.io/badge/AppVersion-v0.3.2-informational?style=flat-square)
![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)

## About

Expand Down
12 changes: 12 additions & 0 deletions release-notes/v0.3.3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Release notes

Release notes for `v0.3.3`.

## :dizzy: New features :dizzy:
- Added support for all policy types and versions in the Policies editor
- Improved error handling (and better policy validation in the backend)
- Made Kyverno config and Context optional when creating Share links

## :wrench: Fixes :wrench:
- Fixed bug with image verification rules
- Fixed bug causing kind select not showing in cluster resource dialogs

0 comments on commit f73f35b

Please sign in to comment.