From ec9fe8a90c65f3e31cf47959f0751c7067da89f7 Mon Sep 17 00:00:00 2001 From: Rohit Thakur Date: Thu, 28 Mar 2024 16:19:06 +0530 Subject: [PATCH] Prepare Major release 7.0.0 (#508) * update changelogs Signed-off-by: rohitthakur2590 * Fix Sanity Signed-off-by: rohitthakur2590 * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Signed-off-by: rohitthakur2590 Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- CHANGELOG.rst | 18 ++++++++++++++++++ changelogs/changelog.yaml | 15 +++++++++++++++ changelogs/fragments/fix_upstream_tetst.yaml | 6 ------ changelogs/fragments/remove_deprecated.yaml | 5 ----- .../fragments/trivial_tests_updates.yaml | 4 ---- galaxy.yml | 2 +- 6 files changed, 34 insertions(+), 16 deletions(-) delete mode 100644 changelogs/fragments/fix_upstream_tetst.yaml delete mode 100644 changelogs/fragments/remove_deprecated.yaml delete mode 100644 changelogs/fragments/trivial_tests_updates.yaml diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 4cba3509..4f035b05 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -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 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 33822623..2ed867d8 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -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" diff --git a/changelogs/fragments/fix_upstream_tetst.yaml b/changelogs/fragments/fix_upstream_tetst.yaml deleted file mode 100644 index f9d6cd29..00000000 --- a/changelogs/fragments/fix_upstream_tetst.yaml +++ /dev/null @@ -1,6 +0,0 @@ ---- -bugfixes: - - Fix the empty facts list placement -trivial: - - Update tests for junos_ospf_interfaces resource module - - Perform config reset for specific resources before performing gathered operation diff --git a/changelogs/fragments/remove_deprecated.yaml b/changelogs/fragments/remove_deprecated.yaml deleted file mode 100644 index b4ca4257..00000000 --- a/changelogs/fragments/remove_deprecated.yaml +++ /dev/null @@ -1,5 +0,0 @@ ---- -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. diff --git a/changelogs/fragments/trivial_tests_updates.yaml b/changelogs/fragments/trivial_tests_updates.yaml deleted file mode 100644 index 6f9f7d90..00000000 --- a/changelogs/fragments/trivial_tests_updates.yaml +++ /dev/null @@ -1,4 +0,0 @@ ---- -trivial: - - remove compat files as we stopped testing against python 2.7. - - update direct imports for patch and MagicMock from unittest. diff --git a/galaxy.yml b/galaxy.yml index a50dd9da..4537d3af 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: 6.0.2 +version: 7.0.0