Skip to content

Commit

Permalink
Prep release 7.1.0 (#666)
Browse files Browse the repository at this point in the history
* Prep release 7.1.0

* revert support

---------

Co-authored-by: Ruchi Pakhle <72685035+Ruchip16@users.noreply.github.com>
  • Loading branch information
KB-perByte and Ruchip16 authored Aug 29, 2024
1 parent 3c4b037 commit d2c5fd0
Show file tree
Hide file tree
Showing 7 changed files with 38 additions and 17 deletions.
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

0 comments on commit d2c5fd0

Please sign in to comment.