Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v0.3.5 #590

Merged
merged 3 commits into from
Jan 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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`
11 changes: 11 additions & 0 deletions values.next.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
replicaCount: 1

image:
tag: c0a0c765c3d91d98fe9e07df328ebcea5a43c594

config:
engine:
builtinCrds: ['argocd','cert-manager','prometheus-operator','tekton-pipeline','wgpolicyk8s']

service:
type: ClusterIP
Loading