From 30eb278f23ce5b7f2a37e69ce4da1c5bbe6964e8 Mon Sep 17 00:00:00 2001 From: Rohit Thakur Date: Fri, 12 Apr 2024 01:28:20 +0530 Subject: [PATCH] Prepare release 6.1.0 (#627) * Prepare release 6.1.0 Signed-off-by: rohitthakur2590 * update changelog 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 | 19 +++++++++++++++++++ changelogs/changelog.yaml | 18 ++++++++++++++++++ changelogs/fragments/626-verbosity.yml | 3 --- changelogs/fragments/add_cli_restore.yaml | 3 --- changelogs/fragments/verbosity.yml | 3 --- galaxy.yml | 2 +- 6 files changed, 38 insertions(+), 10 deletions(-) delete mode 100644 changelogs/fragments/626-verbosity.yml delete mode 100644 changelogs/fragments/add_cli_restore.yaml delete mode 100644 changelogs/fragments/verbosity.yml diff --git a/CHANGELOG.rst b/CHANGELOG.rst index d62257ef5..6d4d1d365 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,25 @@ Ansible Netcommon Collection Release Notes .. contents:: Topics +v6.1.0 +====== + +Minor Changes +------------- + +- Add new module cli_restore that exclusively handles restoring of backup configuration to target applaince. + +Bugfixes +-------- + +- libssh connection plugin - stop using deprecated ``PlayContext.verbosity`` property that is no longer present in ansible-core 2.18 (https://github.com/ansible-collections/ansible.netcommon/pull/626). +- network_cli - removed deprecated play_context.verbosity property. + +New Modules +----------- + +- cli_restore - Restore device configuration to network devices over network_cli + v6.0.0 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 96dcc9709..41c9b4c40 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -731,3 +731,21 @@ releases: fragments: - major_600.yml release_date: "2023-11-30" + 6.1.0: + changes: + bugfixes: + - libssh connection plugin - stop using deprecated ``PlayContext.verbosity`` + property that is no longer present in ansible-core 2.18 (https://github.com/ansible-collections/ansible.netcommon/pull/626). + - network_cli - removed deprecated play_context.verbosity property. + minor_changes: + - Add new module cli_restore that exclusively handles restoring of backup configuration + to target applaince. + fragments: + - 626-verbosity.yml + - add_cli_restore.yaml + - verbosity.yml + modules: + - description: Restore device configuration to network devices over network_cli + name: cli_restore + namespace: "" + release_date: "2024-04-11" diff --git a/changelogs/fragments/626-verbosity.yml b/changelogs/fragments/626-verbosity.yml deleted file mode 100644 index 7f43aaeaa..000000000 --- a/changelogs/fragments/626-verbosity.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -bugfixes: - - libssh connection plugin - stop using deprecated ``PlayContext.verbosity`` property that is no longer present in ansible-core 2.18 (https://github.com/ansible-collections/ansible.netcommon/pull/626). diff --git a/changelogs/fragments/add_cli_restore.yaml b/changelogs/fragments/add_cli_restore.yaml deleted file mode 100644 index 381707b71..000000000 --- a/changelogs/fragments/add_cli_restore.yaml +++ /dev/null @@ -1,3 +0,0 @@ ---- -minor_changes: - - Add new module cli_restore that exclusively handles restoring of backup configuration to target applaince. diff --git a/changelogs/fragments/verbosity.yml b/changelogs/fragments/verbosity.yml deleted file mode 100644 index 67db32298..000000000 --- a/changelogs/fragments/verbosity.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -bugfixes: - - network_cli - removed deprecated play_context.verbosity property. diff --git a/galaxy.yml b/galaxy.yml index 54ac865b2..b825096a1 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -13,4 +13,4 @@ readme: README.md repository: https://github.com/ansible-collections/ansible.netcommon issues: https://github.com/ansible-collections/ansible.netcommon/issues tags: [networking, security, cloud, network_cli, netconf, httpapi, grpc] -version: 6.0.0 +version: 6.1.0