Skip to content

Commit

Permalink
Prepare release 6.0.2 (#501)
Browse files Browse the repository at this point in the history
* Prepare release 6.0.2

Signed-off-by: rohitthakur2590 <rohitthakur2590@outlook.com>

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

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

---------

Signed-off-by: rohitthakur2590 <rohitthakur2590@outlook.com>
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] committed Mar 6, 2024
1 parent c3bc583 commit 796a6ca
Show file tree
Hide file tree
Showing 5 changed files with 64 additions and 26 deletions.
32 changes: 32 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,38 @@ Junipernetworks Junos Collection Release Notes
.. contents:: Topics


v6.0.2
======

Bugfixes
--------

- acls
- initialize facts dictionary with empty containers for respective resources mentioned below
- lldp_global
- lldp_interfaces
- logging_global
- ntp_global
- ospf_interfaces
- ospfv2
- ospfv3
- prefix_lists
- routing_instances
- routing_options
- security_policies
- security_policies_global
- security_zones
- snmp_server
- static_routes
- vlans

Documentation Changes
---------------------

- Remove the part of the description which incorrectly describes the behavior and type of confirm attribute.
- Update example performing `confirm_commit`.
- Update with more examples using the `confirm` option to set a timer.

v6.0.1
======

Expand Down
31 changes: 31 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -597,3 +597,34 @@ releases:
- module_defaults.yaml
- trivial_lint.yaml
release_date: "2024-01-31"
6.0.2:
changes:
bugfixes:
- acls
- initialize facts dictionary with empty containers for respective resources
mentioned below
- lldp_global
- lldp_interfaces
- logging_global
- ntp_global
- ospf_interfaces
- ospfv2
- ospfv3
- prefix_lists
- routing_instances
- routing_options
- security_policies
- security_policies_global
- security_zones
- snmp_server
- static_routes
- vlans
doc_changes:
- Remove the part of the description which incorrectly describes the behavior
and type of confirm attribute.
- Update example performing `confirm_commit`.
- Update with more examples using the `confirm` option to set a timer.
fragments:
- empty_facts.yaml
- update_junos_config_docs.yaml
release_date: "2024-03-06"
20 changes: 0 additions & 20 deletions changelogs/fragments/empty_facts.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions changelogs/fragments/update_junos_config_docs.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: 6.0.1
version: 6.0.2

0 comments on commit 796a6ca

Please sign in to comment.