mirror of
https://github.com/ansible-collections/kubernetes.core.git
synced 2026-04-17 14:21:07 +00:00
Issue #171: Update changelog fragments for 1.0.0 release.
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
---
|
||||
bugfixes:
|
||||
- raw - handle condition when definition is none (https://github.com/ansible-collections/community.kubernetes/pull/139).
|
||||
- raw - handle condition when definition is none (https://github.com/ansible-collections/community.kubernetes/pull/139).
|
||||
|
||||
4
changelogs/fragments/140-kubeconfig-env.yaml
Normal file
4
changelogs/fragments/140-kubeconfig-env.yaml
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
minor_changes:
|
||||
- helm - add support for K8S_AUTH_KUBECONFIG and K8S_AUTH_CONTEXT environment variable (https://github.com/ansible-collections/community.kubernetes/issues/140).
|
||||
- helm_info - add support for K8S_AUTH_KUBECONFIG and K8S_AUTH_CONTEXT environment variable (https://github.com/ansible-collections/community.kubernetes/issues/140).
|
||||
@@ -1,3 +0,0 @@
|
||||
minor_changes:
|
||||
- helm - add support for K8S_AUTH_KUBECONFIG and K8S_AUTH_CONTEXT environment variable (https://github.com/ansible-collections/community.kubernetes/issues/140).
|
||||
- helm_info - add support for K8S_AUTH_KUBECONFIG and K8S_AUTH_CONTEXT environment variable (https://github.com/ansible-collections/community.kubernetes/issues/140).
|
||||
3
changelogs/fragments/141-helm-add-k8s-env-vars.yaml
Normal file
3
changelogs/fragments/141-helm-add-k8s-env-vars.yaml
Normal file
@@ -0,0 +1,3 @@
|
||||
---
|
||||
minor_changes:
|
||||
- helm - Add support for K8S_AUTH_CONTEXT, K8S_AUTH_KUBECONFIG env (https://github.com/ansible-collections/community.kubernetes/pull/141).
|
||||
3
changelogs/fragments/148-update-base-branch-main.yaml
Normal file
3
changelogs/fragments/148-update-base-branch-main.yaml
Normal file
@@ -0,0 +1,3 @@
|
||||
---
|
||||
minor_changes:
|
||||
- Update base branch to 'main' (https://github.com/ansible-collections/community.kubernetes/issues/148).
|
||||
4
changelogs/fragments/152-helm-context-aliases.yml
Normal file
4
changelogs/fragments/152-helm-context-aliases.yml
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
minor_changes:
|
||||
- helm - add aliases context for kube_context.
|
||||
- helm_info - add aliases context for kube_context.
|
||||
@@ -0,0 +1,3 @@
|
||||
---
|
||||
bugfixes:
|
||||
- Update openshift requirements in k8s module doc (https://github.com/ansible-collections/community.kubernetes/pull/153).
|
||||
@@ -0,0 +1,4 @@
|
||||
---
|
||||
major_changes:
|
||||
- helm_plugin - new module to manage Helm plugins (https://github.com/ansible-collections/community.kubernetes/pull/154).
|
||||
- helm_plugin_info - new modules to gather information about Helm plugins (https://github.com/ansible-collections/community.kubernetes/pull/154).
|
||||
3
changelogs/fragments/155-ensure-check-mode-waits.yaml
Normal file
3
changelogs/fragments/155-ensure-check-mode-waits.yaml
Normal file
@@ -0,0 +1,3 @@
|
||||
---
|
||||
minor_changes:
|
||||
- Ensure check mode results are as expected (https://github.com/ansible-collections/community.kubernetes/pull/155).
|
||||
3
changelogs/fragments/156-k8s_info-vars-example.yaml
Normal file
3
changelogs/fragments/156-k8s_info-vars-example.yaml
Normal file
@@ -0,0 +1,3 @@
|
||||
---
|
||||
minor_changes:
|
||||
- k8s_info - Update example using vars (https://github.com/ansible-collections/community.kubernetes/pull/156).
|
||||
3
changelogs/fragments/157-helm-create-namespace.yaml
Normal file
3
changelogs/fragments/157-helm-create-namespace.yaml
Normal file
@@ -0,0 +1,3 @@
|
||||
---
|
||||
minor_changes:
|
||||
- helm - Allow creating namespaces with Helm (https://github.com/ansible-collections/community.kubernetes/pull/157).
|
||||
3
changelogs/fragments/158-k8s_exec-return-rc.yaml
Normal file
3
changelogs/fragments/158-k8s_exec-return-rc.yaml
Normal file
@@ -0,0 +1,3 @@
|
||||
---
|
||||
major_changes:
|
||||
- k8s_exec - Return rc for the command executed (https://github.com/ansible-collections/community.kubernetes/pull/158).
|
||||
@@ -0,0 +1,3 @@
|
||||
---
|
||||
security_fixes:
|
||||
- kubectl - redacted token and password from console log (https://github.com/ansible-collections/community.kubernetes/pull/159).
|
||||
3
changelogs/fragments/168-test-stable-ansible.yaml
Normal file
3
changelogs/fragments/168-test-stable-ansible.yaml
Normal file
@@ -0,0 +1,3 @@
|
||||
---
|
||||
bugfixes:
|
||||
- Test against stable ansible branch so molecule tests work (https://github.com/ansible-collections/community.kubernetes/pull/168).
|
||||
@@ -1,3 +0,0 @@
|
||||
minor_changes:
|
||||
- helm - add aliases context for kube_context.
|
||||
- helm_info - add aliases context for kube_context.
|
||||
@@ -11,7 +11,7 @@ DOCUMENTATION = r'''
|
||||
---
|
||||
module: helm_plugin
|
||||
short_description: Manage Helm plugins
|
||||
version_added: "0.11.0"
|
||||
version_added: "1.0.0"
|
||||
author:
|
||||
- Abhijeet Kasurde (@Akasurde)
|
||||
requirements:
|
||||
|
||||
@@ -11,7 +11,7 @@ DOCUMENTATION = r'''
|
||||
---
|
||||
module: helm_plugin_info
|
||||
short_description: Gather information about Helm plugins
|
||||
version_added: "0.11.0"
|
||||
version_added: "1.0.0"
|
||||
author:
|
||||
- Abhijeet Kasurde (@Akasurde)
|
||||
requirements:
|
||||
|
||||
Reference in New Issue
Block a user