Skip to content

Commit

Permalink
Prep release 7.0.0 (#647)
Browse files Browse the repository at this point in the history
  • Loading branch information
KB-perByte authored Jun 10, 2024
1 parent 180bee7 commit 5f2cda7
Show file tree
Hide file tree
Showing 5 changed files with 46 additions and 14 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
======

Expand Down
20 changes: 20 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
3 changes: 0 additions & 3 deletions changelogs/fragments/fix-routeros-net_put.yaml

This file was deleted.

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

This file was deleted.

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

This file was deleted.

0 comments on commit 5f2cda7

Please sign in to comment.