Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bumps CUE to version 0.11.0 #458

Merged
merged 1 commit into from
Dec 14, 2024

Conversation

jmgilman
Copy link
Contributor

Fixes #457.

There was a lot of work done on the JSON Schema decoder in v0.11.0. The primary difference, in the case of Timoni, is that generated CRDs now properly use ! where the spec marks a field as required. As a result, I had to update a few tests to reflect this change.

Other than that, all other tests passed.

@stefanprodan
Copy link
Owner

Hey @jmgilman the CUE update is included with #424 The major change in v0.11 is that the CRD conversion to CUE schemas have been fixed.

@stefanprodan
Copy link
Owner

@jmgilman could you please rebase

@jmgilman
Copy link
Contributor Author

@stefanprodan Done.

Copy link
Owner

@stefanprodan stefanprodan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Thanks @jmgilman

@stefanprodan stefanprodan added the dependencies Pull requests that update a dependency file label Dec 14, 2024
@stefanprodan stefanprodan merged commit 6fe5724 into stefanprodan:main Dec 14, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update CUE API
2 participants