summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/changelog.yaml13
-rw-r--r--changelogs/fragments/firewall.yaml3
-rw-r--r--changelogs/fragments/l3_interfaces-support.yaml3
-rw-r--r--changelogs/fragments/l3_interfaces.yaml3
4 files changed, 13 insertions, 9 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"
diff --git a/changelogs/fragments/firewall.yaml b/changelogs/fragments/firewall.yaml
deleted file mode 100644
index 04520a1c..00000000
--- a/changelogs/fragments/firewall.yaml
+++ /dev/null
@@ -1,3 +0,0 @@
----
-trivial:
- - vyos-firewall_interfaces - fixed unclosed C() macro.
diff --git a/changelogs/fragments/l3_interfaces-support.yaml b/changelogs/fragments/l3_interfaces-support.yaml
deleted file mode 100644
index 41bcd07b..00000000
--- a/changelogs/fragments/l3_interfaces-support.yaml
+++ /dev/null
@@ -1,3 +0,0 @@
----
-minor_changes:
- - vyos-l3_interface_support - Add support for Tunnel, Bridge and Dummy interfaces. (https://github.com/ansible-collections/vyos.vyos/issues/265)
diff --git a/changelogs/fragments/l3_interfaces.yaml b/changelogs/fragments/l3_interfaces.yaml
deleted file mode 100644
index 0d18bbd4..00000000
--- a/changelogs/fragments/l3_interfaces.yaml
+++ /dev/null
@@ -1,3 +0,0 @@
----
-bugfixes:
- - vyos-l3_interface_facts - fixed error when using no-default-link-local option. (https://github.com/ansible-collections/vyos.vyos/issues/295)