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.1.0 #666

Merged
merged 3 commits into from
Aug 29, 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
18 changes: 17 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,23 @@ Ansible Netcommon Collection Release Notes

.. contents:: Topics

v7.1.0
======

Minor Changes
-------------

- ansible.netcommon.persistent - Connection local is marked deprecated and all dependent collections are advised to move to a proper connection plugin, complete support of connection local will be removed in a release after 01-01-2027.

Bugfixes
--------

- Updated the error message for the content_templates parser to include the correct parser name and detailed error information.

Documentation Changes
---------------------

- Add a simple regexp match example for multiple prompt with multiple answers. This example could be used to for restarting a network device with a delay.

v7.0.0
======
Expand All @@ -13,7 +30,6 @@ 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
-------------

Expand Down
22 changes: 20 additions & 2 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -786,11 +786,29 @@ releases:
- 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
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."
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"
7.1.0:
changes:
bugfixes:
- Updated the error message for the content_templates parser to include the
correct parser name and detailed error information.
doc_changes:
- Add a simple regexp match example for multiple prompt with multiple answers.
This example could be used to for restarting a network device with a delay.
minor_changes:
- ansible.netcommon.persistent - Connection local is marked deprecated and all
dependent collections are advised to move to a proper connection plugin, complete
support of connection local will be removed in a release after 01-01-2027.
fragments:
- bye_connection_local.yaml
- cli-command-module.yaml
- readme_communication.yml
- update_error_msg.yaml
release_date: "2024-08-29"
3 changes: 0 additions & 3 deletions changelogs/fragments/bye_connection_local.yaml

This file was deleted.

4 changes: 0 additions & 4 deletions changelogs/fragments/cli-command-module.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/readme_communication.yml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/update_error_msg.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: 7.0.0
version: 7.1.0
Loading