Skip to content

feat(ansible)!: Update kubernetes.core ( 5.1.0 → 6.4.0 )#448

Open
parsec-renovate[bot] wants to merge 1 commit into
mainfrom
renovate/kubernetes.core-6.x
Open

feat(ansible)!: Update kubernetes.core ( 5.1.0 → 6.4.0 )#448
parsec-renovate[bot] wants to merge 1 commit into
mainfrom
renovate/kubernetes.core-6.x

Conversation

@parsec-renovate

@parsec-renovate parsec-renovate Bot commented Jun 3, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
kubernetes.core galaxy-collection major 5.1.06.4.0

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

ansible-collections/kubernetes.core (kubernetes.core)

v6.4.0

Compare Source

======

Release Summary

This release adds Helm v4 compatibility across the Helm modules and improves k8s_drain with check mode. When you explicitly allow evicting unmanaged pods, pods with local storage, or pods managed by a DaemonSet, those cases are reported as informational output instead of module warnings.

Minor Changes

  • helm_info - Ensure compatibility with Helm v4 (#​1038).
  • helm_plugin - Ensure compatibility with Helm v4 (#​1038).
  • helm_plugin_info - Ensure compatibility with Helm v4 (#​1038).
  • helm_pull - Ensure compatibility with Helm v4 (#​1038).
  • helm_registry_auth - Ensure compatibility with Helm v4 (#​1038).
  • helm_registry_auth - add new option plain_http to allow insecure http connection when running helm registry login (#​1090).
  • helm_repository - Ensure compatibility with Helm v4 (#​1038).
  • k8s_drain - Add support for check_mode (#​1086).
  • k8s_drain - Convert module warnings into informational displays when users explicitly request the deletion of unmanaged pods, pods with local storage, or those managed by a DaemonSet (#​1037).

Bugfixes

  • Helm - Allow taking ownership of existing Kubernetes resources on the first installation of a Helm release. Previously, the take_ownership parameter was always disabled during the initial install, preventing resource adoption (#​1034).

v6.3.0

Compare Source

======

Release Summary

This release includes bugfixes such as implementing idempotency for the helm_pull module as well as a security update for selectively redacting sensitive information from kubeconfig.

Minor Changes

  • Remove deprecated import from ansible.module_utils._text (#​1053).
  • helm - add release_values key to status return value that can be accessed using Jinja2 dot notation (#​1056).
  • helm_info - add release_values key to status return value that can be accessed using Jinja2 dot notation (#​1056).

Deprecated Features

  • helm - the status.values return value has been deprecated and will be removed in a release after 2027-01-08. Use status.release_values instead (#​1056).
  • helm_info - the status.values return value has been deprecated and will be removed in a release after 2027-01-08. Use status.release_values instead (#​1056).

Security Fixes

  • Selectively redact sensitive info from kubeconfig instead of applying blanket no_log=True (#​1014).

Bugfixes

  • Add idempotency for helm_pull module (#​1055).
  • Fixed a bug where setting K8S_AUTH_VERIFY_SSL=true (or any string value) caused the value to be treated as a separate kubectl command argument. (#​1049).
  • Limit supported versions of Helm to <4.0.0 (#​1039).
  • Replace passing warnings to exit_json with AnsibleModule.warn in the k8s_drain, k8s_rollback.py and k8s_scale.py modules as it deprecated in ansible-core>=2.19.0 and will be removed in ansible-core>=2.23.0 (#​1033).
  • k8s - Fix return block from the module documentation (#​1056).
  • meta - Add k8s_cluster_info, k8s_json_patch and k8s_rollback to k8s action group (#​992).

v6.2.0

Compare Source

======

Release Summary

This release adds minor changes and bugfixes, including support of skip-schema-validation in helm module and removing deprecated ansible.module_utils.six imports.

Minor Changes

  • Add support of skip-schema-validation in helm module (#​995)
  • kustomize - Add support of local environ (#​786).

Bugfixes

  • Remove ansible.module_utils.six imports to avoid warnings (#​998).
  • Update the k8s_cp module to also work for init containers (#​971).

v6.1.0

Compare Source

======

Release Summary

This release adds plain_http and take_ownership parameters for helm modules, support for hidden_fields in k8s_json_patch, documented lack of idempotency support in helm_registry_auth with helm ≥ 3.18.0, and improved k8s_rollback test coverage.

Minor Changes

  • Module helm_registry_auth do not support idempotency with helm >= 3.18.0 (#​946)
  • Module k8s_json_patch - Add support for hidden_fields (#​964).
  • helm - Parameter plain_http added for working with insecure OCI registries (#​934).
  • helm - Parameter take_ownership added (#​957).
  • helm_pull - Parameter plain_http added for working with insecure OCI registries (#​934).
  • helm_template - Parameter plain_http added for working with insecure OCI registries (#​934).

Bugfixes

  • module_utils/k8s/service - hide fields first before creating diffs (#​915).

v6.0.0

Compare Source

======

Release Summary

This major release removes the deprecated k8s inventory plugin and also removes ansible-core<2.16 support.

Breaking Changes / Porting Guide

  • Remove deprecated k8s invetory plugin (#​867).
  • Remove support for ansible-core<2.16 (#​867).

v5.4.2

Compare Source

======

Release Summary

This release includes bugfixes such as replacing the passing of warnings to exit_json with AnsibleModule.warn as well as a security update for selectively redacting sensitive information from kubeconfig.

Minor Changes

  • helm - add release_values key to status return value that can be accessed using Jinja2 dot notation (#​1056).
  • helm_info - add release_values key to status return value that can be accessed using Jinja2 dot notation (#​1056).

Deprecated Features

  • helm - the status.values return value has been deprecated and will be removed in a release after 2027-01-08. Use status.release_values instead (#​1056).
  • helm_info - the status.values return value has been deprecated and will be removed in a release after 2027-01-08. Use status.release_values instead (#​1056).

Security Fixes

  • Selectively redact sensitive info from kubeconfig instead of applying blanket no_log=True (#​1014).

Bugfixes

  • Add idempotency for helm_pull module (#​1055).
  • Fixed a bug where setting K8S_AUTH_VERIFY_SSL=true (or any string value) caused the value to be treated as a separate kubectl command argument (#​1049).
  • Limit supported versions of Helm to <4.0.0 (#​1039).
  • Replace passing warnings to exit_json with AnsibleModule.warn in the k8s_drain, k8s_rollback.py and k8s_scale.py modules as it deprecated in ansible-core>=2.19.0 and will be removed in ansible-core>=2.23.0 (#​1033).
  • k8s - Fix return block from the module documentation (#​1056).
  • meta - Add k8s_cluster_info, k8s_json_patch and k8s_rollback to k8s action group (#​992).

v5.4.1

Compare Source

======

Release Summary

This release includes bugfixes for k8s service field handling, k8s_cp init containers support, and removes deprecated ansible.module_utils.six imports.

Bugfixes

  • Remove ansible.module_utils.six imports to avoid warnings (#​998).
  • Update the k8s_cp module to also work for init containers (#​971).
  • module_utils/k8s/service - hide fields first before creating diffs (#​915).

v5.4.0

Compare Source

======

Release Summary

This release updates the helm_registry_auth module to match the behavior of helm >= 3.18.0 which reports a successful logout regardless of the current state (i.e., no idempotency).

Minor Changes

  • Module helm_registry_auth does not support idempotency with helm >= 3.18.0 (#​946).

v5.3.0

Compare Source

======

Release Summary

This release includes minor changes, bug fixes and also bumps ansible-lint version to 25.1.2.

Minor Changes

  • Bump version of ansible-lint to 25.1.2 (#​919).
  • action/k8s_info - update templating mechanism with changes from ansible-core 2.19 (#​888).
  • helm - add reset_then_reuse_values support to helm module (#​803).
  • helm - add support for insecure_skip_tls_verify option to helm and helm_repository(#​694).

Bugfixes

  • module_utils/k8s/service - fix issue when trying to delete resource using delete_options and check_mode=true (#​892).

Configuration

📅 Schedule: (in timezone America/New_York)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate.

@parsec-renovate parsec-renovate Bot changed the title feat(ansible)!: Update kubernetes.core ( 5.1.0 → 6.0.0 ) feat(ansible)!: Update kubernetes.core ( 5.1.0 → 6.1.0 ) Aug 12, 2025
@parsec-renovate parsec-renovate Bot force-pushed the renovate/kubernetes.core-6.x branch from ebb05c2 to 11c8d81 Compare August 12, 2025 19:12
@parsec-renovate parsec-renovate Bot changed the title feat(ansible)!: Update kubernetes.core ( 5.1.0 → 6.1.0 ) feat(ansible)!: Update kubernetes.core ( 5.1.0 → 6.2.0 ) Oct 7, 2025
@parsec-renovate parsec-renovate Bot force-pushed the renovate/kubernetes.core-6.x branch from 11c8d81 to 49c6210 Compare October 7, 2025 21:12
@parsec-renovate parsec-renovate Bot changed the title feat(ansible)!: Update kubernetes.core ( 5.1.0 → 6.2.0 ) feat(ansible)!: Update kubernetes.core ( 5.1.0 → 6.3.0 ) Feb 3, 2026
@parsec-renovate parsec-renovate Bot force-pushed the renovate/kubernetes.core-6.x branch from 49c6210 to 2963532 Compare February 3, 2026 17:27
@parsec-renovate parsec-renovate Bot changed the title feat(ansible)!: Update kubernetes.core ( 5.1.0 → 6.3.0 ) feat(ansible)!: Update kubernetes.core ( 5.1.0 → 6.4.0 ) Apr 22, 2026
@parsec-renovate parsec-renovate Bot force-pushed the renovate/kubernetes.core-6.x branch from 2963532 to 320a59f Compare April 22, 2026 21:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants