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 /changelogs/changelog.yaml | |
parent | 51eadee41206ef12bc81d026ee0ab62013ec5958 (diff) | |
download | vyos.vyos-b948996bbc2c23cdd4c4178e0acf1877f9338014.tar.gz vyos.vyos-b948996bbc2c23cdd4c4178e0acf1877f9338014.zip |
Update changelog for 4.0.2 (#308)4.0.2
Diffstat (limited to 'changelogs/changelog.yaml')
-rw-r--r-- | changelogs/changelog.yaml | 12 |
1 files changed, 12 insertions, 0 deletions
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" |