-
-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
14 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,14 @@ | ||
# Release v0.11.0 | ||
|
||
This release brings with it a huge update. First, and formost, | ||
v1beta1 support has been added to CRDs. This will now successfully | ||
generate values for `Validate` entities that don't have any versions | ||
listed. | ||
|
||
Another huge update is to the frontend. The frontend contains now a | ||
textare that can be edited and the content will be generated on the fly | ||
instead of having to send the content to be rendered. | ||
|
||
And lastley, the whole repo has a test now that uses the created | ||
test suite to make sure that all rendering is still working after | ||
an update. |