-
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.
* update version info Signed-off-by: Frank Jogeleit <frank.jogeleit@lovoo.com> * release v0.3.5 Signed-off-by: Frank Jogeleit <frank.jogeleit@lovoo.com> --------- Signed-off-by: Frank Jogeleit <frank.jogeleit@lovoo.com>
- Loading branch information
Showing
5 changed files
with
39 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` |
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,11 @@ | ||
replicaCount: 1 | ||
|
||
image: | ||
tag: c0a0c765c3d91d98fe9e07df328ebcea5a43c594 | ||
|
||
config: | ||
engine: | ||
builtinCrds: ['argocd','cert-manager','prometheus-operator','tekton-pipeline','wgpolicyk8s'] | ||
|
||
service: | ||
type: ClusterIP |