Skip to content

Latest commit

 

History

History
260 lines (197 loc) · 15.9 KB

CHANGELOG.rst

File metadata and controls

260 lines (197 loc) · 15.9 KB

Kubernetes Collection Release Notes

  • The community.kubernetes collection is being renamed to kubernetes.core. All content in the collection has been replaced by deprecated redirects to kubernetes.core. If you are using FQCNs starting with community.kubernetes, please update them to kubernetes.core (ansible-collections#439).
  • Adjust the documentation to clarify the fact wait_condition.status is a string.
  • Adjust the name of parameters of helm and helm_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_plugin - Manage Helm plugins
  • helm_plugin_info - Gather information about Helm plugins
  • 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
  • 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 (ansible-collections#51).
  • 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.