diff options
Diffstat (limited to 'changelogs/changelog.yaml')
-rw-r--r-- | changelogs/changelog.yaml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 741391a0..b401b898 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -398,3 +398,16 @@ releases: - ci_codecov.yml - update_intf_doc.yaml release_date: "2023-04-03" + 4.1.0: + changes: + bugfixes: + - vyos-l3_interface_facts - fixed error when using no-default-link-local option. + (https://github.com/ansible-collections/vyos.vyos/issues/295) + minor_changes: + - vyos-l3_interface_support - Add support for Tunnel, Bridge and Dummy interfaces. + (https://github.com/ansible-collections/vyos.vyos/issues/265) + fragments: + - firewall.yaml + - l3_interfaces-support.yaml + - l3_interfaces.yaml + release_date: "2023-05-30" |