- Adjust the documentation to clarify the fact
wait_condition.status
is a string. - Adjust the name of parameters of
helm
andhelm_info
to match the documentation. No playbook change required. - The Helm modules (
helm
,helm_info
,helm_plugin
,helm_plugin_info
,helm_plugin_repository
) accept the K8S environment variables like the other modules of the collections. - helm - add a
skip_crds
option to skip the installation of CRDs when installing or upgrading a chart (ansible-collections#296). - helm - add optional support for helm diff (ansible-collections#248).
- helm_template - add helm_template module to support template functionality (ansible-collections#367).
- k8s - add a
delete_options
parameter to control garbage collection behavior when deleting a resource (ansible-collections#253). - k8s - add an example for downloading manifest file and applying (ansible-collections#352).
- k8s - check if kubeconfig file is located on remote node or on Ansible Controller (ansible-collections#307).
- k8s - check if src file is located on remote node or on Ansible Controller (ansible-collections#307).
- k8s_exec - add a note about required permissions for the module (ansible-collections#339).
- k8s_info - add information about api_version while returning facts (ansible-collections#308).
- runtime.yml - update minimum Ansible version required for Kubernetes collection (ansible-collections#314).
- helm -
release_values
makes ansible always show changed state (ansible-collections#274) - helm - make helm-diff plugin detection more reliable by splitting by any whitespace instead of explicit whitespace (
\s
) (ansible-collections#362). - helm - return values in check mode when release is not present (ansible-collections#280).
- helm_plugin - make unused
release_namespace
parameter as optional (ansible-collections#357). - helm_plugin_info - make unused
release_namespace
parameter as optional (ansible-collections#357). - k8s - fix check_mode always showing changes when using stringData on Secrets (ansible-collections#282).
- k8s - handle ValueError when namespace is not provided (ansible-collections#330).
- respect the
wait_timeout
parameter in thek8s
andk8s_info
modules when a resource does not exist (ansible-collections#344).
- k8s - Fix sanity test 'compile' failing because of positional args (ansible-collections#260).
- k8s - Add support for template parameter (ansible-collections#230).
- k8s_* - Add support for vaulted kubeconfig and src (ansible-collections#193).
- Add Makefile and downstream build script for kubernetes.core (ansible-collections#197).
- Add execution environment metadata (ansible-collections#211).
- Add probot stale bot configuration to autoclose issues (ansible-collections#196).
- Added a contribution guide (ansible-collections#192).
- Refactor module_utils (ansible-collections#223).
- Replace KubernetesAnsibleModule class with dummy class (ansible-collections#227).
- Replace KubernetesRawModule class with K8sAnsibleMixin (ansible-collections#231).
- common - Do not mark task as changed when diff is irrelevant (ansible-collections#228).
- helm - Add appVersion idempotence check to Helm (ansible-collections#246).
- helm - Return status in check mode (ansible-collections#192).
- helm - Support for single or multiple values files (ansible-collections#93).
- helm_* - Support vaulted kubeconfig (ansible-collections#229).
- k8s - SelfSubjectAccessReviews supported when 405 response received (ansible-collections#237).
- k8s - add testcase for adding multiple resources using template parameter (ansible-collections#243).
- k8s_info - Add support for wait (ansible-collections#235).
- k8s_info - update custom resource example (ansible-collections#202).
- kubectl plugin - correct console log (ansible-collections#200).
- raw - Handle exception raised by underlying APIs (ansible-collections#180).
- common - handle exception raised due to DynamicClient (ansible-collections#224).
- helm - add replace parameter (ansible-collections#106).
- k8s (inventory) - Set the connection plugin and transport separately (ansible-collections#208).
- k8s (inventory) - Specify FQCN for k8s inventory plugin to fix use with Ansible 2.9 (ansible-collections#250).
- k8s_info - add wait functionality (ansible-collections#18).
- helm_plugin - new module to manage Helm plugins (ansible-collections#154).
- helm_plugin_info - new modules to gather information about Helm plugins (ansible-collections#154).
- k8s_exec - Return rc for the command executed (ansible-collections#158).
- Ensure check mode results are as expected (ansible-collections#155).
- Update base branch to 'main' (ansible-collections#148).
- helm - Add support for K8S_AUTH_CONTEXT, K8S_AUTH_KUBECONFIG env (ansible-collections#141).
- helm - Allow creating namespaces with Helm (ansible-collections#157).
- helm - add aliases context for kube_context (ansible-collections#152).
- helm - add support for K8S_AUTH_KUBECONFIG and K8S_AUTH_CONTEXT environment variable (ansible-collections#140).
- helm_info - add aliases context for kube_context (ansible-collections#152).
- helm_info - add support for K8S_AUTH_KUBECONFIG and K8S_AUTH_CONTEXT environment variable (ansible-collections#140).
- k8s_exec - return RC for the command executed (ansible-collections#122).
- k8s_info - Update example using vars (ansible-collections#156).
- kubectl - connection plugin now redact kubectl_token and kubectl_password in console log (ansible-collections#65).
- kubectl - redacted token and password from console log (ansible-collections#159).
- Test against stable ansible branch so molecule tests work (ansible-collections#168).
- Update openshift requirements in k8s module doc (ansible-collections#153).
- helm_plugin - Manage Helm plugins
- helm_plugin_info - Gather information about Helm plugins
- Add changelog and fragments and document changelog process (ansible-collections#131).
- Add action groups for playbooks with module_defaults (ansible-collections#107).
- Add requires_ansible version constraints to runtime.yml (ansible-collections#126).
- Add sanity test ignore file for Ansible 2.11 (ansible-collections#130).
- Add test for openshift apply bug (ansible-collections#94).
- Add version_added to each new collection module (ansible-collections#98).
- Check Python code using flake8 (ansible-collections#123).
- Don't require project coverage check on PRs (ansible-collections#102).
- Improve k8s Deployment and Daemonset wait conditions (ansible-collections#35).
- Minor documentation fixes and use of FQCN in some examples (ansible-collections#114).
- Remove action_groups_redirection entry from meta/runtime.yml (ansible-collections#127).
- Remove deprecated ANSIBLE_METADATA field (ansible-collections#95).
- Use FQCN in module docs and plugin examples (ansible-collections#146).
- Use improved kubernetes diffs where possible (ansible-collections#105).
- helm - add 'atomic' option (ansible-collections#115).
- helm - minor code refactoring (ansible-collections#110).
- helm_info and helm_repository - minor code refactor (ansible-collections#117).
- k8s - Handle set object retrieved from lookup plugin (ansible-collections#118).
- Fix suboption docs structure for inventory plugins (ansible-collections#103).
- Handle invalid kubeconfig parsing error (ansible-collections#119).
- Make sure Service changes run correctly in check_mode (ansible-collections#84).
- k8s_info - remove unneccessary k8s_facts deprecation notice (ansible-collections#97).
- k8s_scale - Fix scale wait and add tests (ansible-collections#100).
- raw - handle condition when definition is none (ansible-collections#139).
- helm - New module for managing Helm charts (ansible-collections#61).
- helm_info - New module for retrieving Helm chart information (ansible-collections#61).
- helm_repository - New module for managing Helm repositories (ansible-collections#61).
- Rename repository to
community.kubernetes
(ansible-collections#81).
- Make sure extra files are not included in built collection (ansible-collections#85).
- Update GitHub Actions workflow for better CI stability (ansible-collections#78).
- k8s_log - Module no longer attempts to parse log as JSON (ansible-collections#69).
- helm - Manages Kubernetes packages with the Helm package manager
- helm_info - Get information from Helm package deployed inside the cluster
- helm_repository - Add and remove Helm repository
- k8s_exec - New module for executing commands on pods via Kubernetes API (ansible-collections#14).
- k8s_log - New module for retrieving pod logs (ansible-collections#16).
- k8s - Added
persist_config
option for persisting refreshed tokens (ansible-collections#49).
- kubectl - Warn about information disclosure when using options like
kubectl_password
,kubectl_extra_args
, andkubectl_token
to pass data through to the command line using thekubectl
connection plugin (ansible-collections#51).
- k8s - Add exception handling when retrieving k8s client (ansible-collections#54).
- k8s - Fix argspec for 'elements' (ansible-collections#13).
- k8s - Use
from_yaml
filter with lookup examples ink8s
module documentation examples (ansible-collections#56). - k8s_service - Fix argspec (ansible-collections#33).
- kubectl - Fix documentation in kubectl connection plugin (ansible-collections#52).
- k8s_exec - Execute command in Pod
- k8s_log - Fetch logs from Kubernetes resources
- 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.