summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGomathiselviS <gomathiselvi@gmail.com>2022-04-26 16:08:13 -0400
committerGitHub <noreply@github.com>2022-04-26 20:08:13 +0000
commit5baf4a4495aebda69d1b2e74d2ff6700b1b70c83 (patch)
tree5b66322d5ca04a6aeeb9e40b7e993fe750871539
parent43c2ecba6a04cc121375a541d817343c33ebe235 (diff)
downloadvyos.vyos-5baf4a4495aebda69d1b2e74d2ff6700b1b70c83.tar.gz
vyos.vyos-5baf4a4495aebda69d1b2e74d2ff6700b1b70c83.zip
Vyos release 3.0.0 (#255)3.0.0
Vyos release 3.0.0 Signed-off-by: GomathiselviS gomathiselvi@gmail.com SUMMARY ISSUE TYPE Docs Pull Request COMPONENT NAME ADDITIONAL INFORMATION Reviewed-by: Nathaniel Case <this.is@nathanielca.se>
-rw-r--r--CHANGELOG.rst20
-rw-r--r--README.md2
-rw-r--r--changelogs/changelog.yaml18
-rw-r--r--changelogs/fragments/add_fqcn_ansible_connection.yaml3
-rw-r--r--changelogs/fragments/add_symlinks_redirection.yml3
-rw-r--r--changelogs/fragments/change_host_name.yml3
-rw-r--r--changelogs/fragments/netcommon_ref_update.yaml4
-rw-r--r--changelogs/fragments/vyos_facts_remove_warning.yaml3
-rw-r--r--changelogs/fragments/vyos_facts_update.yaml3
-rw-r--r--docs/vyos.vyos.vyos_interface_module.rst2
-rw-r--r--docs/vyos.vyos.vyos_l3_interface_module.rst2
-rw-r--r--docs/vyos.vyos.vyos_linkagg_module.rst2
-rw-r--r--docs/vyos.vyos.vyos_lldp_interface_module.rst2
-rw-r--r--docs/vyos.vyos.vyos_lldp_module.rst2
-rw-r--r--docs/vyos.vyos.vyos_logging_module.rst2
-rw-r--r--docs/vyos.vyos.vyos_static_route_module.rst2
16 files changed, 47 insertions, 26 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 001336c..9c8171a 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -5,6 +5,26 @@ Vyos Collection Release Notes
.. contents:: Topics
+v3.0.0
+======
+
+Major Changes
+-------------
+
+- Minimum required ansible.netcommon version is 2.5.1.
+- Updated base plugin references to ansible.netcommon.
+- `vyos_facts` - change default gather_subset to `min` from `!config` (https://github.com/ansible-collections/vyos.vyos/issues/231).
+
+Minor Changes
+-------------
+
+- Change preconfig hostname from vyos to vyosuser
+
+Bugfixes
+--------
+
+- Add symlink of modules under plugins/action
+
v2.8.0
======
diff --git a/README.md b/README.md
index cf2c9ba..3383333 100644
--- a/README.md
+++ b/README.md
@@ -12,6 +12,8 @@ This collection has been tested against VyOS 1.1.8 (helium).
This collection has been tested against following Ansible versions: **>=2.9.10**.
+For collections that support Ansible 2.9, please ensure you update your `network_os` to use the
+fully qualified collection name (for example, `cisco.ios.ios`).
Plugins and modules within a collection may be tested with only specific Ansible versions.
A collection may contain metadata that identifies these versions.
PEP440 is the schema used to describe the versions of Ansible.
diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml
index 43c0b40..006e280 100644
--- a/changelogs/changelog.yaml
+++ b/changelogs/changelog.yaml
@@ -352,3 +352,21 @@ releases:
name: vyos_hostname
namespace: ''
release_date: '2022-03-01'
+ 3.0.0:
+ changes:
+ bugfixes:
+ - Add symlink of modules under plugins/action
+ major_changes:
+ - Minimum required ansible.netcommon version is 2.5.1.
+ - Updated base plugin references to ansible.netcommon.
+ - '`vyos_facts` - change default gather_subset to `min` from `!config` (https://github.com/ansible-collections/vyos.vyos/issues/231).'
+ minor_changes:
+ - Change preconfig hostname from vyos to vyosuser
+ fragments:
+ - add_fqcn_ansible_connection.yaml
+ - add_symlinks_redirection.yml
+ - change_host_name.yml
+ - netcommon_ref_update.yaml
+ - vyos_facts_remove_warning.yaml
+ - vyos_facts_update.yaml
+ release_date: '2022-04-26'
diff --git a/changelogs/fragments/add_fqcn_ansible_connection.yaml b/changelogs/fragments/add_fqcn_ansible_connection.yaml
deleted file mode 100644
index 5b6e80c..0000000
--- a/changelogs/fragments/add_fqcn_ansible_connection.yaml
+++ /dev/null
@@ -1,3 +0,0 @@
----
-trivial:
- - "change the ansible_connection to ansible.netcommon.network_cli (FQCN)"
diff --git a/changelogs/fragments/add_symlinks_redirection.yml b/changelogs/fragments/add_symlinks_redirection.yml
deleted file mode 100644
index ced71e9..0000000
--- a/changelogs/fragments/add_symlinks_redirection.yml
+++ /dev/null
@@ -1,3 +0,0 @@
----
-bugfixes:
- - Add symlink of modules under plugins/action
diff --git a/changelogs/fragments/change_host_name.yml b/changelogs/fragments/change_host_name.yml
deleted file mode 100644
index 3c73965..0000000
--- a/changelogs/fragments/change_host_name.yml
+++ /dev/null
@@ -1,3 +0,0 @@
----
-minor_changes:
- - Change preconfig hostname from vyos to vyosuser
diff --git a/changelogs/fragments/netcommon_ref_update.yaml b/changelogs/fragments/netcommon_ref_update.yaml
deleted file mode 100644
index f28c6e1..0000000
--- a/changelogs/fragments/netcommon_ref_update.yaml
+++ /dev/null
@@ -1,4 +0,0 @@
----
-major_changes:
- - "Minimum required ansible.netcommon version is 2.5.1."
- - "Updated base plugin references to ansible.netcommon."
diff --git a/changelogs/fragments/vyos_facts_remove_warning.yaml b/changelogs/fragments/vyos_facts_remove_warning.yaml
deleted file mode 100644
index 5d4a75e..0000000
--- a/changelogs/fragments/vyos_facts_remove_warning.yaml
+++ /dev/null
@@ -1,3 +0,0 @@
----
-trivial:
- - "`vyos_facts` - Remove warning related to default value for gather_subset"
diff --git a/changelogs/fragments/vyos_facts_update.yaml b/changelogs/fragments/vyos_facts_update.yaml
deleted file mode 100644
index 8667aa0..0000000
--- a/changelogs/fragments/vyos_facts_update.yaml
+++ /dev/null
@@ -1,3 +0,0 @@
----
-major_changes:
- - "`vyos_facts` - change default gather_subset to `min` from `!config` (https://github.com/ansible-collections/vyos.vyos/issues/231)."
diff --git a/docs/vyos.vyos.vyos_interface_module.rst b/docs/vyos.vyos.vyos_interface_module.rst
index 46af72d..1fc2232 100644
--- a/docs/vyos.vyos.vyos_interface_module.rst
+++ b/docs/vyos.vyos.vyos_interface_module.rst
@@ -674,7 +674,7 @@ Status
------
-- This module will be removed in version . *[deprecated]*
+- This module will be removed in a release after 2022-06-01. *[deprecated]*
- For more information see `DEPRECATED`_.
diff --git a/docs/vyos.vyos.vyos_l3_interface_module.rst b/docs/vyos.vyos.vyos_l3_interface_module.rst
index 2e73e7b..f185550 100644
--- a/docs/vyos.vyos.vyos_l3_interface_module.rst
+++ b/docs/vyos.vyos.vyos_l3_interface_module.rst
@@ -386,7 +386,7 @@ Status
------
-- This module will be removed in version . *[deprecated]*
+- This module will be removed in a release after 2022-06-01. *[deprecated]*
- For more information see `DEPRECATED`_.
diff --git a/docs/vyos.vyos.vyos_linkagg_module.rst b/docs/vyos.vyos.vyos_linkagg_module.rst
index f7586d6..836ddcf 100644
--- a/docs/vyos.vyos.vyos_linkagg_module.rst
+++ b/docs/vyos.vyos.vyos_linkagg_module.rst
@@ -414,7 +414,7 @@ Status
------
-- This module will be removed in version . *[deprecated]*
+- This module will be removed in a release after 2022-06-01. *[deprecated]*
- For more information see `DEPRECATED`_.
diff --git a/docs/vyos.vyos.vyos_lldp_interface_module.rst b/docs/vyos.vyos.vyos_lldp_interface_module.rst
index 0103664..380b4e8 100644
--- a/docs/vyos.vyos.vyos_lldp_interface_module.rst
+++ b/docs/vyos.vyos.vyos_lldp_interface_module.rst
@@ -334,7 +334,7 @@ Status
------
-- This module will be removed in version . *[deprecated]*
+- This module will be removed in a release after 2022-06-01. *[deprecated]*
- For more information see `DEPRECATED`_.
diff --git a/docs/vyos.vyos.vyos_lldp_module.rst b/docs/vyos.vyos.vyos_lldp_module.rst
index 88d0211..9a5048a 100644
--- a/docs/vyos.vyos.vyos_lldp_module.rst
+++ b/docs/vyos.vyos.vyos_lldp_module.rst
@@ -258,7 +258,7 @@ Status
------
-- This module will be removed in version . *[deprecated]*
+- This module will be removed in a release after 2022-06-01. *[deprecated]*
- For more information see `DEPRECATED`_.
diff --git a/docs/vyos.vyos.vyos_logging_module.rst b/docs/vyos.vyos.vyos_logging_module.rst
index 39f885e..48183df 100644
--- a/docs/vyos.vyos.vyos_logging_module.rst
+++ b/docs/vyos.vyos.vyos_logging_module.rst
@@ -441,7 +441,7 @@ Status
------
-- This module will be removed in version . *[deprecated]*
+- This module will be removed in a release after 2023-08-01. *[deprecated]*
- For more information see `DEPRECATED`_.
diff --git a/docs/vyos.vyos.vyos_static_route_module.rst b/docs/vyos.vyos.vyos_static_route_module.rst
index 69afb56..67ae6be 100644
--- a/docs/vyos.vyos.vyos_static_route_module.rst
+++ b/docs/vyos.vyos.vyos_static_route_module.rst
@@ -427,7 +427,7 @@ Status
------
-- This module will be removed in version . *[deprecated]*
+- This module will be removed in a release after 2022-06-01. *[deprecated]*
- For more information see `DEPRECATED`_.