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

fix: remove trailing dashes for multidoc yaml the pragmatic way #1335

Conversation

theurichde
Copy link
Contributor

Fixes #1330 #1296

Description of the change

While introducing multi document support for JSON and YAML, we introduced trailing dashes for YAMLs, which violates the YAML specification. This change will add --- before every YAML document

Benefits

YAML specification is met, linters will be happy.

Possible drawbacks

Applicable issues

Additional information

@davhdavh
Copy link

Can we have a 0.24.1 release with this fix? 0.24 broke all my deployment scripts

Copy link
Collaborator

@alvneiayu alvneiayu left a comment

Choose a reason for hiding this comment

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

LGTM

@alvneiayu alvneiayu merged commit 616f31b into bitnami-labs:main Oct 5, 2023
16 checks passed
@alvneiayu
Copy link
Collaborator

hi @davhdavh

We will release a new version in the following hours.

Thanks

Álvaro

@armingerten
Copy link
Contributor

Thank you for fixing this 👍

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.

kubeseal appends extra document separator --- when format is YAML
4 participants