Update ansible porting guide for 4.6.0 release. (#75752)

pull/75780/head
Toshio Kuratomi 3 years ago committed by GitHub
parent 58b03be417
commit a5e7ed0cc5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -132,6 +132,31 @@ Porting custom scripts
No notable changes
Porting Guide for v4.6.0
========================
Major Changes
-------------
containers.podman
~~~~~~~~~~~~~~~~~
- Add systemd generation for pods
- Generate systemd service files for containers
gluster.gluster
~~~~~~~~~~~~~~~
- enable client.ssl,server.ssl before starting the gluster volume (https://github.com/gluster/gluster-ansible-collection/pull/19)
Deprecated Features
-------------------
community.grafana
~~~~~~~~~~~~~~~~~
- grafana_dashboard lookup - Providing a mangled version of the API key is no longer preferred.
Porting Guide for v4.5.0
========================
@ -266,9 +291,9 @@ Deprecated Features
ansible.windows
~~~~~~~~~~~~~~~
- win_updates - Deprecated the ``filtered_reason`` return value for each filtered up in favor of ``filtered_reasons``. This has been done to show all the reasons why an update was filtered and not just the first reason.
- win_updates - Deprecated the ``filtered_reason`` return value for each filtered up in favour of ``filtered_reasons``. This has been done to show all the reasons why an update was filtered and not just the first reason.
- win_updates - Deprecated the ``use_scheduled_task`` option as it is no longer used.
- win_updates - Deprecated the ``whitelist`` and ``blacklist`` options in favor of ``accept_list`` and ``reject_list`` respectively to conform to the new standards used in Ansible for these types of options.
- win_updates - Deprecated the ``whitelist`` and ``blacklist`` options in favour of ``accept_list`` and ``reject_list`` respectively to conform to the new standards used in Ansible for these types of options.
community.general
~~~~~~~~~~~~~~~~~
@ -698,8 +723,8 @@ ansible.netcommon
cisco.nxos
~~~~~~~~~~
- Deprecated nxos_bgp_af in favor of nxos_bgp_address_family resource module.
- Deprecated nxos_bgp_neighbor_af in favor of nxos_bgp_neighbor_address_family resource module.
- Deprecated nxos_bgp_af in favour of nxos_bgp_address_family resource module.
- Deprecated nxos_bgp_neighbor_af in favour of nxos_bgp_neighbor_address_family resource module.
cloudscale_ch.cloud
~~~~~~~~~~~~~~~~~~~

Loading…
Cancel
Save