-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Charles-Edouard Brétéché <[email protected]>
- Loading branch information
1 parent
027a1d4
commit 98f0560
Showing
1 changed file
with
33 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
# Release notes | ||
|
||
Release notes for `v0.3.0`. | ||
|
||
## :dizzy: New features :dizzy: | ||
- Policy exceptions support | ||
- Custom resources support | ||
- Cluster resources support | ||
- Simulate `UPDATE` requests with old and new resources | ||
|
||
## :sparkles: UI changes :sparkles: | ||
- Improved main view panels | ||
- New Advanced menu | ||
- Moved Context editor in Advanced menu | ||
- Policy exceptions editor in Advanced menu | ||
- Custom resource definitions editor in Advanced menu | ||
- Kyverno configuration editor in Advanced menu | ||
- Cluster resources editor in Advanced menu | ||
- Support diff Resource editor for `UPDATE` requests | ||
|
||
## :star: Examples :star: | ||
- New Custom resources examples (ArgoCD and Cert Manager) | ||
|
||
## :boat: Tutorials :boat: | ||
- New `UPDATE` requests tutorial | ||
- New Policy exceptions tutorial | ||
- New Clone resource tutorial | ||
|
||
## :guitar: Misc :guitar: | ||
- Support in-cluster connection | ||
- All images/artifacts are signed | ||
- All images/artifacts come with SBOMs | ||
- All images/artifacts come with SLSA provenance attestations |