Skip to content

Commit

Permalink
Prepare release 8.0.0 (#514)
Browse files Browse the repository at this point in the history
* Prepare release 8.0.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

* Update CHANGELOG.rst

* Update changelog.yaml

* Update changelog.yaml

---------

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 Apr 12, 2024
1 parent cdff244 commit 455c29b
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 12 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,21 @@ Junipernetworks Junos Collection Release Notes
.. contents:: Topics


v8.0.0
======

Major Changes
-------------

- Update the netcommon base version 6.1.0 to support cli_restore plugin.

Minor Changes
-------------

- Add support for cli_restore functionality.
- Please refer the PR to know more about core changes (https://github.com/ansible-collections/ansible.netcommon/pull/618).
- cli_restore module is part of netcommon.

v7.0.0
======

Expand Down
12 changes: 12 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -643,3 +643,15 @@ releases:
- remove_deprecated.yaml
- trivial_tests_updates.yaml
release_date: "2024-03-27"
8.0.0:
changes:
major_changes:
- Update the netcommon base version 6.1.0 to support cli_restore plugin.
minor_changes:
- Add support for cli_restore functionality.
- Please refer the PR to know more about core changes (https://github.com/ansible-collections/ansible.netcommon/pull/618).
- cli_restore module is part of netcommon.
fragments:
- 218sanity.yml
- add_restore_implementation.yaml
release_date: "2024-04-13"
4 changes: 0 additions & 4 deletions changelogs/fragments/218sanity.yml

This file was deleted.

6 changes: 0 additions & 6 deletions changelogs/fragments/add_restore_implementation.yaml

This file was deleted.

4 changes: 2 additions & 2 deletions galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors:
- Ansible Network Community (ansible-network)
dependencies:
"ansible.netcommon": ">=6.0.0"
"ansible.netcommon": ">=6.1.0"
license_file: LICENSE
name: junos
namespace: junipernetworks
Expand All @@ -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: 7.0.0
version: 8.0.0

0 comments on commit 455c29b

Please sign in to comment.