chore: update kyaml/kustomize API versions to current versions#4480
Merged
liamfallon merged 2 commits intokptdev:mainfrom Apr 21, 2026
Merged
chore: update kyaml/kustomize API versions to current versions#4480liamfallon merged 2 commits intokptdev:mainfrom
liamfallon merged 2 commits intokptdev:mainfrom
Conversation
- Upgrade sigs.k8s.io/kustomize/api from v0.20.1 to v0.21.0 - Upgrade sigs.k8s.io/kustomize/kyaml from v0.20.1 to v0.21.0 - Upgrade k8s.io/api from v0.34.1 to v0.35.0 - Upgrade k8s.io/apimachinery from v0.34.1 to v0.35.0 - Upgrade k8s.io/kubectl from v0.34.1 to v0.35.0 - Run go mod tidy to resolve transitive dependencies Resolves kptdev#4406 Signed-off-by: SurbhiAgarwal1 <agarwalsurbhi1807@gmail.com>
✅ Deploy Preview for kptdocs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
liamfallon
reviewed
Apr 14, 2026
Contributor
liamfallon
left a comment
There was a problem hiding this comment.
The PR itself is fine. Let's discuss this at the community meeting tomorrow to see if it's OK to step the k8s/kustomize versions in kpt.
We should check the versions in the krm functions and in the SDK as well
We also have a golang bump coming in #4474, so we have a few updates on dependencies coming.
Contributor
Author
|
Hi @liamfallon , Sounds like a good plan. Let's definitely discuss it at the community meeting tomorrow. In the meantime, I can start checking the k8s/kustomize versions currently used in the KRM functions and the SDK so we have that information ready for the discussion. Just let me know |
mozesl-nokia
approved these changes
Apr 21, 2026
liamfallon
approved these changes
Apr 21, 2026
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.
Description
This PR updates the kyaml/kustomize API and k8s dependencies to their current versions as requested in issue #4406.
Motivation
The catalog functions were using outdated versions of kyaml and kustomize API. Updating ensures compatibility with the latest Kubernetes APIs and access to bug fixes in newer versions.
Testing
Fixes #4406