Migrate kapp-controller dependency to carvel.dev/kapp-controller#1121
Open
Siegfriedk wants to merge 3 commits into
Open
Migrate kapp-controller dependency to carvel.dev/kapp-controller#1121Siegfriedk wants to merge 3 commits into
Siegfriedk wants to merge 3 commits into
Conversation
Replace github.com/vmware-tanzu/carvel-kapp-controller v0.51.0 with carvel.dev/kapp-controller v0.59.7 to resolve dependency conflicts in downstream projects such as kubeapps. Signed-off-by: Siegfried Kiermayer <siegfried.kiermayer@sap.com>
Signed-off-by: Siegfried Kiermayer <siegfried.kiermayer@sap.com>
Member
|
@praveenrewar do I remember correctly that there was an issue with this change before or was it something that y'all never ended up having time to do? |
Member
Hmmm, yeah my memory is also fuzzy around this, we had a bunch of issues to update the package name, but I am not sure if we specifically had one for this change. |
Contributor
Author
|
@joaopapereira i did another PR before to migrate tty (https://github.com/carvel-dev/kapp/pull/1102/changes) and that was part of fixing my dependency issue. Not sure if that helps. Nonetheless, I can't check why snyk is broken, could you check? |
Siegfriedk
force-pushed
the
switch_kapp-controller_to_carvel.dev
branch
from
April 22, 2026 08:55
026f786 to
0920678
Compare
Siegfriedk
marked this pull request as ready for review
April 28, 2026 15:47
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Replace github.com/vmware-tanzu/carvel-kapp-controller v0.51.0 with carvel.dev/kapp-controller v0.59.7 to resolve dependency conflicts in downstream projects such as kubeapps.
What this PR does / why we need it:
This PR cleanes up the go.mod dependency reference for kapp-controller from pointing to the old vmware-tanzu org to carvel.dev.
Which issue(s) this PR fixes:
I have issues with indirect dependency cicles between different carvel components and vmware-tenzu at kubeapps.
Does this PR introduce a user-facing change?
NONE
Additional Notes for your reviewer:
There are very minior updates to other libs.
Review Checklist:
a link to that PR
change