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

Bump sigs.k8s.io/yaml to v1.2.0 #248

Closed

Conversation

maxbrunet
Copy link

@maxbrunet maxbrunet commented Aug 8, 2020

Not sure where the bug was in the library (or what it was chocking on in the ConfigMap), but:

Before:

$ jsonnet -J vendor grafana-dashboard-apiserver.jsonnet | kubeval
ERR  - Failed to decode YAML from stdin: error converting YAML to JSON: yaml: line 3: did not find expected node content

After:

$ jsonnet -J vendor grafana-dashboard-apiserver.jsonnet | kubeval
PASS - stdin contains a valid ConfigMap (grafana.grafana-dashboard-apiserver)

Fixes #241 (comment)

@maxbrunet
Copy link
Author

maxbrunet commented Aug 9, 2020

Nevermind, I had not tried simply building master, #220 is the fix. Well, I leave this here, free bump 😁, and look forward to the next release.

@carlossg
Copy link
Collaborator

Fixed in #281

@carlossg carlossg closed this Mar 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

getting Failed to decode YAML Errors
2 participants