-
Notifications
You must be signed in to change notification settings - Fork 44
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é <charles.edouard@nirmata.com> Co-authored-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>
- Loading branch information
1 parent
558ab42
commit 56f7b12
Showing
4 changed files
with
83 additions
and
66 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,37 @@ | ||
# Release notes | ||
|
||
Release notes for `TODO`. | ||
|
||
<!-- | ||
## ✨ UI changes ✨ | ||
## ⭐ Examples ⭐ | ||
## ⛵ Tutorials ⛵ | ||
## 🎸 Misc 🎸 | ||
--> | ||
|
||
## ‼️ Breaking changes ‼️ | ||
|
||
- Directly specifying resource name was dropped, only `apiVersion` / `kind` is supported now | ||
|
||
## 💫 New features 💫 | ||
|
||
- Added test metadata built-in binding | ||
- Added file support to `delete` operation | ||
- Added `--remarshal` flag to improve anchors support in test resources | ||
- Added support for `describe`, `events`, `get` and `podLogs` operations in try blocks | ||
|
||
## 🔧 Fixes 🔧 | ||
|
||
- Fixed incorrect path reported when validation failed for a patch operation | ||
- Improved the way default values for configuration options are managed in configuration v1alpha2 | ||
|
||
## 📚 Docs 📚 | ||
|
||
- Removed code markers on titles in API reference documentation | ||
|
||
## 🎸 Misc 🎸 | ||
|
||
- Bumped kyverno-json to v0.0.3 |