summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorJohn R Barker <john@johnrbarker.com>2018-02-16 18:26:07 +0000
committerGitHub <noreply@github.com>2018-02-16 18:26:07 +0000
commitf77a390131c1327f214f733aad5f0b3512d93682 (patch)
tree2f8028bf7efda47e615a388ddcc86363dfea7665 /CHANGELOG.md
parent3eff279dd7423e1631497290ea4ee16d843bdd60 (diff)
downloadansible-f77a390131c1327f214f733aad5f0b3512d93682.tar.gz
Depreciate aos (#36029)
* Deprecate Apstra's aos_* modules These modules don't work with AOS 2.1 or higher. They will be replaced non-upstreamed modules * Correct list
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6637a4b3e9..30268dbeda 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -60,6 +60,7 @@ See [Porting Guide](http://docs.ansible.com/ansible/devel/porting_guides/porting
* ec2_ami_find has been deprecated, use ec2_ami_facts.
* panos_security_policy: Use panos_security_rule - the old module uses deprecated API calls
* vsphere_guest is deprecated in Ansible 2.5 and will be removed in Ansible-2.9. Use vmware_guest module instead.
+* Apstra's ``aos_*`` modules are deprecated. See new modules at [ansible-apstra](https://www.ansible.com/ansible-apstra)
See [Porting Guide](https://docs.ansible.com/ansible/devel/porting_guides/porting_guide_2.5.html) for more information