Skip to content

Commit d2c5fd0

Browse files
KB-perByteRuchip16
andauthored
Prep release 7.1.0 (#666)
* Prep release 7.1.0 * revert support --------- Co-authored-by: Ruchi Pakhle <[email protected]>
1 parent 3c4b037 commit d2c5fd0

File tree

7 files changed

+38
-17
lines changed

7 files changed

+38
-17
lines changed

CHANGELOG.rst

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,23 @@ Ansible Netcommon Collection Release Notes
44

55
.. contents:: Topics
66

7+
v7.1.0
8+
======
9+
10+
Minor Changes
11+
-------------
12+
13+
- 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.
14+
15+
Bugfixes
16+
--------
17+
18+
- Updated the error message for the content_templates parser to include the correct parser name and detailed error information.
19+
20+
Documentation Changes
21+
---------------------
22+
23+
- 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.
724

825
v7.0.0
926
======
@@ -13,7 +30,6 @@ Release Summary
1330

1431
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.
1532

16-
1733
Major Changes
1834
-------------
1935

changelogs/changelog.yaml

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -786,11 +786,29 @@ releases:
786786
- Bumping `requires_ansible` to `>=2.15.0`, since previous ansible-core versions
787787
are EoL now.
788788
release_summary:
789-
"Starting from this release, the minimum `ansible-core` version
789+
Starting from this release, the minimum `ansible-core` version
790790
this collection requires is `2.15.0`. The last known version compatible with
791-
ansible-core<2.15 is v6.1.3."
791+
ansible-core<2.15 is v6.1.3.
792792
fragments:
793793
- fix-routeros-net_put.yaml
794794
- libssh_get.yaml
795795
- min_215.yaml
796796
release_date: "2024-06-10"
797+
7.1.0:
798+
changes:
799+
bugfixes:
800+
- Updated the error message for the content_templates parser to include the
801+
correct parser name and detailed error information.
802+
doc_changes:
803+
- Add a simple regexp match example for multiple prompt with multiple answers.
804+
This example could be used to for restarting a network device with a delay.
805+
minor_changes:
806+
- ansible.netcommon.persistent - Connection local is marked deprecated and all
807+
dependent collections are advised to move to a proper connection plugin, complete
808+
support of connection local will be removed in a release after 01-01-2027.
809+
fragments:
810+
- bye_connection_local.yaml
811+
- cli-command-module.yaml
812+
- readme_communication.yml
813+
- update_error_msg.yaml
814+
release_date: "2024-08-29"

changelogs/fragments/bye_connection_local.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

changelogs/fragments/cli-command-module.yaml

Lines changed: 0 additions & 4 deletions
This file was deleted.

changelogs/fragments/readme_communication.yml

Lines changed: 0 additions & 3 deletions
This file was deleted.

changelogs/fragments/update_error_msg.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

galaxy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ readme: README.md
1313
repository: https://github.com/ansible-collections/ansible.netcommon
1414
issues: https://github.com/ansible-collections/ansible.netcommon/issues
1515
tags: [networking, security, cloud, network_cli, netconf, httpapi, grpc]
16-
version: 7.0.0
16+
version: 7.1.0

0 commit comments

Comments
 (0)