From 5f2cda7157230d31df9dcd184bd8579d0227abe7 Mon Sep 17 00:00:00 2001 From: Sagar Paul Date: Mon, 10 Jun 2024 17:09:08 +0530 Subject: [PATCH] Prep release 7.0.0 (#647) --- CHANGELOG.rst | 26 +++++++++++++++++++ changelogs/changelog.yaml | 20 ++++++++++++++ .../fragments/fix-routeros-net_put.yaml | 3 --- changelogs/fragments/libssh_get.yaml | 5 ---- changelogs/fragments/min_215.yaml | 6 ----- 5 files changed, 46 insertions(+), 14 deletions(-) delete mode 100644 changelogs/fragments/fix-routeros-net_put.yaml delete mode 100644 changelogs/fragments/libssh_get.yaml delete mode 100644 changelogs/fragments/min_215.yaml diff --git a/CHANGELOG.rst b/CHANGELOG.rst index c89b8f4ce..540f7a1a9 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,32 @@ Ansible Netcommon Collection Release Notes .. contents:: Topics + +v7.0.0 +====== + +Release Summary +--------------- + +Starting from this release, the minimum `ansible-core` version this collection requires is `2.15.0`. The last known version compatible with ansible-core<2.15 is v6.1.3. + + +Major Changes +------------- + +- Bumping `requires_ansible` to `>=2.15.0`, since previous ansible-core versions are EoL now. + +Bugfixes +-------- + +- Fix get api call during scp with libssh. +- Handle sftp error messages for file not present for routerOS. + +Known Issues +------------ + +- libssh - net_put and net_get fail when the destination file intended to be fetched is not present. + v6.1.3 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index d071d2b3c..3eeb7240b 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -774,3 +774,23 @@ releases: fragments: - bug_653.yaml release_date: "2024-05-29" + 7.0.0: + changes: + bugfixes: + - Fix get api call during scp with libssh. + - Handle sftp error messages for file not present for routerOS. + known_issues: + - libssh - net_put and net_get fail when the destination file intended to be + fetched is not present. + major_changes: + - Bumping `requires_ansible` to `>=2.15.0`, since previous ansible-core versions + are EoL now. + release_summary: + "Starting from this release, the minimum `ansible-core` version + this collection requires is `2.15.0`. The last known version compatible with + ansible-core<2.15 is v6.1.3." + fragments: + - fix-routeros-net_put.yaml + - libssh_get.yaml + - min_215.yaml + release_date: "2024-06-10" diff --git a/changelogs/fragments/fix-routeros-net_put.yaml b/changelogs/fragments/fix-routeros-net_put.yaml deleted file mode 100644 index ace19aed6..000000000 --- a/changelogs/fragments/fix-routeros-net_put.yaml +++ /dev/null @@ -1,3 +0,0 @@ ---- -bugfixes: - - Handle sftp error messages for file not present for routerOS. diff --git a/changelogs/fragments/libssh_get.yaml b/changelogs/fragments/libssh_get.yaml deleted file mode 100644 index 6ee507b14..000000000 --- a/changelogs/fragments/libssh_get.yaml +++ /dev/null @@ -1,5 +0,0 @@ ---- -bugfixes: - - Fix get api call during scp with libssh. -known_issues: - - libssh - net_put and net_get fail when the destination file intended to be fetched is not present. diff --git a/changelogs/fragments/min_215.yaml b/changelogs/fragments/min_215.yaml deleted file mode 100644 index 83b5b586e..000000000 --- a/changelogs/fragments/min_215.yaml +++ /dev/null @@ -1,6 +0,0 @@ ---- -release_summary: > - Starting from this release, the minimum `ansible-core` version this collection requires is `2.15.0`. - The last known version compatible with ansible-core<2.15 is v6.1.3. -major_changes: - - Bumping `requires_ansible` to `>=2.15.0`, since previous ansible-core versions are EoL now.