Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: ansible-collections/kubernetes.core

Tags

6.2.0

Toggle 6.2.0's commit message

Verified

This tag was signed with the committer’s verified signature.
beeankha Bianca Henderson
Release 6.2.0

5.4.1

Toggle 5.4.1's commit message

Verified

This tag was signed with the committer’s verified signature.
beeankha Bianca Henderson
Release 5.4.1

6.1.0

Toggle 6.1.0's commit message

Verified

This tag was signed with the committer’s verified signature.
beeankha Bianca Henderson
Release 6.1.0

5.4.0

Toggle 5.4.0's commit message

Verified

This tag was signed with the committer’s verified signature.
beeankha Bianca Henderson
Release 5.4.0

6.0.0

Toggle 6.0.0's commit message

Verified

This tag was signed with the committer’s verified signature.
beeankha Bianca Henderson
Release 6.0.0

5.3.0

Toggle 5.3.0's commit message
Release 5.3.0

5.2.0

Toggle 5.2.0's commit message
Release 5.2.0

3.3.1

Toggle 3.3.1's commit message
Release 3.3.1

5.1.0

Toggle 5.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
prepare release 5.1.0 (#865)

SUMMARY
This release came with new module helm_registry_auth, and improvements to the error messages in the k8s_drain module, new parameter insecure_registry for helm_template module and several bug fixes.
ISSUE TYPE

New release pull request

Changelog
Minor Changes

Bump version of ansible-lint to minimum 24.7.0 (#765).
Parameter insecure_registry added to helm_template as equivalent of insecure-skip-tls-verify (#805).
connection/kubectl.py - Added an example of using the kubectl connection plugin to the documentation (#741).
k8s_drain - Improve error message for pod disruption budget when draining a node (#797).

Bugfixes

helm - Helm version checks did not support RC versions. They now accept any version tags. (#745).
helm_pull - Apply no_log=True to pass_credentials to silence false positive warning.. (#796).
k8s_drain - Fix k8s_drain does not wait for single pod (#769).
k8s_drain - Fix k8s_drain runs into a timeout when evicting a pod which is part of a stateful set  (#792).
kubeconfig option should not appear in module invocation log (#782).
kustomize - kustomize plugin fails with deprecation warnings (#639).
waiter - Fix waiting for daemonset when desired number of pods is 0. (#756).

New Modules

helm_registry_auth - Helm registry authentication module

ADDITIONAL INFORMATION
Collection kubernets.core version 3.1.0 is compatible with ansible-core>=2.15.0

Reviewed-by: Mike Graves <[email protected]>

3.3.0

Toggle 3.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
prepare release 3.3.0 (#863)

SUMMARY
Version 3.3.0 of ansible-collection kubernetes.core came with several improvements and bugfixes
ISSUE TYPE

New release pull request

Changelog
Minor Changes

k8s_drain - Improve error message for pod disruption budget when draining a node (#797).

Bugfixes

helm - Helm version checks did not support RC versions. They now accept any version tags. (#745).
helm_pull - Apply no_log=True to pass_credentials to silence false positive warning.. (#796).
k8s_drain - Fix k8s_drain does not wait for single pod (#769).
k8s_drain - Fix k8s_drain runs into a timeout when evicting a pod which is part of a stateful set  (#792).
kubeconfig option should not appear in module invocation log (#782).
kustomize - kustomize plugin fails with deprecation warnings (#639).
waiter - Fix waiting for daemonset when desired number of pods is 0. (#756).

ADDITIONAL INFORMATION
Collection kubernets.core version 3.3.0 is compatible with ansible-core>=2.14.0

Reviewed-by: Alina Buzachis
Reviewed-by: Yuriy Novostavskiy
Reviewed-by: Mike Graves <[email protected]>