mirror of
https://github.com/ansible-collections/kubernetes.core.git
synced 2026-06-10 10:36:16 +00:00
85 lines
4.6 KiB
YAML
85 lines
4.6 KiB
YAML
ancestor: null
|
|
releases:
|
|
0.10.0:
|
|
changes:
|
|
bugfixes:
|
|
- k8s - Add exception handling when retrieving k8s client (https://github.com/ansible-collections/community.kubernetes/pull/54).
|
|
- k8s - Fix argspec for 'elements' (https://github.com/ansible-collections/community.kubernetes/issues/13).
|
|
- k8s - Use ``from_yaml`` filter with lookup examples in ``k8s`` module documentation
|
|
examples (https://github.com/ansible-collections/community.kubernetes/pull/56).
|
|
- k8s_service - Fix argspec (https://github.com/ansible-collections/community.kubernetes/issues/33).
|
|
- kubectl - Fix documentation in kubectl connection plugin (https://github.com/ansible-collections/community.kubernetes/pull/52).
|
|
major_changes:
|
|
- k8s_exec - New module for executing commands on pods via Kubernetes API (https://github.com/ansible-collections/community.kubernetes/pull/14).
|
|
- k8s_log - New module for retrieving pod logs (https://github.com/ansible-collections/community.kubernetes/pull/16).
|
|
minor_changes:
|
|
- k8s - Added ``persist_config`` option for persisting refreshed tokens (https://github.com/ansible-collections/community.kubernetes/issues/49).
|
|
security_fixes:
|
|
- kubectl - Warn about information disclosure when using options like ``kubectl_password``,
|
|
``kubectl_extra_args``, and ``kubectl_token`` to pass data through to the
|
|
command line using the ``kubectl`` connection plugin (https://github.com/ansible-collections/community.kubernetes/pull/51).
|
|
fragments:
|
|
- 13-fix-elements-argspec.yaml
|
|
- 14-k8s_exec-new-module.yaml
|
|
- 16-k8s_log-new-module.yaml
|
|
- 33-k8s_service-fix-argspec.yaml
|
|
- 49-k8s-add-persist_config-option.yaml
|
|
- 51-kubectl-security-disclosure.yaml
|
|
- 52-kubectl-connection-docsfix.yaml
|
|
- 54-k8s-add-exception-handling.yaml
|
|
- 56-k8s-from_yaml-docs-examples.yaml
|
|
modules:
|
|
- description: Execute command in Pod
|
|
name: k8s_exec
|
|
namespace: ''
|
|
- description: Fetch logs from Kubernetes resources
|
|
name: k8s_log
|
|
namespace: ''
|
|
release_date: '2020-03-23'
|
|
0.11.0:
|
|
changes:
|
|
bugfixes:
|
|
- Make sure extra files are not included in built collection (https://github.com/ansible-collections/community.kubernetes/pull/85).
|
|
- Update GitHub Actions workflow for better CI stability (https://github.com/ansible-collections/community.kubernetes/pull/78).
|
|
- k8s_log - Module no longer attempts to parse log as JSON (https://github.com/ansible-collections/community.kubernetes/pull/69).
|
|
major_changes:
|
|
- helm - New module for managing Helm charts (https://github.com/ansible-collections/community.kubernetes/pull/61).
|
|
- helm_info - New module for retrieving Helm chart information (https://github.com/ansible-collections/community.kubernetes/pull/61).
|
|
- helm_repository - New module for managing Helm repositories (https://github.com/ansible-collections/community.kubernetes/pull/61).
|
|
minor_changes:
|
|
- Rename repository to ``community.kubernetes`` (https://github.com/ansible-collections/community.kubernetes/pull/81).
|
|
fragments:
|
|
- 61-helm-new-modules.yaml
|
|
- 69-k8s_log-dont-parse-as-json.yaml
|
|
- 78-github-actions-workflow.yaml
|
|
- 81-rename-repository.yaml
|
|
- 85-exclude-unnecessary-files-when-building.yaml
|
|
modules:
|
|
- description: Manages Kubernetes packages with the Helm package manager
|
|
name: helm
|
|
namespace: ''
|
|
- description: Get information from Helm package deployed inside the cluster
|
|
name: helm_info
|
|
namespace: ''
|
|
- description: Add and remove Helm repository
|
|
name: helm_repository
|
|
namespace: ''
|
|
release_date: '2020-05-04'
|
|
0.9.0:
|
|
changes:
|
|
major_changes:
|
|
- k8s - Inventory source migrated from Ansible 2.9 to Kubernetes collection.
|
|
- k8s - Lookup plugin migrated from Ansible 2.9 to Kubernetes collection.
|
|
- k8s - Module migrated from Ansible 2.9 to Kubernetes collection.
|
|
- k8s_auth - Module migrated from Ansible 2.9 to Kubernetes collection.
|
|
- k8s_config_resource_name - Filter plugin migrated from Ansible 2.9 to Kubernetes
|
|
collection.
|
|
- k8s_info - Module migrated from Ansible 2.9 to Kubernetes collection.
|
|
- k8s_scale - Module migrated from Ansible 2.9 to Kubernetes collection.
|
|
- k8s_service - Module migrated from Ansible 2.9 to Kubernetes collection.
|
|
- kubectl - Connection plugin migrated from Ansible 2.9 to Kubernetes collection.
|
|
- openshift - Inventory source migrated from Ansible 2.9 to Kubernetes collection.
|
|
fragments:
|
|
- 4-k8s-prepare-collection-for-release.yaml
|
|
release_date: '2020-02-05'
|