Skip to content

Commit 73e81a5

Browse files
Release Prep 7.2.0 (#694)
* release_prep_7.2.0 * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 9fe3c3d commit 73e81a5

File tree

9 files changed

+57
-22
lines changed

9 files changed

+57
-22
lines changed

CHANGELOG.rst

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,32 @@ Ansible Netcommon Collection Release Notes
44

55
.. contents:: Topics
66

7+
v7.2.0
8+
======
9+
10+
Minor Changes
11+
-------------
12+
13+
- Exposes new libssh options to configure publickey_accepted_algorithms and hostkeys. This requires ansible-pylibssh v1.1.0 or higher.
14+
15+
Deprecated Features
16+
-------------------
17+
18+
- Added deprecation warnings for the above plugins, displayed when running respective filter plugins.
19+
- `parse_cli_textfsm` filter plugin is deprecated and will be removed in a future release after 2027-02-01. Use `ansible.utils.cli_parse` with the `ansible.utils.textfsm_parser` parser as a replacement.
20+
- `parse_cli` filter plugin is deprecated and will be removed in a future release after 2027-02-01. Use `ansible.utils.cli_parse` as a replacement.
21+
- `parse_xml` filter plugin is deprecated and will be removed in a future release after 2027-02-01. Use `ansible.utils.cli_parse` with the `ansible.utils.xml_parser` parser as a replacement.
22+
23+
Bugfixes
24+
--------
25+
26+
- libssh connection plugin - stop using long-deprecated and now removed internal field from ansible-core's base connection plugin class (https://github.com/ansible-collections/ansible.netcommon/issues/522, https://github.com/ansible-collections/ansible.netcommon/issues/690, https://github.com/ansible-collections/ansible.netcommon/pull/691).
27+
28+
Documentation Changes
29+
---------------------
30+
31+
- Includes a new support related section in the README.
32+
733
v7.1.0
834
======
935

changelogs/changelog.yaml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -812,3 +812,33 @@ releases:
812812
- readme_communication.yml
813813
- update_error_msg.yaml
814814
release_date: "2024-08-29"
815+
7.2.0:
816+
changes:
817+
bugfixes:
818+
- libssh connection plugin - stop using long-deprecated and now removed internal
819+
field from ansible-core's base connection plugin class (https://github.com/ansible-collections/ansible.netcommon/issues/522,
820+
https://github.com/ansible-collections/ansible.netcommon/issues/690, https://github.com/ansible-collections/ansible.netcommon/pull/691).
821+
deprecated_features:
822+
- Added deprecation warnings for the above plugins, displayed when running respective
823+
filter plugins.
824+
- "`parse_cli_textfsm` filter plugin is deprecated and will be removed in a
825+
future release after 2027-02-01. Use `ansible.utils.cli_parse` with the `ansible.utils.textfsm_parser`
826+
parser as a replacement."
827+
- "`parse_cli` filter plugin is deprecated and will be removed in a future release
828+
after 2027-02-01. Use `ansible.utils.cli_parse` as a replacement."
829+
- "`parse_xml` filter plugin is deprecated and will be removed in a future release
830+
after 2027-02-01. Use `ansible.utils.cli_parse` with the `ansible.utils.xml_parser`
831+
parser as a replacement."
832+
doc_changes:
833+
- Includes a new support related section in the README.
834+
minor_changes:
835+
- Exposes new libssh options to configure publickey_accepted_algorithms and
836+
hostkeys. This requires ansible-pylibssh v1.1.0 or higher.
837+
fragments:
838+
- 691-libssh-connection.yml
839+
- add_support_section.yaml
840+
- deprecate_parsing_filter_plugins.yaml
841+
- ignore_219.yaml
842+
- libssh_pubkey_algo.yml
843+
- update_bindep.yml
844+
release_date: "2025-03-27"

changelogs/fragments/691-libssh-connection.yml

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

changelogs/fragments/add_support_section.yaml

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

changelogs/fragments/deprecate_parsing_filter_plugins.yaml

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

changelogs/fragments/ignore_219.yaml

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

changelogs/fragments/libssh_pubkey_algo.yml

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

changelogs/fragments/update_bindep.yml

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.1.0
16+
version: 7.2.0

0 commit comments

Comments
 (0)