summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorIvan Bojer <ivanbojer@users.noreply.github.com>2018-02-02 04:35:02 -0800
committerJohn R Barker <john@johnrbarker.com>2018-02-02 12:35:02 +0000
commit9ddf8b8ee5c4e23073f8f564785f4a9d271e8ece (patch)
treeab7af1dfa00f67de332cfb08a8d1718123ea9cb5 /CHANGELOG.md
parente59d3dd5248719cfb44bd9ea99e06932a44fdba7 (diff)
downloadansible-9ddf8b8ee5c4e23073f8f564785f4a9d271e8ece.tar.gz
remove panos_security_policy (#34433)
* remove panos_security_policy * added depreciation notice * - deprecation notice * properly document deprecated module * merge changes * merge changes * parser expects srt for deprecations attributes
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5134736724..4df306d463 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -39,6 +39,7 @@ Ansible Changes By Release
* nxos_portchannel module is deprecated in Ansible 2.5. Use nxos_linkagg module instead.
* nxos_switchport module is deprecated in Ansible 2.5. Use nxos_l2_interface module instead.
* ec2_ami_find has been deprecated, use ec2_ami_facts.
+* panos_security_policy: Use panos_security_rule - the old module uses deprecated API calls
See [Porting Guide](http://docs.ansible.com/ansible/devel/porting_guides.html) for more information
@@ -72,6 +73,7 @@ See [Porting Guide](http://docs.ansible.com/ansible/devel/porting_guides.html) f
* ec2_vpc.
* ec2_ami_search, use ec2_ami_facts instead.
* nxos_mtu, use nxos_system's `system_mtu` option. To specify an interfaces MTU use nxos_interface.
+ https://github.com/ansible/ansible/issues/29387
### New Plugins