diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 559168d8..d61c4272 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,25 @@ Junipernetworks Junos Collection Release Notes .. contents:: Topics +v5.3.0 +====== + +Minor Changes +------------- + +- add overridden state opperation support. + +Bugfixes +-------- + +- fix `no_advertise_adjacency_segment` config implementation. +- fix `no_eligible_backup` config implementation. +- fix `no_eligible_remote_backup` config implementation. +- fix `no_interface_state_traps` config implementation. +- fix `no_neighbor_down_notification` config implementation. +- fix `node_link_protection` implementation. +- fix md5 authentication which allows list of keys to be configured. + v5.2.0 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index f38a867f..9937c538 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -544,3 +544,20 @@ releases: - junos_ospfv3_health_check.yaml - lint.yaml release_date: "2023-07-05" + 5.3.0: + changes: + bugfixes: + - fix `no_advertise_adjacency_segment` config implementation. + - fix `no_eligible_backup` config implementation. + - fix `no_eligible_remote_backup` config implementation. + - fix `no_interface_state_traps` config implementation. + - fix `no_neighbor_down_notification` config implementation. + - fix `node_link_protection` implementation. + - fix md5 authentication which allows list of keys to be configured. + minor_changes: + - add overridden state opperation support. + fragments: + - bgp_global_tests_fix.yaml + - codecov_pr.yml + - overridden_support.yaml + release_date: "2023-09-06" diff --git a/changelogs/fragments/bgp_global_tests_fix.yaml b/changelogs/fragments/bgp_global_tests_fix.yaml deleted file mode 100644 index 58a5e8d9..00000000 --- a/changelogs/fragments/bgp_global_tests_fix.yaml +++ /dev/null @@ -1,3 +0,0 @@ ---- -trivial: - - fix bgp_global overridden tests. diff --git a/changelogs/fragments/codecov_pr.yml b/changelogs/fragments/codecov_pr.yml deleted file mode 100644 index ad3c08ca..00000000 --- a/changelogs/fragments/codecov_pr.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -trivial: - - codecov - added a new codecov workflow and changing codecov.yml for added functionality. diff --git a/changelogs/fragments/overridden_support.yaml b/changelogs/fragments/overridden_support.yaml deleted file mode 100644 index 14b77125..00000000 --- a/changelogs/fragments/overridden_support.yaml +++ /dev/null @@ -1,11 +0,0 @@ ---- -minor_changes: - - add overridden state opperation support. -bugfixes: - - fix md5 authentication which allows list of keys to be configured. - - fix `node_link_protection` implementation. - - fix `no_advertise_adjacency_segment` config implementation. - - fix `no_neighbor_down_notification` config implementation. - - fix `no_interface_state_traps` config implementation. - - fix `no_eligible_remote_backup` config implementation. - - fix `no_eligible_backup` config implementation. diff --git a/galaxy.yml b/galaxy.yml index 62a97331..982029b9 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -11,4 +11,4 @@ readme: README.md repository: https://github.com/ansible-collections/junipernetworks.junos issues: https://github.com/ansible-collections/junipernetworks.junos/issues tags: [juniper, junipernetworks, junos, networking, security, netconf] -version: 5.2.0 +version: 5.3.0