summaryrefslogtreecommitdiff
path: root/docs/docsite/rst/porting_guides/porting_guide_3.rst
diff options
context:
space:
mode:
authorSandra McCann <samccann@redhat.com>2022-10-07 14:04:20 -0400
committerGitHub <noreply@github.com>2022-10-07 11:04:20 -0700
commit45f9af1fd470be579a4391a688db8dde362e15b1 (patch)
tree3425e896970294104344264b9614f548e43db89c /docs/docsite/rst/porting_guides/porting_guide_3.rst
parentc0901fcba55d7d5d935932f07ee480ca889df874 (diff)
downloadansible-45f9af1fd470be579a4391a688db8dde362e15b1.tar.gz
Backport hacktoberfest 3 (#79069)
* Docs: true/false with boolean values in docsite/rst/playbook_guide (#78958) (cherry picked from commit 173ddde126da34f522f80009ceb8bb25b62a5c92) * No latin terms (#79009) Fixes #79006 (cherry picked from commit f0cc70f9e1d4991957f3a55eb9ef1c5617e4cd2b) * docs: replace latin terms with english in network (#79013) fixes #78999 by removing Latin usage in network docs (cherry picked from commit 8d665a1a8ef513913fe4d9cf5a2cd107991780a4) * Docs: Typo in Alibaba Cloud Compute Services Guide (#78984) (cherry picked from commit ea04d05a1e8b982090500e2fe77caf43c0d27b83) * Docs: Replace Latin in the porting guides (#79011) (cherry picked from commit 8f4133b514f1b4c8b528771804b31ff47a4e0f84) Co-authored-by: Suven-p <pandeysuven@gmail.com> Co-authored-by: Ishan Siddiqui <77967215+ishan-siddiqui@users.noreply.github.com> Co-authored-by: Samuel Gaist <samuel.gaist@idiap.ch> Co-authored-by: taso <74918216+tasoint@users.noreply.github.com> Co-authored-by: smeet07 <81572407+smeet07@users.noreply.github.com>
Diffstat (limited to 'docs/docsite/rst/porting_guides/porting_guide_3.rst')
-rw-r--r--docs/docsite/rst/porting_guides/porting_guide_3.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/docsite/rst/porting_guides/porting_guide_3.rst b/docs/docsite/rst/porting_guides/porting_guide_3.rst
index 2f387bb903..12ec21cd08 100644
--- a/docs/docsite/rst/porting_guides/porting_guide_3.rst
+++ b/docs/docsite/rst/porting_guides/porting_guide_3.rst
@@ -262,7 +262,7 @@ community.general
- The Google cloud inventory script ``gce.py`` has been migrated to the ``community.google`` collection. Install the ``community.google`` collection in order to continue using it.
- archive - remove path folder itself when ``remove`` parameter is true (https://github.com/ansible-collections/community.general/issues/1041).
- log_plays callback - add missing information to the logs generated by the callback plugin. This changes the log message format (https://github.com/ansible-collections/community.general/pull/442).
-- passwordstore lookup plugin - now parsing a password store entry as YAML if possible, skipping the first line (which by convention only contains the password and nothing else). If it cannot be parsed as YAML, the old ``key: value`` parser will be used to process the entry. Can break backwards compatibility if YAML formatted code was parsed in a non-YAML interpreted way, e.g. ``foo: [bar, baz]`` will become a list with two elements in the new version, but a string ``'[bar, baz]'`` in the old (https://github.com/ansible-collections/community.general/issues/1673).
+- passwordstore lookup plugin - now parsing a password store entry as YAML if possible, skipping the first line (which by convention only contains the password and nothing else). If it cannot be parsed as YAML, the old ``key: value`` parser will be used to process the entry. Can break backwards compatibility if YAML formatted code was parsed in a non-YAML interpreted way, for example ``foo: [bar, baz]``, will become a list with two elements in the new version, but a string ``'[bar, baz]'`` in the old (https://github.com/ansible-collections/community.general/issues/1673).
- pkgng - passing ``name: *`` with ``state: absent`` will no longer remove every installed package from the system. It is now a noop. (https://github.com/ansible-collections/community.general/pull/569).
- pkgng - passing ``name: *`` with ``state: latest`` or ``state: present`` will no longer install every package from the configured package repositories. Instead, ``name: *, state: latest`` will upgrade all already-installed packages, and ``name: *, state: present`` is a noop. (https://github.com/ansible-collections/community.general/pull/569).
- proxmox_kvm - recognize ``force=yes`` in conjunction with ``state=absent`` to forcibly remove a running VM (https://github.com/ansible-collections/community.general/pull/849).
@@ -314,7 +314,7 @@ dellemc.os10
ngine_io.cloudstack
~~~~~~~~~~~~~~~~~~~
-- Authentication option using INI files e.g. ``cloudstack.ini`` has been removed. The only supported option to authenticate is by using the module params with fallback to the ENV variables.
+- Authentication option using INI files for example ``cloudstack.ini``, has been removed. The only supported option to authenticate is by using the module params with fallback to the ENV variables.
- default zone deprecation - The `zone` param default value, across multiple modules, has been deprecated due to unreliable API (https://github.com/ngine-io/ansible-collection-cloudstack/pull/62).
Major Changes
@@ -392,7 +392,7 @@ kubernetes.core
- k8s_* - Add support for vaulted kubeconfig and src (https://github.com/ansible-collections/kubernetes.core/pull/193).
- 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_exec - New module for executing commands on pods via Kubernetes API (https://github.com/ansible-collections/kubernetes.core/pull/14).
+- k8s_exec - New module for executing commands on pods through Kubernetes API (https://github.com/ansible-collections/kubernetes.core/pull/14).
- k8s_exec - Return rc for the command executed (https://github.com/ansible-collections/kubernetes.core/pull/158).
- k8s_info - Module migrated from Ansible 2.9 to Kubernetes collection.
- k8s_log - New module for retrieving pod logs (https://github.com/ansible-collections/kubernetes.core/pull/16).
@@ -409,7 +409,7 @@ netbox.netbox
- nb_inventory - Move around ``extracted_primary_ip`` to allow for ``config_context`` or ``custom_field`` to overwrite. (#377)
- nb_inventory - Services are now a list of integers due to NetBox 2.10 changes. (#396)
- nb_lookup - Allow ID to be passed in and use ``.get`` instead of ``.filter``. (#376)
-- nb_lookup - Allow ``api_endpoint`` and ``token`` to be found via env. (#391)
+- nb_lookup - Allow ``api_endpoint`` and ``token`` to be found through env. (#391)
ovirt.ovirt
~~~~~~~~~~~