🔼 Bump dependency kubernetes.core to v6.5.0#58
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/kubernetes.core-6.x
branch
from
May 1, 2026 08:10
481a461 to
89d3cae
Compare
renovate
Bot
force-pushed
the
renovate/kubernetes.core-6.x
branch
from
July 15, 2026 23:44
89d3cae to
76100e9
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:
6.2.0→6.5.0Release Notes
ansible-collections/kubernetes.core (kubernetes.core)
v6.5.0Compare Source
======
Release Summary
This release implements minor changes and bug fixes such as a new
removevalue to thebehavioroption of thekubeconfigmodule, allowing entries to be deleted from the kubeconfig file by name, as well as Helm v4 compatibility across the Helm modules.Minor Changes
server_sideandforce_conflictsoptions to control Helm v4 server-side apply when installing or upgrading a release (#1164).--keyringargument to allow changing the keyring default location. The option is only accepted withstate=present(thehelm plugin installsubcommand), as that is the only implemented subcommand that supports--keyring(#1150).Login Succeededare printed to stdout instead of stderr (#1147).removevalue to thebehavioroption, allowing entries to be deleted from the kubeconfig file by name (#1123).Bugfixes
meta/execution-environment.ymlto decouple ansible-builder EE builds from theopenshift-clientssystem dependency declared inbindep.txt, which is not available in standard UBI repositories and caused builds to fail withNo package matches 'openshift-clients'(#1141).--server-side=false --force-replaceinstead of the deprecated/removed--forceflag whenforce=trueis used with Helm v4, preserving the Helm v3 client-side replacement behaviour and avoiding the server-side apply conflict (#1164).--rollback-on-failureflag instead of the deprecated/removed--atomicflag whenatomic=trueis used with Helm v4 (#1144).New Modules
v6.4.0Compare Source
======
Release Summary
This release adds Helm v4 compatibility across the Helm modules and improves
k8s_drainwith check mode. When you explicitly allow evicting unmanaged pods, pods with local storage, or pods managed by aDaemonSet, those cases are reported as informational output instead of module warnings.Minor Changes
helm registry login(#1090).check_mode(#1086).DaemonSet(#1037).Bugfixes
take_ownershipparameter was always disabled during the initial install, preventing resource adoption (#1034).v6.3.0Compare Source
======
Release Summary
This release includes bugfixes such as implementing idempotency for the
helm_pullmodule as well as a security update for selectively redacting sensitive information from kubeconfig.Minor Changes
ansible.module_utils._text(#1053).release_valueskey tostatusreturn value that can be accessed using Jinja2 dot notation (#1056).release_valueskey tostatusreturn value that can be accessed using Jinja2 dot notation (#1056).Deprecated Features
status.valuesreturn value has been deprecated and will be removed in a release after 2027-01-08. Usestatus.release_valuesinstead (#1056).status.valuesreturn value has been deprecated and will be removed in a release after 2027-01-08. Usestatus.release_valuesinstead (#1056).Security Fixes
no_log=True(#1014).Bugfixes
helm_pullmodule (#1055).K8S_AUTH_VERIFY_SSL=true(or any string value) caused the value to be treated as a separatekubectlcommand argument. (#1049).warningstoexit_jsonwithAnsibleModule.warnin thek8s_drain,k8s_rollback.pyandk8s_scale.pymodules as it deprecated inansible-core>=2.19.0and will be removed inansible-core>=2.23.0(#1033).k8s_cluster_info,k8s_json_patchandk8s_rollbackto k8s action group (#992).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.