Topics
This major release drops support for ansible-core<2.15
.
- inventory/k8s.py - Defer removal of k8s inventory plugin to version 6.0.0 (#734).
- Remove support for
ansible-core<2.15
(#737).
This major release brings several bug fixes. We have also removed support for ansible-core<2.15
and deprecated functions and class from module_utils/common.py
.
- inventory/k8s.py - Defer removal of k8s inventory plugin to version 5.0 (#723).
- k8s - The module and K8sService were changed so warnings returned by the K8S API are now displayed to the user.
- k8s - Support for
merge_type=json
has been removed in version 4.0.0. Please usekubernetes.core.k8s_json_patch
instead (#722). - k8s_exec - the previously deprecated
result.return_code
return value has been removed, consider usingresult.rc
instead (#726). - module_utils/common.py - the previously deprecated
K8sAnsibleMixin
class has been removed (#726). - module_utils/common.py - the previously deprecated
configuration_digest()
function has been removed (#726). - module_utils/common.py - the previously deprecated
get_api_client()
function has been removed (#726). - module_utils/common.py - the previously deprecated
unique_string()
function has been removed (#726).
- Resolve Collections util resource discovery fails when complex subresources present (#676).
- align helmdiff_check() function commandline rendering with the deploy() function (#670).
- avoid unsafe conditions in integration tests (#665).
- helm - use
reuse-values
when runninghelm diff
command (#680). - integrations test helm_kubeconfig - set helm version to v3.10.3 to avoid incompatability with new bitnami charts (#670).
This release comes with documentation updates.
- inventory/k8s.py - Defer removal of k8s inventory plugin to version 6.0.0 (#734).
- connection/kubectl.py - Added an example of using the kubectl connection plugin to the documentation (#741).
This release comes with some bugfixes and documentation updates. It also adds new features to the kubectl connection plugin and the kustomize lookup plugin.
- kubectl - added support of local enviroment variable that will be used for kubectl and may be requried for establishing connections ifself (#702)
- kustomize - new parameter added to --enable-helm (#568)
- helm - expand kubeconfig path with user's home directory for consistency with k8s
- k8s_json_patch - rename action symlink to ensure k8s action plugin is used (#652).
This release fixes issue with resources discovery when complex subresources are present, and fixes issues with reuse-values parameter for helm module.
- Resolve Collections util resource discovery fails when complex subresources present (#676).
- align helmdiff_check() function commandline rendering with the deploy() function (#670).
- helm - use
reuse-values
when runninghelm diff
command (#680). - integrations test helm_kubeconfig - set helm version to v3.10.3 to avoid incompatability with new bitnami charts (#670).
This major release drops support for ansible-core versions lower than 2.14, Python versions lower than 3.9 and updates python kubernetes library to 24.2.0, helm/kind-action to 1.8.0, kubernetes >= 1.24, along with bug fixes and minor changes.
- helm - add
reuse_values
andreset_values
support to helm module (#394). - k8s - add new option
delete_all
to support deletion of all resources when state is set toabsent
. (#504) - k8s, k8s_info - add a hidden_fields option to allow fields to be hidden in the results of k8s and k8s_info
- k8s_drain - add ability to filter the list of pods to be drained by a pod label selector (#474).
- Remove support for ansible-core < 2.14
- Update python kubernetes library to 24.2.0, helm/kind-action to 1.8.0, kubernetes >= 1.24.
- k8s - the
k8s
inventory plugin has been deprecated and will be removed in release 4.0.0 (#31).
- helm - Put the chart_ref into quotes when running
helm show chart
,helm upgrade
andhelm dependency update
commands (#653). - helm - delete temporary file created when deploying chart with option
release_values
set (#530). - helm - fix issue occurring when uninstalling chart with statues others than
deployed
(#319). - helm - fix post_renderer argument breaking the helm deploy_command (#586).
- helm - use post_renderer when checking
changed
status for a helm release (#588). - k8s_scale - clean handling of ResourceTimeout exception (#583).
- k8s_scale - fix issue when scaling StatefulSets with
updateStrategy=OnDelete
(#579).
- refactor K8sAnsibleMixin into module_utils/k8s/ (#481).
- Adjust k8s_user_impersonation tests to be compatible with Kubernetes 1.24 (#520).
- add support for dry run with kubernetes client version >=18.20 (#245).
- added ignore.txt for Ansible 2.14 devel branch.
- fixed module_defaults by removing routing hacks from runtime.yml (#347).
- helm - add support for -set-file, -set-json, -set and -set-string options when running helm install (#533).
- helm - add support for helm dependency update (#208).
- helm - add support for post-renderer flag (#30).
- helm - add support for timeout cli parameter to allow setting Helm timeout independent of wait (#67).
- helm - add support for wait parameter for helm uninstall command. (https://github.com/ansible-collections/kubernetes/core/issues/33).
- helm - support repo location for helm diff (#174).
- helm - when ansible is executed in check mode, return the diff between what's deployed and what will be deployed.
- helm, helm_plugin, helm_info, helm_plugin_info, kubectl - add support for in-memory kubeconfig. (#492).
- helm_info - add hooks, notes and manifest as part of returned information (#546).
- helm_info - add release state as a module argument (#377).
- helm_info - added possibility to get all values by adding get_all_values parameter (#531).
- helm_plugin - Add plugin_version parameter to the helm_plugin module (#157).
- helm_plugin - Add support for helm plugin update using state=update.
- helm_repository - Ability to replace (overwrite) the repo if it already exists by forcing (#491).
- helm_repository - add support for pass-credentials cli parameter (#282).
- helm_repository - added support for
host
,api_key
,validate_certs
, andca_cert
. - helm_repository - mark pass_credentials as no_log=True to silence false warning (#412).
- helm_template - add name (NAME of release) and disable_hook as optional module arguments (#313).
- helm_template - add show_only and release_namespace as module arguments (#313).
- helm_template - add support for -set-file, -set-json, -set and -set-string options when running helm template (#546).
- k8s - add no_proxy support to k8s* (#272).
- k8s - add support for server_side_apply. (#87).
- k8s - add support for user impersonation. (https://github.com/ansible-collections/kubernetes/core/issues/40).
- k8s - allow resource definition using metadata.generateName (#35).
- k8s lookup plugin - Enable turbo mode via environment variable (#291).
- k8s, k8s_scale, k8s_service - add support for resource definition as manifest via. (#451).
- k8s_cp - remove dependency with 'find' executable on remote pod when state=from_pod (#486).
- k8s_drain - Adds
delete_emptydir_data
option tok8s_drain.delete_options
to evict pods with anemptyDir
volume attached (#322). - k8s_exec - select first container from the pod if none specified (#358).
- k8s_exec - update deprecation warning for return_code (#417).
- k8s_json_patch - minor typo fix in the example section (#411).
- k8s_log - add the
all_containers
for retrieving all containers' logs in the pod(s). - k8s_log - added the previous parameter for retrieving the previously terminated pod logs (#437).
- k8s_log - added the tail_lines parameter to limit the number of lines to be retrieved from the end of the logs (#488).
- k8s_rollback - add support for check_mode. (https://github.com/ansible-collections/kubernetes/core/issues/243).
- k8s_scale - add support for check_mode. (https://github.com/ansible-collections/kubernetes/core/issues/244).
- kubectl - wait for dd command to complete before proceeding (#321).
- kubectl.py - replace distutils.spawn.find_executable with shutil.which in the kubectl connection plugin (#456).
- Fix dry_run logic - Pass the value dry_run=All instead of dry_run=True to the client, add conditional check on kubernetes client version as this feature is supported only for kubernetes >= 18.20.0 (#561).
- Fix kubeconfig parameter when multiple config files are provided (#435).
- Helm - Fix issue with alternative kubeconfig provided with validate_certs=False (#538).
- Various modules and plugins - use vendored version of
distutils.version
instead of the deprecated Python standard librarydistutils
(#314). - add missing documentation for filter plugin kubernetes.core.k8s_config_resource_name (#558).
- common - Ensure the label_selectors parameter of _wait_for method is optional.
- common - handle
aliases
passed from inventory and lookup plugins. - helm_template - evaluate release_values after values_files, insuring highest precedence (now same behavior as in helm module). (#348)
- import exception from
kubernetes.client.rest
. - k8s - Fix issue with check_mode when using server side apply (#547).
- k8s - Fix issue with server side apply with kubernetes release '25.3.0' (#548).
- k8s_cp - add support for check_mode (#380).
- k8s_drain - fix error caused by accessing an undefined variable when pods have local storage (#292).
- k8s_info - don't wait on empty List resources (#253).
- k8s_info - fix issue when module returns successful true after the resource cache has been established during periods where communication to the api-server is not possible (#508).
- k8s_log - Fix module traceback when no resource found (#479).
- k8s_log - fix exception raised when the name is not provided for resources requiring. (#514)
- k8s_scale - fix waiting on statefulset when scaled down to 0 replicas (#203).
- module_utils.common - change default opening mode to read-bytes to avoid bad interpretation of non ascii characters and strings, often present in 3rd party manifests.
- module_utils/k8s/client.py - fix issue when trying to authenticate with host, client_cert and client_key parameters only.
- remove binary file from k8s_cp test suite (#298).
- use resource prefix when finding resource and apiVersion is v1 (#351).
- helm_pull - download a chart from a repository and (optionally) unpack it in local directory.
- Catch expectation raised when the process is waiting for resources (#407).
- Remove omit placeholder when defining resource using template parameter (#431).
- k8s - fix the issue when trying to delete resources using label_selectors options (#433).
- k8s_cp - fix issue when using parameter local_path with file on managed node. (#421).
- k8s_drain - fix error occurring when trying to drain node with disable_eviction set to yes (#416).
- add support for dry run with kubernetes client version >=18.20 (#245).
- fixed module_defaults by removing routing hacks from runtime.yml (#347).
- helm - add support for timeout cli parameter to allow setting Helm timeout independent of wait (#67).
- helm - add support for wait parameter for helm uninstall command. (https://github.com/ansible-collections/kubernetes/core/issues/33).
- helm - support repo location for helm diff (#174).
- helm - when ansible is executed in check mode, return the diff between what's deployed and what will be deployed.
- helm_info - add release state as a module argument (#377).
- helm_plugin - Add plugin_version parameter to the helm_plugin module (#157).
- helm_plugin - Add support for helm plugin update using state=update.
- helm_repository - add support for pass-credentials cli parameter (#282).
- helm_repository - added support for
host
,api_key
,validate_certs
, andca_cert
. - helm_template - add show_only and release_namespace as module arguments (#313).
- k8s - add no_proxy support to k8s* (#272).
- k8s - add support for server_side_apply. (#87).
- k8s - add support for user impersonation. (https://github.com/ansible-collections/kubernetes/core/issues/40).
- k8s - allow resource definition using metadata.generateName (#35).
- k8s lookup plugin - Enable turbo mode via environment variable (#291).
- k8s_drain - Adds
delete_emptydir_data
option tok8s_drain.delete_options
to evict pods with anemptyDir
volume attached (#322). - k8s_exec - select first container from the pod if none specified (#358).
- k8s_rollback - add support for check_mode. (https://github.com/ansible-collections/kubernetes/core/issues/243).
- k8s_scale - add support for check_mode. (https://github.com/ansible-collections/kubernetes/core/issues/244).
- kubectl - wait for dd command to complete before proceeding (#321).
- Various modules and plugins - use vendored version of
distutils.version
instead of the deprecated Python standard librarydistutils
(#314). - common - Ensure the label_selectors parameter of _wait_for method is optional.
- helm_template - evaluate release_values after values_files, insuring highest precedence (now same behavior as in helm module). (#348)
- import exception from
kubernetes.client.rest
. - k8s_drain - fix error caused by accessing an undefined variable when pods have local storage (#292).
- k8s_info - don't wait on empty List resources (#253).
- k8s_scale - fix waiting on statefulset when scaled down to 0 replicas (#203).
- module_utils.common - change default opening mode to read-bytes to avoid bad interpretation of non ascii characters and strings, often present in 3rd party manifests.
- remove binary file from k8s_cp test suite (#298).
- use resource prefix when finding resource and apiVersion is v1 (#351).
- k8s_taint - Taint a node in a Kubernetes/OpenShift cluster
- add support for in-memory kubeconfig in addition to file for k8s modules. (#212).
- helm - add support for history_max cli parameter (#164).
- k8s - add support for label_selectors options (#43).
- k8s - add support for waiting on statefulsets (#195).
- k8s_log - Add since-seconds parameter to the k8s_log module (#142).
- new lookup plugin to support kubernetes kustomize feature. (#39).
- re-enable turbo mode for collection. The default is initially set to off (#169).
- common - import k8sdynamicclient directly to workaround Ansible upstream bug (#162).
- connection plugin - add arguments information into censored command (#196).
- fix resource cache not being used (#228).
- k8s - Fixes a bug where diff was always returned when using apply or modifying an existing object, even when diff=no was specified. The module no longer returns diff unless requested and will now honor diff=no (#146).
- k8s_cp - fix k8s_cp uploading when target container's WORKDIR is not '/' (#222).
- k8s_exec - add missing deprecation notice to return_code for k8s_exec (#233).
- k8s_exec - fix k8s_exec returning rc attribute, to follow ansible's common return values (#230).
- lookup - recommend query instead of lookup (#147).
- support the
template
param in all collections depending on kubernetes.core (#154).
- kustomize - Build a set of kubernetes resources using a 'kustomization.yaml' file.
- k8s_cp - Copy files and directories to and from pod.
- k8s_drain - Drain, Cordon, or Uncordon node in k8s cluster
- check auth params for existence, not whether they are true (#151).
- Fix apply for k8s module when an array attribute from definition contains empty dict (#113).
- rename the apply function to fix broken imports in Ansible 2.9 (#135).
- inventory - add community.kubernetes to list of plugin choices in k8s inventory (#128).
- k8s - deprecate merge_type=json. The JSON patch functionality has never worked (#99).
- k8s_json_patch - split JSON patch functionality out into a separate module (#99).
- replaces the openshift client with the official kubernetes client (#34).
- Add cache_file when DynamicClient is created (#46).
- Add configmap and secret hash functionality (#48).
- Add logic for cache file name generation (#46).
- Replicate apply method in the DynamicClient (#45).
- add
proxy_headers
option for authentication on k8s_xxx modules (#58). - add support for using tags when running molecule test suite (#62).
- added documentation for
kubernetes.core
collection (#50). - common - removed
KubernetesAnsibleModule
, useK8sAnsibleMixin
instead (#70). - helm - add example for complex values in
helm
module (#109). - k8s - Handle list of definition for option template (#49).
- k8s - continue_on_error option added (whether to continue on creation/deletion errors) (#49).
- k8s - support
patched
value forstate
option. patched state is an existing resource that has a given patch applied (#90). - k8s - wait for all pods to update when rolling out daemonset changes (#102).
- k8s_scale - ability to scale multiple resource using
label_selectors
(#114). - k8s_scale - new parameter to determine whether to continue or not on error when scaling multiple resources (#114).
- kubeconfig - update
kubeconfig
file location in the documentation (#53). - remove old change log fragment files.
- remove the deprecated
KubernetesRawModule
class (ansible-collections/community.kubernetes#232). - replicate base resource for lists functionality (#89).
- Drop python 2 support (#86).
- helm_plugin - remove unused
release_namespace
parameter (#85). - helm_plugin_info - remove unused
release_namespace
parameter (#85). - k8s_cluster_info - returned apis as list to avoid being overwritten in case of multiple version (#41).
- k8s_facts - remove the deprecated alias from k8s_facts to k8s_info (#125).
- enable unit tests in CI (ansible-collections/community.kubernetes#407).
- helm - Accept
validate_certs
with acontext
(#74). - helm - fix helm ignoring the kubeconfig context when passed through the
context
param or theK8S_AUTH_CONTEXT
environment variable (ansible-collections/community.kubernetes#385). - helm - handle multiline output of
helm plugin list
command (https://github.com/ansible-collections/community.kubernetes/issues/399). - k8s - fix merge_type option when set to json (#54).
- k8s - lookup should return list even if single item is found (#9).
- k8s inventory - remove extra trailing slashes from the hostname (#52).
- k8s_json_patch - Apply JSON patch operations to existing objects
- 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/community.kubernetes#296). - helm - add optional support for helm diff (ansible-collections/community.kubernetes#248).
- helm_template - add helm_template module to support template functionality (ansible-collections/community.kubernetes#367).
- k8s - add a
delete_options
parameter to control garbage collection behavior when deleting a resource (ansible-collections/community.kubernetes#253). - k8s - add an example for downloading manifest file and applying (ansible-collections/community.kubernetes#352).
- k8s - check if kubeconfig file is located on remote node or on Ansible Controller (ansible-collections/community.kubernetes#307).
- k8s - check if src file is located on remote node or on Ansible Controller (ansible-collections/community.kubernetes#307).
- k8s_exec - add a note about required permissions for the module (ansible-collections/community.kubernetes#339).
- k8s_info - add information about api_version while returning facts (ansible-collections/community.kubernetes#308).
- runtime.yml - update minimum Ansible version required for Kubernetes collection (ansible-collections/community.kubernetes#314).
- helm -
release_values
makes ansible always show changed state (ansible-collections/community.kubernetes#274) - helm - make helm-diff plugin detection more reliable by splitting by any whitespace instead of explicit whitespace (
\s
) (ansible-collections/community.kubernetes#362). - helm - return values in check mode when release is not present (ansible-collections/community.kubernetes#280).
- helm_plugin - make unused
release_namespace
parameter as optional (ansible-collections/community.kubernetes#357). - helm_plugin_info - make unused
release_namespace
parameter as optional (ansible-collections/community.kubernetes#357). - k8s - fix check_mode always showing changes when using stringData on Secrets (ansible-collections/community.kubernetes#282).
- k8s - handle ValueError when namespace is not provided (ansible-collections/community.kubernetes#330).
- respect the
wait_timeout
parameter in thek8s
andk8s_info
modules when a resource does not exist (ansible-collections/community.kubernetes#344).
- k8s - Fix sanity test 'compile' failing because of positional args (ansible-collections/community.kubernetes#260).
- k8s - Add support for template parameter (ansible-collections/community.kubernetes#230).
- k8s_* - Add support for vaulted kubeconfig and src (ansible-collections/community.kubernetes#193).
- Add Makefile and downstream build script for kubernetes.core (ansible-collections/community.kubernetes#197).
- Add execution environment metadata (ansible-collections/community.kubernetes#211).
- Add probot stale bot configuration to autoclose issues (ansible-collections/community.kubernetes#196).
- Added a contribution guide (ansible-collections/community.kubernetes#192).
- Refactor module_utils (ansible-collections/community.kubernetes#223).
- Replace KubernetesAnsibleModule class with dummy class (ansible-collections/community.kubernetes#227).
- Replace KubernetesRawModule class with K8sAnsibleMixin (ansible-collections/community.kubernetes#231).
- common - Do not mark task as changed when diff is irrelevant (ansible-collections/community.kubernetes#228).
- helm - Add appVersion idempotence check to Helm (ansible-collections/community.kubernetes#246).
- helm - Return status in check mode (ansible-collections/community.kubernetes#192).
- helm - Support for single or multiple values files (ansible-collections/community.kubernetes#93).
- helm_* - Support vaulted kubeconfig (ansible-collections/community.kubernetes#229).
- k8s - SelfSubjectAccessReviews supported when 405 response received (ansible-collections/community.kubernetes#237).
- k8s - add testcase for adding multiple resources using template parameter (ansible-collections/community.kubernetes#243).
- k8s_info - Add support for wait (ansible-collections/community.kubernetes#235).
- k8s_info - update custom resource example (ansible-collections/community.kubernetes#202).
- kubectl plugin - correct console log (ansible-collections/community.kubernetes#200).
- raw - Handle exception raised by underlying APIs (ansible-collections/community.kubernetes#180).
- common - handle exception raised due to DynamicClient (ansible-collections/community.kubernetes#224).
- helm - add replace parameter (ansible-collections/community.kubernetes#106).
- k8s (inventory) - Set the connection plugin and transport separately (ansible-collections/community.kubernetes#208).
- k8s (inventory) - Specify FQCN for k8s inventory plugin to fix use with Ansible 2.9 (ansible-collections/community.kubernetes#250).
- k8s_info - add wait functionality (ansible-collections/community.kubernetes#18).
- helm_plugin - new module to manage Helm plugins (ansible-collections/community.kubernetes#154).
- helm_plugin_info - new modules to gather information about Helm plugins (ansible-collections/community.kubernetes#154).
- k8s_exec - Return rc for the command executed (ansible-collections/community.kubernetes#158).
- Ensure check mode results are as expected (ansible-collections/community.kubernetes#155).
- Update base branch to 'main' (ansible-collections/community.kubernetes#148).
- helm - Add support for K8S_AUTH_CONTEXT, K8S_AUTH_KUBECONFIG env (ansible-collections/community.kubernetes#141).
- helm - Allow creating namespaces with Helm (ansible-collections/community.kubernetes#157).
- helm - add aliases context for kube_context (ansible-collections/community.kubernetes#152).
- helm - add support for K8S_AUTH_KUBECONFIG and K8S_AUTH_CONTEXT environment variable (ansible-collections/community.kubernetes#140).
- helm_info - add aliases context for kube_context (ansible-collections/community.kubernetes#152).
- helm_info - add support for K8S_AUTH_KUBECONFIG and K8S_AUTH_CONTEXT environment variable (ansible-collections/community.kubernetes#140).
- k8s_exec - return RC for the command executed (ansible-collections/community.kubernetes#122).
- k8s_info - Update example using vars (ansible-collections/community.kubernetes#156).
- kubectl - connection plugin now redact kubectl_token and kubectl_password in console log (ansible-collections/community.kubernetes#65).
- kubectl - redacted token and password from console log (ansible-collections/community.kubernetes#159).
- Test against stable ansible branch so molecule tests work (ansible-collections/community.kubernetes#168).
- Update openshift requirements in k8s module doc (ansible-collections/community.kubernetes#153).
- helm_plugin - Manage Helm plugins
- helm_plugin_info - Gather information about Helm plugins
- Add changelog and fragments and document changelog process (ansible-collections/community.kubernetes#131).
- Add action groups for playbooks with module_defaults (ansible-collections/community.kubernetes#107).
- Add requires_ansible version constraints to runtime.yml (ansible-collections/community.kubernetes#126).
- Add sanity test ignore file for Ansible 2.11 (ansible-collections/community.kubernetes#130).
- Add test for openshift apply bug (ansible-collections/community.kubernetes#94).
- Add version_added to each new collection module (ansible-collections/community.kubernetes#98).
- Check Python code using flake8 (ansible-collections/community.kubernetes#123).
- Don't require project coverage check on PRs (ansible-collections/community.kubernetes#102).
- Improve k8s Deployment and Daemonset wait conditions (ansible-collections/community.kubernetes#35).
- Minor documentation fixes and use of FQCN in some examples (ansible-collections/community.kubernetes#114).
- Remove action_groups_redirection entry from meta/runtime.yml (ansible-collections/community.kubernetes#127).
- Remove deprecated ANSIBLE_METADATA field (ansible-collections/community.kubernetes#95).
- Use FQCN in module docs and plugin examples (ansible-collections/community.kubernetes#146).
- Use improved kubernetes diffs where possible (ansible-collections/community.kubernetes#105).
- helm - add 'atomic' option (ansible-collections/community.kubernetes#115).
- helm - minor code refactoring (ansible-collections/community.kubernetes#110).
- helm_info and helm_repository - minor code refactor (ansible-collections/community.kubernetes#117).
- k8s - Handle set object retrieved from lookup plugin (ansible-collections/community.kubernetes#118).
- Fix suboption docs structure for inventory plugins (ansible-collections/community.kubernetes#103).
- Handle invalid kubeconfig parsing error (ansible-collections/community.kubernetes#119).
- Make sure Service changes run correctly in check_mode (ansible-collections/community.kubernetes#84).
- k8s_info - remove unneccessary k8s_facts deprecation notice (ansible-collections/community.kubernetes#97).
- k8s_scale - Fix scale wait and add tests (ansible-collections/community.kubernetes#100).
- raw - handle condition when definition is none (ansible-collections/community.kubernetes#139).
- helm - New module for managing Helm charts (ansible-collections/community.kubernetes#61).
- helm_info - New module for retrieving Helm chart information (ansible-collections/community.kubernetes#61).
- helm_repository - New module for managing Helm repositories (ansible-collections/community.kubernetes#61).
- Rename repository to
community.kubernetes
(ansible-collections/community.kubernetes#81).
- Make sure extra files are not included in built collection (ansible-collections/community.kubernetes#85).
- Update GitHub Actions workflow for better CI stability (ansible-collections/community.kubernetes#78).
- k8s_log - Module no longer attempts to parse log as JSON (ansible-collections/community.kubernetes#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/community.kubernetes#14).
- k8s_log - New module for retrieving pod logs (ansible-collections/community.kubernetes#16).
- k8s - Added
persist_config
option for persisting refreshed tokens (ansible-collections/community.kubernetes#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/community.kubernetes#51).
- k8s - Add exception handling when retrieving k8s client (ansible-collections/community.kubernetes#54).
- k8s - Fix argspec for 'elements' (ansible-collections/community.kubernetes#13).
- k8s - Use
from_yaml
filter with lookup examples ink8s
module documentation examples (ansible-collections/community.kubernetes#56). - k8s_service - Fix argspec (ansible-collections/community.kubernetes#33).
- kubectl - Fix documentation in kubectl connection plugin (ansible-collections/community.kubernetes#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.