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

strip BOM from YAML manifests #11779

Merged
merged 1 commit into from
Mar 11, 2025
Merged

Conversation

brettfo
Copy link
Contributor

@brettfo brettfo commented Mar 10, 2025

PR #11073 previously threw an error when a helm yaml file started with a byte-order-mark. It turns out it's trivial to remove this and allow the updates to continue.

Due to differences in how the unit tests fetch individual files, this new functionality has to be implemented as a smoke test; see PR dependabot/smoke-tests#282. That will be merged separately from this PR.

@github-actions github-actions bot added the L: docker Docker containers label Mar 10, 2025
@brettfo brettfo force-pushed the dev/brettfo/docker-yaml-bom branch 3 times, most recently from efe1b18 to 4494832 Compare March 10, 2025 20:57
@brettfo brettfo marked this pull request as ready for review March 10, 2025 21:02
@brettfo brettfo requested a review from a team as a code owner March 10, 2025 21:02
@brettfo brettfo force-pushed the dev/brettfo/docker-yaml-bom branch from 4494832 to da97ce2 Compare March 10, 2025 21:04
@sachin-sandhu sachin-sandhu force-pushed the dev/brettfo/docker-yaml-bom branch from da97ce2 to 3f6e44e Compare March 11, 2025 04:53
Copy link
Contributor

@sachin-sandhu sachin-sandhu left a comment

Choose a reason for hiding this comment

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

approving based on comments

@sachin-sandhu sachin-sandhu merged commit 683e6a8 into main Mar 11, 2025
64 checks passed
@sachin-sandhu sachin-sandhu deleted the dev/brettfo/docker-yaml-bom branch March 11, 2025 14:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
L: docker Docker containers
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants