-
Notifications
You must be signed in to change notification settings - Fork 140
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Parameter insecure_registry added to helm_template #805
Parameter insecure_registry added to helm_template #805
Conversation
Build succeeded. ✔️ ansible-galaxy-importer SUCCESS in 4m 29s |
2a53352
to
f9126a0
Compare
Build succeeded. ✔️ ansible-galaxy-importer SUCCESS in 4m 37s |
Build succeeded. ✔️ ansible-galaxy-importer SUCCESS in 4m 52s |
…nsecure-skip-tls-verify
…tual location" This reverts commit 90afebf.
33930aa
to
195d089
Compare
Build succeeded. ✔️ ansible-galaxy-importer SUCCESS in 6m 48s |
Build succeeded. ✔️ ansible-galaxy-importer SUCCESS in 4m 36s |
Backport to stable-5: 💚 backport PR created✅ Backport PR branch: Backported as #835 🤖 @patchback |
* Parameter insecure_registry added to helm_template as equivalent of insecure-skip-tls-verify (cherry picked from commit 6609abd)
* Parameter insecure_registry added to helm_template as equivalent of insecure-skip-tls-verify (cherry picked from commit 6609abd) Co-authored-by: Yuriy Novostavskiy <[email protected]>
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]>
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 (ansible-collections#765). Parameter insecure_registry added to helm_template as equivalent of insecure-skip-tls-verify (ansible-collections#805). connection/kubectl.py - Added an example of using the kubectl connection plugin to the documentation (ansible-collections#741). k8s_drain - Improve error message for pod disruption budget when draining a node (ansible-collections#797). Bugfixes helm - Helm version checks did not support RC versions. They now accept any version tags. (ansible-collections#745). helm_pull - Apply no_log=True to pass_credentials to silence false positive warning.. (ansible-collections#796). k8s_drain - Fix k8s_drain does not wait for single pod (ansible-collections#769). k8s_drain - Fix k8s_drain runs into a timeout when evicting a pod which is part of a stateful set (ansible-collections#792). kubeconfig option should not appear in module invocation log (ansible-collections#782). kustomize - kustomize plugin fails with deprecation warnings (ansible-collections#639). waiter - Fix waiting for daemonset when desired number of pods is 0. (ansible-collections#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]>
Parameter
insecure_registry
added tohelm_template
as equivalent ofinsecure-skip-tls-verify
SUMMARY
This PR is created to address #801
ISSUE TYPE
COMPONENT NAME
helm_template