summaryrefslogtreecommitdiff
path: root/changelogs/CHANGELOG.rst
diff options
context:
space:
mode:
Diffstat (limited to 'changelogs/CHANGELOG.rst')
-rw-r--r--changelogs/CHANGELOG.rst31
1 files changed, 31 insertions, 0 deletions
diff --git a/changelogs/CHANGELOG.rst b/changelogs/CHANGELOG.rst
index f0ec9956..13e20ff4 100644
--- a/changelogs/CHANGELOG.rst
+++ b/changelogs/CHANGELOG.rst
@@ -5,6 +5,37 @@ Vyos Collection Release Notes
.. contents:: Topics
+v2.0.0
+======
+
+Major Changes
+-------------
+
+- Requires ansible.netcommon v2.0.0+ to support `ansible_network_single_user_mode` and `ansible_network_import_modules`
+- Please refer to ansible.netcommon `changelog <https://github.com/ansible-collections/ansible.netcommon/blob/main/changelogs/CHANGELOG.rst#ansible-netcommon-collection-release-notes>`_ for more details.
+- ipaddress is no longer in ansible.netcommon. For Python versions without ipaddress (< 3.0), the ipaddress package is now required.
+
+Minor Changes
+-------------
+
+- Add support for configuration caching (single_user_mode).
+- Add vyos BGP global resource module.(https://github.com/ansible-collections/vyos.vyos/pull/125).
+- Re-use device_info dictionary in cliconf.
+
+Bugfixes
+--------
+
+- Update docs to clarify the idemptonecy releated caveat and add it in the output warnings (https://github.com/ansible-collections/ansible.netcommon/pull/189)
+- cliconf plugin - Prevent `get_capabilities()` from getting larger every time it is called
+
+New Modules
+-----------
+
+ansible.collections.ansible_collections.vyos.vyos.plugins.modules
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+- vyos_bgp_global - BGP Global Resource Module.
+
v1.1.1
======