Skip to content

Commit

Permalink
Merge branch 'main' of github.com:kyverno/playground
Browse files Browse the repository at this point in the history
  • Loading branch information
Frank Jogeleit committed Jan 8, 2024
2 parents 0c48da3 + 805685b commit 3400563
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 14 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.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:
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.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

Expand Down
13 changes: 2 additions & 11 deletions release-notes/main.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,16 @@

Release notes for `TODO`.

<!--
## :dizzy: New features :dizzy:
- Added Validating Admission Policies support
## :sparkles: UI changes :sparkles:
- Added Validating Admission Policy autocompletion in Policies panel
- Added Validating Admission Policy support in results grid
<!--
## :star: Examples :star:
-->
## :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`
-->
23 changes: 23 additions & 0 deletions release-notes/v0.3.5.md
Original file line number Diff line number Diff line change
@@ -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`

0 comments on commit 3400563

Please sign in to comment.