diff --git a/2.10/changelog.yaml b/2.10/changelog.yaml index 5a01da7805..87e535337e 100644 --- a/2.10/changelog.yaml +++ b/2.10/changelog.yaml @@ -5,7 +5,6 @@ releases: release_summary: First Ansible 2.10.0 alpha release. # The following are entries from the ansible-base 2.10 porting guide which belong to collections and not to ansible-base, and thus have been removed from there. breaking_changes: - - community.windows.win_pester - no longer runs all ``*.ps1`` file in the directory specified due to it executing potentially unknown scripts. It will follow the default behaviour of only running tests for files that are like ``*.tests.ps1`` which is built into Pester itself. - purestorage.flashblade.purefb_fs - no longer supports the deprecated ``nfs`` option. This has been superceeded by ``nfsv3``. - cisco.nxos.nxos_igmp_interface - no longer supports the deprecated ``oif_prefix`` and ``oif_source`` options. These have been superceeded by ``oif_ps``. - community.grafana.grafana_dashboard - the parameter ``message`` is renamed to ``commit_message`` since ``message`` is used by Ansible Core engine internally.