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

Fixed version of the linter to 1.51.1 #1843

Merged
merged 3 commits into from
Aug 2, 2023

Conversation

dlion
Copy link
Member

@dlion dlion commented Jul 20, 2023

Summary

I noticed that on Lifecycle we are using a fixed version of the linter but on Pack we are using the latest one.
It can be risky having always the latest version (introduction of bugs and breaking changes)
So to have it aligned I added the fixed version on Pack Makefile

Output

Before

Whenever we download the linter we install the latest version

After

Now whenever we download the linter we install version 1.51.1

Documentation

  • Should this change be documented?
    • Yes, see #___
    • No

Related

Resolves #___

Signed-off-by: Domenico Luciani <[email protected]>
@dlion dlion added the type/chore Issue that requests non-user facing changes. label Jul 20, 2023
@dlion dlion requested a review from a team as a code owner July 20, 2023 12:43
@dlion dlion self-assigned this Jul 20, 2023
@dlion dlion requested a review from a team as a code owner July 20, 2023 12:43
@github-actions github-actions bot added this to the 0.30.0 milestone Jul 20, 2023
@github-actions github-actions bot removed the type/chore Issue that requests non-user facing changes. label Jul 20, 2023
@dlion dlion added the type/chore Issue that requests non-user facing changes. label Jul 20, 2023
@natalieparellano
Copy link
Member

Tests are failing due to moby/moby#45935

@dlion
Copy link
Member Author

dlion commented Jul 25, 2023

Tests are failing due to moby/moby#45935

Yeah @joe-kimmel-vmw was working on that, how did we fix it?

@github-actions github-actions bot removed the type/chore Issue that requests non-user facing changes. label Jul 27, 2023
@natalieparellano natalieparellano modified the milestones: 0.30.0, 0.31.0 Jul 31, 2023
@jkutner jkutner enabled auto-merge August 2, 2023 15:20
@github-actions github-actions bot modified the milestones: 0.31.0, 0.30.0 Aug 2, 2023
@jkutner jkutner merged commit dd4a8ad into buildpacks:main Aug 2, 2023
16 checks passed
@dlion dlion deleted the fixed-lint-version branch August 2, 2023 16:03
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.

3 participants