summaryrefslogtreecommitdiff
path: root/changelogs/changelog.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'changelogs/changelog.yaml')
-rw-r--r--changelogs/changelog.yaml25
1 files changed, 20 insertions, 5 deletions
diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml
index 6b10f2d1..40f9c9b3 100644
--- a/changelogs/changelog.yaml
+++ b/changelogs/changelog.yaml
@@ -122,9 +122,6 @@ releases:
- prevent-vyos_config-saving-in-check-mode.yaml
release_date: '2020-07-31'
1.0.3:
- changes:
- release_summary:
- - Rereleasing 1.0.2 with updated changelog.
fragments:
- 1.0.3.yaml
release_date: '2020-08-06'
@@ -180,10 +177,10 @@ releases:
- 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.
+ - Requires ansible.netcommon v2.0.0+ to support `ansible_network_single_user_mode`
+ and `ansible_network_import_modules`
- ipaddress is no longer in ansible.netcommon. For Python versions without ipaddress
(< 3.0), the ipaddress package is now required.
minor_changes:
@@ -204,3 +201,21 @@ releases:
name: vyos_bgp_global
namespace: .ansible.collections.ansible_collections.vyos.vyos.plugins.modules
release_date: '2021-02-24'
+ 2.1.0:
+ changes:
+ minor_changes:
+ - Add regex for delete failures to terminal_stderr_re
+ - Add vyos BGP address_family resource module (https://github.com/ansible-collections/vyos.vyos/pull/132).
+ - Enabled addition and parsing of wireguard interface.
+ fragments:
+ - 128-remove_tests_sanity_requirements.yml
+ - 132-add-vyos-bgp-address-family.yml
+ - parse_wireguard_interface.yml
+ - replace-check_required.yaml
+ - skip_no_log_sanity_error.yaml
+ - terminal_stderr_delete.yml
+ modules:
+ - description: BGP Address Family Resource Module.
+ name: vyos_bgp_address_family
+ namespace: ''
+ release_date: '2021-03-30'