diff options
author | Kate Case <kcase@redhat.com> | 2023-04-04 10:03:43 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-04 19:33:43 +0530 |
commit | b948996bbc2c23cdd4c4178e0acf1877f9338014 (patch) | |
tree | 5154993239a0f06e0263188457322b7f55ee285e | |
parent | 51eadee41206ef12bc81d026ee0ab62013ec5958 (diff) | |
download | vyos.vyos-4.0.2.tar.gz vyos.vyos-4.0.2.zip |
Update changelog for 4.0.2 (#308)4.0.2
-rw-r--r-- | CHANGELOG.rst | 13 | ||||
-rw-r--r-- | changelogs/changelog.yaml | 12 | ||||
-rw-r--r-- | changelogs/fragments/bgp-password-fix.yml | 2 | ||||
-rw-r--r-- | changelogs/fragments/ci_codecov.yml | 3 | ||||
-rw-r--r-- | changelogs/fragments/update_intf_doc.yaml | 3 | ||||
-rw-r--r-- | galaxy.yml | 2 |
6 files changed, 26 insertions, 9 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 8324ba4..da84eab 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,19 @@ Vyos Collection Release Notes .. contents:: Topics +v4.0.2 +====== + +Bugfixes +-------- + +- bgp_global - changed to use `neighbor.password` rather than `neighbor.address` (https://github.com/ansible-collections/vyos.vyos/issues/304). + +Documentation Changes +--------------------- + +- vyos_interfaces - Updated documentation with examples and task output. + v4.0.1 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index c00b51b..741391a 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -386,3 +386,15 @@ releases: - prettier.yaml - rm_base.yaml release_date: "2023-02-27" + 4.0.2: + changes: + bugfixes: + - bgp_global - changed to use `neighbor.password` rather than `neighbor.address` + (https://github.com/ansible-collections/vyos.vyos/issues/304). + doc_changes: + - vyos_interfaces - Updated documentation with examples and task output. + fragments: + - bgp-password-fix.yml + - ci_codecov.yml + - update_intf_doc.yaml + release_date: "2023-04-03" diff --git a/changelogs/fragments/bgp-password-fix.yml b/changelogs/fragments/bgp-password-fix.yml deleted file mode 100644 index 5c42404..0000000 --- a/changelogs/fragments/bgp-password-fix.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - bgp_global - changed to use `neighbor.password` rather than `neighbor.address` (https://github.com/ansible-collections/vyos.vyos/issues/304). diff --git a/changelogs/fragments/ci_codecov.yml b/changelogs/fragments/ci_codecov.yml deleted file mode 100644 index ea17f51..0000000 --- a/changelogs/fragments/ci_codecov.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -trivial: - - added codecov to the CI pipeline diff --git a/changelogs/fragments/update_intf_doc.yaml b/changelogs/fragments/update_intf_doc.yaml deleted file mode 100644 index 41aa659..0000000 --- a/changelogs/fragments/update_intf_doc.yaml +++ /dev/null @@ -1,3 +0,0 @@ ---- -doc_changes: - - vyos_interfaces - Updated documentation with examples and task output. @@ -11,4 +11,4 @@ readme: README.md repository: https://github.com/ansible-collections/vyos.vyos issues: https://github.com/ansible-collections/vyos.vyos/issues tags: [vyos, networking] -version: 4.0.2-dev +version: 4.0.2 |