Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prep release 7.0.0 #647

Merged
merged 1 commit into from
Jun 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.

Loading