Skip to content

[bitnami/kafka] Make Kafka DefaultMode YAML 1.2 Compliant #21086

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

Merged
merged 1 commit into from
Dec 11, 2023

Conversation

schrieveslaach
Copy link
Contributor

Description of the change

With the YAML 1.2 spec octals must be prefixed with 0o and not 0. Parsers implementing the latest spec run into issues.

Benefits

This commit makes the Kafka script mounts compliant with YAML 1.2.

Possible drawbacks

Applicable issues

None at the moment.

Additional information

See background discussion here: dtolnay/serde-yaml#225

Checklist

  • Chart version bumped in Chart.yaml according to semver. This is not necessary when the changes only affect README.md files.
  • Variables are documented in the values.yaml and added to the README.md using readme-generator-for-helm
  • Title of the pull request follows this pattern [bitnami/<name_of_the_chart>] Descriptive title
  • All commits signed off and in agreement of Developer Certificate of Origin (DCO)

@github-actions github-actions bot added the kafka label Nov 21, 2023
@schrieveslaach schrieveslaach changed the title Make Kafka DefaultMode YAML 1.2 Compliant [bitnami/kafka] Make Kafka DefaultMode YAML 1.2 Compliant Nov 21, 2023
@github-actions github-actions bot added the triage Triage is needed label Nov 21, 2023
@javsalgar javsalgar added the verify Execute verification workflow for these changes label Nov 22, 2023
@github-actions github-actions bot added in-progress and removed triage Triage is needed labels Nov 22, 2023
@bitnami-bot bitnami-bot removed the request for review from javsalgar November 22, 2023 10:35
Copy link

github-actions bot commented Dec 8, 2023

This Pull Request has been automatically marked as "stale" because it has not had recent activity (for 15 days). It will be closed if no further activity occurs. Thank you for your contribution.

@github-actions github-actions bot added the stale 15 days without activity label Dec 8, 2023
With the YAML 1.2 spec octals must be prefixed with `0o` and not `0`.
Parsers implementing the latest spec run into issues. See discussion
here: dtolnay/serde-yaml#225

This commit makes the Kafka script mounts compliant with YAML 1.2.

Signed-off-by: Marc Schreiber <[email protected]>
@github-actions github-actions bot removed the stale 15 days without activity label Dec 9, 2023
@schrieveslaach
Copy link
Contributor Author

@aoterolorenzo, any opinions on this PR?

Copy link
Contributor

@aoterolorenzo aoterolorenzo 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 for the contribution @schrieveslaach

@aoterolorenzo aoterolorenzo merged commit b51288a into bitnami:main Dec 11, 2023
@schrieveslaach
Copy link
Contributor Author

Nice, thanks for merging!

grouvie pushed a commit to grouvie/charts that referenced this pull request Jan 25, 2024
With the YAML 1.2 spec octals must be prefixed with `0o` and not `0`.
Parsers implementing the latest spec run into issues. See discussion
here: dtolnay/serde-yaml#225

This commit makes the Kafka script mounts compliant with YAML 1.2.

Signed-off-by: Marc Schreiber <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kafka solved verify Execute verification workflow for these changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants