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

deps: remove dependency on helm/v2 #3219

Merged
merged 1 commit into from
Jul 1, 2024
Merged

deps: remove dependency on helm/v2 #3219

merged 1 commit into from
Jul 1, 2024

Conversation

daniel-weisse
Copy link
Member

@daniel-weisse daniel-weisse commented Jul 1, 2024

Context

We had a dependency on helm v2 through an incorrect import of helm.sh/helm/pkg/ignore instead of helm.sh/helm/v3/pkg/ignore.
As far as I can tell this had no real impact on our code, yet its a dependency we do not need, since we already import helm v3, which offers the same package.

Proposed change(s)

  • Replace import of helm.sh/helm/pkg/ignore with helm.sh/helm/v3/pkg/ignore to remove helm v2 from our dependencies

Related issue

Checklist

  • Run the E2E tests that are relevant to this PR's changes

Signed-off-by: Daniel Weiße <[email protected]>
@daniel-weisse daniel-weisse added the dependencies Pull requests that update a dependency file label Jul 1, 2024
Copy link

netlify bot commented Jul 1, 2024

Deploy Preview for constellation-docs canceled.

Name Link
🔨 Latest commit 588a067
🔍 Latest deploy log https://app.netlify.com/sites/constellation-docs/deploys/66826db4eaa4510008f19695

Copy link
Contributor

github-actions bot commented Jul 1, 2024

Coverage report

Package Old New Trend
internal/constellation/helm 33.60% 33.60% 🚧

@daniel-weisse daniel-weisse merged commit c7e8dfd into main Jul 1, 2024
14 of 15 checks passed
@daniel-weisse daniel-weisse deleted the fix/deps/helm-v2 branch July 1, 2024 14:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants