Skip to content

Commit 31f8a10

Browse files
chore(deps): update kubernetes.core to 5.1.0 (#6215)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [kubernetes.core](https://redirect.github.com/ansible-collections/kubernetes.core) | galaxy-collection | minor | `5.0.0` -> `5.1.0` | --- ### Release Notes <details> <summary>ansible-collections/kubernetes.core (kubernetes.core)</summary> ### [`v5.1.0`](https://redirect.github.com/ansible-collections/kubernetes.core/blob/HEAD/CHANGELOG.rst#v510) [Compare Source](https://redirect.github.com/ansible-collections/kubernetes.core/compare/5.0.0...5.1.0) \====== ## Release Summary This release came with new module `helm_registry_auth`, improvements to the error messages in the k8s_drain module, new parameter `insecure_registry` for `helm_template` module and several bug fixes. ## Minor Changes - Bump version of ansible-lint to minimum 24.7.0 ([https://github.com/ansible-collections/kubernetes.core/pull/765](https://redirect.github.com/ansible-collections/kubernetes.core/pull/765)). - Parameter insecure_registry added to helm_template as equivalent of insecure-skip-tls-verify ([https://github.com/ansible-collections/kubernetes.core/pull/805](https://redirect.github.com/ansible-collections/kubernetes.core/pull/805)). - k8s_drain - Improve error message for pod disruption budget when draining a node ([https://github.com/ansible-collections/kubernetes.core/issues/797](https://redirect.github.com/ansible-collections/kubernetes.core/issues/797)). ## Bugfixes - helm - Helm version checks did not support RC versions. They now accept any version tags. ([https://github.com/ansible-collections/kubernetes.core/pull/745](https://redirect.github.com/ansible-collections/kubernetes.core/pull/745)). - helm_pull - Apply no_log=True to pass_credentials to silence false positive warning. ([https://github.com/ansible-collections/kubernetes.core/pull/796](https://redirect.github.com/ansible-collections/kubernetes.core/pull/796)). - k8s_drain - Fix k8s_drain does not wait for single pod ([https://github.com/ansible-collections/kubernetes.core/issues/769](https://redirect.github.com/ansible-collections/kubernetes.core/issues/769)). - k8s_drain - Fix k8s_drain runs into a timeout when evicting a pod which is part of a stateful set ([https://github.com/ansible-collections/kubernetes.core/issues/792](https://redirect.github.com/ansible-collections/kubernetes.core/issues/792)). - kubeconfig option should not appear in module invocation log ([https://github.com/ansible-collections/kubernetes.core/issues/782](https://redirect.github.com/ansible-collections/kubernetes.core/issues/782)). - kustomize - kustomize plugin fails with deprecation warnings ([https://github.com/ansible-collections/kubernetes.core/issues/639](https://redirect.github.com/ansible-collections/kubernetes.core/issues/639)). - waiter - Fix waiting for daemonset when desired number of pods is 0. ([https://github.com/ansible-collections/kubernetes.core/pull/756](https://redirect.github.com/ansible-collections/kubernetes.core/pull/756)). ## New Modules - helm_registry_auth - Helm registry authentication module </details> --- ### Configuration 📅 **Schedule**: 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMTguMSIsInVwZGF0ZWRJblZlciI6IjM5LjEyMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJyZW5vdmF0ZS9hbnNpYmxlIiwidHlwZS9taW5vciJdfQ==--> Co-authored-by: lumiere-bot[bot] <98047013+lumiere-bot[bot]@users.noreply.github.com>
1 parent 30f02ae commit 31f8a10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ansible/requirements.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ collections:
99
- name: community.sops
1010
version: 2.0.1
1111
- name: kubernetes.core
12-
version: 5.0.0
12+
version: 5.1.0
1313
- name: onepassword.connect
1414
version: 2.3.0
1515
roles:

0 commit comments

Comments
 (0)