chore(deps): update module github.com/siderolabs/go-kubernetes to v0.2.41 - #59
Open
renovate[bot] wants to merge 1 commit into
Open
chore(deps): update module github.com/siderolabs/go-kubernetes to v0.2.41#59renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
Contributor
Author
ℹ️ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
renovate
Bot
force-pushed
the
renovate/github.com-siderolabs-go-kubernetes-0.x
branch
3 times, most recently
from
May 1, 2026 16:49
54745c1 to
cd66fc9
Compare
renovate
Bot
force-pushed
the
renovate/github.com-siderolabs-go-kubernetes-0.x
branch
from
June 2, 2026 17:54
cd66fc9 to
20c1025
Compare
renovate
Bot
force-pushed
the
renovate/github.com-siderolabs-go-kubernetes-0.x
branch
from
June 16, 2026 17:08
20c1025 to
7a719c2
Compare
renovate
Bot
force-pushed
the
renovate/github.com-siderolabs-go-kubernetes-0.x
branch
from
June 30, 2026 11:51
7a719c2 to
b95bade
Compare
renovate
Bot
force-pushed
the
renovate/github.com-siderolabs-go-kubernetes-0.x
branch
from
July 16, 2026 10:45
b95bade to
4aadddb
Compare
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.
This PR contains the following updates:
v0.2.36→v0.2.41Release Notes
siderolabs/go-kubernetes (github.com/siderolabs/go-kubernetes)
v0.2.41Compare Source
go-kubernetes 0.2.41 (2026-07-16)
Welcome to the v0.2.41 release of go-kubernetes!
Please try out the release binaries and report any issues at
https://github.com/siderolabs/go-kubernetes/issues.
Contributors
Changes
59 commits
0caf1f2feat: add Kubernetes 1.37 compatibility822b7a2feat: add nodedrain package for client-side cordon and drain260bc0afix: update authorization config apiVersion for K8s >= 1.32cc8c2c9fix: return the apply results in a consistent order131a2bdfix: handle cluster-scoped resources with a ns correctly38c182ffix: normalize the changeset to be keyed without apiVersionca35008feat: update k8s api to 0.36.0503792dchore: add retry to main kubernetes operations6a00c4ffeat: handle CR defined alongside their CRD in the same apply4ff2602feat: update deprecations to Kuberntes 1.36.0-beta.0691a26bfeat: add StateProvider for per-node COSI state in upgrade checks92163c3fix: set a the context logger8364addchore: small improcements to ssa packagea95f3bfchore: add helper functions for CLI applicationsf2c063btest: add integration tests for ssa logic9de92cfrefactor: drop k8s.io/utils8e6f068fix: bring back legacy syncde675a0fix: stop using custom dialer for Kubernetes cliente7a89c3refactor: use fluxcd/ssa instead of kubernetes cli-utils for ssa0a235c0feat: add early support for Kubernetes 1.363bea212fix: use new Myers diff algorithm604c56bchore: extract common code to the go-kubernetes packageec0e3aechore: expose more ssa optionsad2fccdfeat: add SSA and pruning supportc53fcf6chore: rekres with latest changes6cf115cfeat: provide compatibility for Kubernetes 1.358454fe9feat: add upgrade path for 1.3540e5536feat: update checks for Kubernetes 1.347887034feat: add checks for Kubernetes 1.34 removals657a74bfeat: prepare for Kubernetes 1.349070be4fix: remove DynamicResourceAllocation feature gate8cb588bfix: k8s 1.32->1.33 upgrade check2bdbda7feat: adjust checks for Kubernetes v1.33.09ba5654fix: fix ignoring alpha/beta version parsing0fe1db4feat: update for new changes in Kubernetes 1.33.0-alpha.3804cb44feat: add support for Kubernetes to 1.3306f07abchore: add authorization config api version5ca8ab1chore: kube-apiserver authorization config file support0f62a7efeat: add one more deprecation/removal for v1.3287d2e8efeat: add one more deprecation for 1.32.0-beta.0e56a7f6fix: update deprecations based on Kubernetes 1.32.0-alpha.3381f251feat: update for Kubernetes 1.320e767c5chore: k8s 1.31 kube-scheduler health endpointsee8c6b8fix: add one more removed feature gate for 1.3137dd61ffeat: add support for Kubernetes 1.31ddd4c69feat: add support for Kubernetes 1.30fa05430chore: support kube-scheduler config version68bf392feat: add dropped API resource for 1.2909fa006fix: retry Windows connection errors3aa47a4feat: support Kubernetes 1.29 upgradesae33a4afeat: introduce support for Kubernetes version compatibility checkscf2754echore: update to use GHA44e26b3feat: update removed feature gates for 1.2869fea5bfeat: support upgrades to Kubernetes 1.285a3df5bfix: remove removed APIs for 1.27 upgrade81887dcfeat: add kubelet flag checksfe473c0refactor: make sync easier to consume without CLI570819bfeat: initial version of the libraryfb79215Initial commitChanges since v0.2.40
1 commit
0caf1f2feat: add Kubernetes 1.37 compatibilityDependency Changes
This release has no dependency changes
v0.2.40Compare Source
go-kubernetes 0.2.40 (2026-06-30)
Welcome to the v0.2.40 release of go-kubernetes!
Please try out the release binaries and report any issues at
https://github.com/siderolabs/go-kubernetes/issues.
Contributors
Changes
58 commits
822b7a2feat: add nodedrain package for client-side cordon and drain260bc0afix: update authorization config apiVersion for K8s >= 1.32cc8c2c9fix: return the apply results in a consistent order131a2bdfix: handle cluster-scoped resources with a ns correctly38c182ffix: normalize the changeset to be keyed without apiVersionca35008feat: update k8s api to 0.36.0503792dchore: add retry to main kubernetes operations6a00c4ffeat: handle CR defined alongside their CRD in the same apply4ff2602feat: update deprecations to Kuberntes 1.36.0-beta.0691a26bfeat: add StateProvider for per-node COSI state in upgrade checks92163c3fix: set a the context logger8364addchore: small improcements to ssa packagea95f3bfchore: add helper functions for CLI applicationsf2c063btest: add integration tests for ssa logic9de92cfrefactor: drop k8s.io/utils8e6f068fix: bring back legacy syncde675a0fix: stop using custom dialer for Kubernetes cliente7a89c3refactor: use fluxcd/ssa instead of kubernetes cli-utils for ssa0a235c0feat: add early support for Kubernetes 1.363bea212fix: use new Myers diff algorithm604c56bchore: extract common code to the go-kubernetes packageec0e3aechore: expose more ssa optionsad2fccdfeat: add SSA and pruning supportc53fcf6chore: rekres with latest changes6cf115cfeat: provide compatibility for Kubernetes 1.358454fe9feat: add upgrade path for 1.3540e5536feat: update checks for Kubernetes 1.347887034feat: add checks for Kubernetes 1.34 removals657a74bfeat: prepare for Kubernetes 1.349070be4fix: remove DynamicResourceAllocation feature gate8cb588bfix: k8s 1.32->1.33 upgrade check2bdbda7feat: adjust checks for Kubernetes v1.33.09ba5654fix: fix ignoring alpha/beta version parsing0fe1db4feat: update for new changes in Kubernetes 1.33.0-alpha.3804cb44feat: add support for Kubernetes to 1.3306f07abchore: add authorization config api version5ca8ab1chore: kube-apiserver authorization config file support0f62a7efeat: add one more deprecation/removal for v1.3287d2e8efeat: add one more deprecation for 1.32.0-beta.0e56a7f6fix: update deprecations based on Kubernetes 1.32.0-alpha.3381f251feat: update for Kubernetes 1.320e767c5chore: k8s 1.31 kube-scheduler health endpointsee8c6b8fix: add one more removed feature gate for 1.3137dd61ffeat: add support for Kubernetes 1.31ddd4c69feat: add support for Kubernetes 1.30fa05430chore: support kube-scheduler config version68bf392feat: add dropped API resource for 1.2909fa006fix: retry Windows connection errors3aa47a4feat: support Kubernetes 1.29 upgradesae33a4afeat: introduce support for Kubernetes version compatibility checkscf2754echore: update to use GHA44e26b3feat: update removed feature gates for 1.2869fea5bfeat: support upgrades to Kubernetes 1.285a3df5bfix: remove removed APIs for 1.27 upgrade81887dcfeat: add kubelet flag checksfe473c0refactor: make sync easier to consume without CLI570819bfeat: initial version of the libraryfb79215Initial commitChanges since v0.2.39
2 commits
822b7a2feat: add nodedrain package for client-side cordon and drain260bc0afix: update authorization config apiVersion for K8s >= 1.32Dependency Changes
This release has no dependency changes
v0.2.39Compare Source
go-kubernetes 0.2.39 (2026-06-16)
Welcome to the v0.2.39 release of go-kubernetes!
Please try out the release binaries and report any issues at
https://github.com/siderolabs/go-kubernetes/issues.
Contributors
Changes
56 commits
cc8c2c9fix: return the apply results in a consistent order131a2bdfix: handle cluster-scoped resources with a ns correctly38c182ffix: normalize the changeset to be keyed without apiVersionca35008feat: update k8s api to 0.36.0503792dchore: add retry to main kubernetes operations6a00c4ffeat: handle CR defined alongside their CRD in the same apply4ff2602feat: update deprecations to Kuberntes 1.36.0-beta.0691a26bfeat: add StateProvider for per-node COSI state in upgrade checks92163c3fix: set a the context logger8364addchore: small improcements to ssa packagea95f3bfchore: add helper functions for CLI applicationsf2c063btest: add integration tests for ssa logic9de92cfrefactor: drop k8s.io/utils8e6f068fix: bring back legacy syncde675a0fix: stop using custom dialer for Kubernetes cliente7a89c3refactor: use fluxcd/ssa instead of kubernetes cli-utils for ssa0a235c0feat: add early support for Kubernetes 1.363bea212fix: use new Myers diff algorithm604c56bchore: extract common code to the go-kubernetes packageec0e3aechore: expose more ssa optionsad2fccdfeat: add SSA and pruning supportc53fcf6chore: rekres with latest changes6cf115cfeat: provide compatibility for Kubernetes 1.358454fe9feat: add upgrade path for 1.3540e5536feat: update checks for Kubernetes 1.347887034feat: add checks for Kubernetes 1.34 removals657a74bfeat: prepare for Kubernetes 1.349070be4fix: remove DynamicResourceAllocation feature gate8cb588bfix: k8s 1.32->1.33 upgrade check2bdbda7feat: adjust checks for Kubernetes v1.33.09ba5654fix: fix ignoring alpha/beta version parsing0fe1db4feat: update for new changes in Kubernetes 1.33.0-alpha.3804cb44feat: add support for Kubernetes to 1.3306f07abchore: add authorization config api version5ca8ab1chore: kube-apiserver authorization config file support0f62a7efeat: add one more deprecation/removal for v1.3287d2e8efeat: add one more deprecation for 1.32.0-beta.0e56a7f6fix: update deprecations based on Kubernetes 1.32.0-alpha.3381f251feat: update for Kubernetes 1.320e767c5chore: k8s 1.31 kube-scheduler health endpointsee8c6b8fix: add one more removed feature gate for 1.3137dd61ffeat: add support for Kubernetes 1.31ddd4c69feat: add support for Kubernetes 1.30fa05430chore: support kube-scheduler config version68bf392feat: add dropped API resource for 1.2909fa006fix: retry Windows connection errors3aa47a4feat: support Kubernetes 1.29 upgradesae33a4afeat: introduce support for Kubernetes version compatibility checkscf2754echore: update to use GHA44e26b3feat: update removed feature gates for 1.2869fea5bfeat: support upgrades to Kubernetes 1.285a3df5bfix: remove removed APIs for 1.27 upgrade81887dcfeat: add kubelet flag checksfe473c0refactor: make sync easier to consume without CLI570819bfeat: initial version of the libraryfb79215Initial commitChanges since v0.2.38
1 commit
cc8c2c9fix: return the apply results in a consistent orderDependency Changes
This release has no dependency changes
v0.2.38Compare Source
go-kubernetes 0.2.38 (2026-06-02)
Welcome to the v0.2.38 release of go-kubernetes!
Please try out the release binaries and report any issues at
https://github.com/siderolabs/go-kubernetes/issues.
Contributors
Changes
131a2bdfix: handle cluster-scoped resources with a ns correctlyDependency Changes
This release has no dependency changes
v0.2.37Compare Source
go-kubernetes 0.2.37 (2026-05-01)
Welcome to the v0.2.37 release of go-kubernetes!
Please try out the release binaries and report any issues at
https://github.com/siderolabs/go-kubernetes/issues.
Contributors
Changes
54 commits
38c182ffix: normalize the changeset to be keyed without apiVersionca35008feat: update k8s api to 0.36.0503792dchore: add retry to main kubernetes operations6a00c4ffeat: handle CR defined alongside their CRD in the same apply4ff2602feat: update deprecations to Kuberntes 1.36.0-beta.0691a26bfeat: add StateProvider for per-node COSI state in upgrade checks92163c3fix: set a the context logger8364addchore: small improcements to ssa packagea95f3bfchore: add helper functions for CLI applicationsf2c063btest: add integration tests for ssa logic9de92cfrefactor: drop k8s.io/utils8e6f068fix: bring back legacy syncde675a0fix: stop using custom dialer for Kubernetes cliente7a89c3refactor: use fluxcd/ssa instead of kubernetes cli-utils for ssa0a235c0feat: add early support for Kubernetes 1.363bea212fix: use new Myers diff algorithm604c56bchore: extract common code to the go-kubernetes packageec0e3aechore: expose more ssa optionsad2fccdfeat: add SSA and pruning supportc53fcf6chore: rekres with latest changes6cf115cfeat: provide compatibility for Kubernetes 1.358454fe9feat: add upgrade path for 1.3540e5536feat: update checks for Kubernetes 1.347887034feat: add checks for Kubernetes 1.34 removals657a74bfeat: prepare for Kubernetes 1.349070be4fix: remove DynamicResourceAllocation feature gate8cb588bfix: k8s 1.32->1.33 upgrade check2bdbda7feat: adjust checks for Kubernetes v1.33.09ba5654fix: fix ignoring alpha/beta version parsing0fe1db4feat: update for new changes in Kubernetes 1.33.0-alpha.3804cb44feat: add support for Kubernetes to 1.3306f07abchore: add authorization config api version5ca8ab1chore: kube-apiserver authorization config file support0f62a7efeat: add one more deprecation/removal for v1.3287d2e8efeat: add one more deprecation for 1.32.0-beta.0e56a7f6fix: update deprecations based on Kubernetes 1.32.0-alpha.3381f251feat: update for Kubernetes 1.320e767c5chore: k8s 1.31 kube-scheduler health endpointsee8c6b8fix: add one more removed feature gate for 1.3137dd61ffeat: add support for Kubernetes 1.31ddd4c69feat: add support for Kubernetes 1.30fa05430chore: support kube-scheduler config version68bf392feat: add dropped API resource for 1.2909fa006fix: retry Windows connection errors3aa47a4feat: support Kubernetes 1.29 upgradesae33a4afeat: introduce support for Kubernetes version compatibility checkscf2754echore: update to use GHA44e26b3feat: update removed feature gates for 1.2869fea5bfeat: support upgrades to Kubernetes 1.285a3df5bfix: remove removed APIs for 1.27 upgrade81887dcfeat: add kubelet flag checksfe473c0refactor: make sync easier to consume without CLI570819bfeat: initial version of the libraryfb79215Initial commitChanges since v0.2.36
2 commits
38c182ffix: normalize the changeset to be keyed without apiVersionca35008feat: update k8s api to 0.36.0Dependency Changes
This release has no dependency changes
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.