diff options
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/CHANGELOG.rst | 31 | ||||
-rw-r--r-- | changelogs/changelog.yaml | 32 | ||||
-rw-r--r-- | changelogs/fragments/120-remove-ipaddress.yaml | 3 | ||||
-rw-r--r-- | changelogs/fragments/122-rpc-unbloat.yaml | 3 | ||||
-rw-r--r-- | changelogs/fragments/bgp_global_resource_module.yaml | 3 | ||||
-rw-r--r-- | changelogs/fragments/fix_docker_sanity_test_failures.yaml | 3 | ||||
-rw-r--r-- | changelogs/fragments/modify_resource_module_class_import.yaml | 3 | ||||
-rw-r--r-- | changelogs/fragments/single_user_mode.yaml | 4 | ||||
-rw-r--r-- | changelogs/fragments/vyos_config_diff_doc_update.yaml | 4 |
9 files changed, 63 insertions, 23 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 ====== 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' diff --git a/changelogs/fragments/120-remove-ipaddress.yaml b/changelogs/fragments/120-remove-ipaddress.yaml deleted file mode 100644 index 71dc3422..00000000 --- a/changelogs/fragments/120-remove-ipaddress.yaml +++ /dev/null @@ -1,3 +0,0 @@ ---- -major_changes: - - ipaddress is no longer in ansible.netcommon. For Python versions without ipaddress (< 3.0), the ipaddress package is now required. diff --git a/changelogs/fragments/122-rpc-unbloat.yaml b/changelogs/fragments/122-rpc-unbloat.yaml deleted file mode 100644 index 0bee3e8e..00000000 --- a/changelogs/fragments/122-rpc-unbloat.yaml +++ /dev/null @@ -1,3 +0,0 @@ ---- -bugfixes: - - cliconf plugin - Prevent `get_capabilities()` from getting larger every time it is called diff --git a/changelogs/fragments/bgp_global_resource_module.yaml b/changelogs/fragments/bgp_global_resource_module.yaml deleted file mode 100644 index 4d19b12c..00000000 --- a/changelogs/fragments/bgp_global_resource_module.yaml +++ /dev/null @@ -1,3 +0,0 @@ ---- -minor_changes: - - Add vyos BGP global resource module.(https://github.com/ansible-collections/vyos.vyos/pull/125). diff --git a/changelogs/fragments/fix_docker_sanity_test_failures.yaml b/changelogs/fragments/fix_docker_sanity_test_failures.yaml deleted file mode 100644 index 3f02049a..00000000 --- a/changelogs/fragments/fix_docker_sanity_test_failures.yaml +++ /dev/null @@ -1,3 +0,0 @@ ---- -trivial: - - Fix failures in test-sanity-docker (https://github.com/ansible-collections/arista.eos/pull/172). diff --git a/changelogs/fragments/modify_resource_module_class_import.yaml b/changelogs/fragments/modify_resource_module_class_import.yaml deleted file mode 100644 index ba948467..00000000 --- a/changelogs/fragments/modify_resource_module_class_import.yaml +++ /dev/null @@ -1,3 +0,0 @@ ---- -trivial: - - Modify import of resource_module class in unit tests. diff --git a/changelogs/fragments/single_user_mode.yaml b/changelogs/fragments/single_user_mode.yaml deleted file mode 100644 index 596b899b..00000000 --- a/changelogs/fragments/single_user_mode.yaml +++ /dev/null @@ -1,4 +0,0 @@ ---- -minor_changes: - - Add support for configuration caching (single_user_mode). - - Re-use device_info dictionary in cliconf. diff --git a/changelogs/fragments/vyos_config_diff_doc_update.yaml b/changelogs/fragments/vyos_config_diff_doc_update.yaml deleted file mode 100644 index a8d26e9b..00000000 --- a/changelogs/fragments/vyos_config_diff_doc_update.yaml +++ /dev/null @@ -1,4 +0,0 @@ ---- -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) |