Skip to content

Commit

Permalink
Prepare Relase 5.3.0 (#442)
Browse files Browse the repository at this point in the history
* Prepare Relase 5.3.0

Signed-off-by: rohitthakur2590 <[email protected]>

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Signed-off-by: rohitthakur2590 <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
rohitthakur2590 and pre-commit-ci[bot] authored Sep 6, 2023
1 parent a12ab2e commit 9dc5284
Show file tree
Hide file tree
Showing 6 changed files with 37 additions and 18 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
======

Expand Down
17 changes: 17 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
3 changes: 0 additions & 3 deletions changelogs/fragments/bgp_global_tests_fix.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/codecov_pr.yml

This file was deleted.

11 changes: 0 additions & 11 deletions changelogs/fragments/overridden_support.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 9dc5284

Please sign in to comment.