-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of github.com:kyverno/playground
- Loading branch information
Showing
4 changed files
with
28 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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` |