summaryrefslogtreecommitdiff
path: root/changelogs/changelog.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'changelogs/changelog.yaml')
-rw-r--r--changelogs/changelog.yaml32
1 files changed, 32 insertions, 0 deletions
diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml
index e1b3bc64..6b10f2d1 100644
--- a/changelogs/changelog.yaml
+++ b/changelogs/changelog.yaml
@@ -172,3 +172,35 @@ releases:
- config-processed-as-command.yaml
- galaxy-version.yaml
release_date: '2021-01-27'
+ 2.0.0:
+ changes:
+ 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
+ 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.
+ fragments:
+ - 120-remove-ipaddress.yaml
+ - 122-rpc-unbloat.yaml
+ - bgp_global_resource_module.yaml
+ - fix_docker_sanity_test_failures.yaml
+ - major_release_2.0.0.yaml
+ - modify_resource_module_class_import.yaml
+ - single_user_mode.yaml
+ - vyos_config_diff_doc_update.yaml
+ modules:
+ - description: BGP Global Resource Module.
+ name: vyos_bgp_global
+ namespace: .ansible.collections.ansible_collections.vyos.vyos.plugins.modules
+ release_date: '2021-02-24'