Skip to content

Commit

Permalink
Prepare Major release 7.0.0 (#508)
Browse files Browse the repository at this point in the history
* update changelogs

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

* Fix Sanity

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 Mar 28, 2024
1 parent dfa5ca5 commit ec9fe8a
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 16 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,24 @@ Junipernetworks Junos Collection Release Notes
.. contents:: Topics


v7.0.0
======

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

- This release removes previously deprecated modules from this collection. Please refer to the **Removed Features** section for details.

Removed Features (previously deprecated)
----------------------------------------

- Remove deprected junos_logging module which is replaced by junos_logging_global resource module.

Bugfixes
--------

- Fix the empty facts list placement

v6.0.2
======

Expand Down
15 changes: 15 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -628,3 +628,18 @@ releases:
- empty_facts.yaml
- update_junos_config_docs.yaml
release_date: "2024-03-06"
7.0.0:
changes:
bugfixes:
- Fix the empty facts list placement
major_changes:
- This release removes previously deprecated modules from this collection. Please
refer to the **Removed Features** section for details.
removed_features:
- Remove deprected junos_logging module which is replaced by junos_logging_global
resource module.
fragments:
- fix_upstream_tetst.yaml
- remove_deprecated.yaml
- trivial_tests_updates.yaml
release_date: "2024-03-27"
6 changes: 0 additions & 6 deletions changelogs/fragments/fix_upstream_tetst.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions changelogs/fragments/remove_deprecated.yaml

This file was deleted.

4 changes: 0 additions & 4 deletions changelogs/fragments/trivial_tests_updates.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.2
version: 7.0.0

0 comments on commit ec9fe8a

Please sign in to comment.