mirror of
https://github.com/ansible-collections/kubernetes.core.git
synced 2026-05-06 21:12:37 +00:00
Issue #171: Update changelog and make sure things are ready for 1.0.0 release.
This commit is contained in:
@@ -137,3 +137,52 @@ releases:
|
||||
fragments:
|
||||
- 4-k8s-prepare-collection-for-release.yaml
|
||||
release_date: '2020-02-05'
|
||||
1.0.0:
|
||||
changes:
|
||||
bugfixes:
|
||||
- Test against stable ansible branch so molecule tests work (https://github.com/ansible-collections/community.kubernetes/pull/168).
|
||||
- Update openshift requirements in k8s module doc (https://github.com/ansible-collections/community.kubernetes/pull/153).
|
||||
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).
|
||||
- k8s_exec - Return rc for the command executed (https://github.com/ansible-collections/community.kubernetes/pull/158).
|
||||
minor_changes:
|
||||
- Ensure check mode results are as expected (https://github.com/ansible-collections/community.kubernetes/pull/155).
|
||||
- Update base branch to 'main' (https://github.com/ansible-collections/community.kubernetes/issues/148).
|
||||
- helm - Add support for K8S_AUTH_CONTEXT, K8S_AUTH_KUBECONFIG env (https://github.com/ansible-collections/community.kubernetes/pull/141).
|
||||
- helm - Allow creating namespaces with Helm (https://github.com/ansible-collections/community.kubernetes/pull/157).
|
||||
- helm - add aliases context for kube_context.
|
||||
- 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 aliases context for kube_context.
|
||||
- helm_info - add support for K8S_AUTH_KUBECONFIG and K8S_AUTH_CONTEXT environment
|
||||
variable (https://github.com/ansible-collections/community.kubernetes/issues/140).
|
||||
- k8s_exec - return RC for the command executed (https://github.com/ansible-collections/community.kubernetes/issues/122).
|
||||
- k8s_info - Update example using vars (https://github.com/ansible-collections/community.kubernetes/pull/156).
|
||||
security_fixes:
|
||||
- kubectl - connection plugin now redact kubectl_token and kubectl_password
|
||||
in console log (https://github.com/ansible-collections/community.kubernetes/issues/65).
|
||||
- kubectl - redacted token and password from console log (https://github.com/ansible-collections/community.kubernetes/pull/159).
|
||||
fragments:
|
||||
- 122_k8s_exec_rc.yml
|
||||
- 140-kubeconfig-env.yaml
|
||||
- 141-helm-add-k8s-env-vars.yaml
|
||||
- 148-update-base-branch-main.yaml
|
||||
- 152-helm-context-aliases.yml
|
||||
- 153-update-openshift-requirements.yaml
|
||||
- 154-helm_plugin-helm_plugin_info-new-modules.yaml
|
||||
- 155-ensure-check-mode-waits.yaml
|
||||
- 156-k8s_info-vars-example.yaml
|
||||
- 157-helm-create-namespace.yaml
|
||||
- 158-k8s_exec-return-rc.yaml
|
||||
- 159-kubectl-redact-token-and-password.yaml
|
||||
- 168-test-stable-ansible.yaml
|
||||
- 65_kubectl.yml
|
||||
modules:
|
||||
- description: Manage Helm plugins
|
||||
name: helm_plugin
|
||||
namespace: ''
|
||||
- description: Gather information about Helm plugins
|
||||
name: helm_plugin_info
|
||||
namespace: ''
|
||||
release_date: '2020-07-28'
|
||||
|
||||
Reference in New Issue
Block a user