Skip to content

Commit fee207f

Browse files
Update Ansible 12 porting guide for 12.0.0a6 release (#2715) (#2716)
(cherry picked from commit 6082757) Co-authored-by: Mario Lenz <[email protected]>
1 parent bc7cbea commit fee207f

File tree

1 file changed

+26
-2
lines changed

1 file changed

+26
-2
lines changed

docs/docsite/rst/porting_guides/porting_guide_12.rst

Lines changed: 26 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -774,6 +774,32 @@ Networking
774774

775775
No notable changes
776776

777+
Porting Guide for v12.0.0a6
778+
===========================
779+
780+
Added Collections
781+
-----------------
782+
783+
- community.proxmox (version 1.0.1)
784+
785+
Breaking Changes
786+
----------------
787+
788+
community.zabbix
789+
^^^^^^^^^^^^^^^^
790+
791+
- All Roles - Remove support for Ubuntu 20.04
792+
- zabbix 6.4 in roles is no longer supported
793+
794+
Deprecated Features
795+
-------------------
796+
797+
community.vmware
798+
^^^^^^^^^^^^^^^^
799+
800+
- module_utils.vmware - Deprecate ``connect_to_api`` (https://github.com/ansible-collections/community.vmware/pull/2372).
801+
- vmware_guest_powerstate - the module has been deprecated and will be removed in community.vmware 7.0.0 (https://github.com/ansible-collections/community.vmware/pull/2398).
802+
777803
Porting Guide for v12.0.0a5
778804
===========================
779805

@@ -1377,9 +1403,7 @@ Ansible-core
13771403
- plugin error handling - The ``AnsibleError`` constructor arg ``suppress_extended_error`` is deprecated. Using ``suppress_extended_error=True`` has the same effect as ``show_content=False``.
13781404
- template lookup - The jinja2_native option is no longer used in the Ansible Core code base. Jinja2 native mode is now the default and only option.
13791405
- templating - Support for enabling Jinja2 extensions (not plugins) has been deprecated.
1380-
- templating - The ``ansible_managed`` variable available for certain templating scenarios, such as the ``template`` action and ``template`` lookup has been deprecated. Define and use a custom variable instead of relying on ``ansible_managed``.
13811406
- templating - The ``disable_lookups`` option has no effect, since plugins must be updated to apply trust before any templating can be performed.
1382-
- to_yaml/to_nice_yaml filters - Implicit YAML dumping of vaulted value ciphertext is deprecated. Set `dump_vault_tags` to explicitly specify the desired behavior.
13831407
- tree callback - The ``tree`` callback and its associated ad-hoc CLI args (``-t``, ``--tree``) are deprecated.
13841408

13851409
amazon.aws

0 commit comments

Comments
 (0)