Skip to content

Commit

Permalink
preparing for release 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Skarlso committed Sep 12, 2024
1 parent 91dc165 commit f070fab
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions docs/release_notes/v0.9.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# v0.9.0

This update brings with it some version upgrades and changes how
required fields are calculated for minimum samples. That is
samples that satisfy the minimum required fields present in a CRD.

It will render fields better.

Also fixed a problem where `{}` would not be rendered in case
a top level object was required but didn't had any more required
fields it self. In that case, it would be rendered as `field:` and
that's it. Which made the schema fail.

Now, a `{}` is correctly put after it if it's an object. For example:

```yaml
apiVersion: v1
kind: Whatever
spec:
fields: {}
```

0 comments on commit f070fab

Please sign in to comment.