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

feat(docker): Bump dependencies in Dockerfile #620

Merged
merged 1 commit into from
Jan 19, 2024
Merged

feat(docker): Bump dependencies in Dockerfile #620

merged 1 commit into from
Jan 19, 2024

Conversation

meyfa
Copy link
Contributor

@meyfa meyfa commented Jan 8, 2024

What this PR does / why we need it:

This patch bumps the versions of pip, kubectl, helm, and yamllint.

Which issue this PR fixes (optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close that issue when PR gets merged): fixes #

Special notes for your reviewer:
I have run build.sh locally to verify it still builds, and all the tools are present and working at the proper versions when running the image with Docker.

This patch bumps the versions of pip, kubectl, helm, and yamllint.

Signed-off-by: Fabian Meyer <[email protected]>
Copy link
Member

@cpanato cpanato left a comment

Choose a reason for hiding this comment

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

thanks
please sign the dco


# Install a YAML Linter
ARG yamllint_version=1.29.0
ARG yamllint_version=1.33.0
Copy link
Member

Choose a reason for hiding this comment

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

there is any breaking changes that migth affect the users?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

As far as I can tell, no. Relevant updates:

  • one new rule (should be irrelevant unless users configure this, so not breaking)
  • new rule options (also not breaking)
  • fixed false-positives (meaning less errors, therefore not breaking)

Ref: https://github.com/adrienverge/yamllint/blob/master/CHANGELOG.rst

Copy link
Member

Choose a reason for hiding this comment

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

thanks for checking

@cpanato cpanato merged commit 7177a4b into helm:main Jan 19, 2024
4 checks passed
@meyfa meyfa deleted the feat/docker-deps branch January 22, 2024 09:44
@meyfa
Copy link
Contributor Author

meyfa commented Jan 23, 2024

@cpanato Thanks for the review & merging! Is there any timeline for a new release?

@cpanato
Copy link
Member

cpanato commented Feb 22, 2024

@meyfa trying, need to find a bit more time

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants