Skip to content

Commit d04e7b1

Browse files
Prep release v8.0.1 (#706)
* [2.20] sanity fix * Prep release 8.0.1 * [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 7d0e2a8 commit d04e7b1

File tree

9 files changed

+30
-16
lines changed

9 files changed

+30
-16
lines changed

CHANGELOG.rst

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

55
.. contents:: Topics
66

7+
v8.0.1
8+
======
9+
10+
Bugfixes
11+
--------
12+
13+
- (#633) Fixed typo in ansible.netcommon.telnet parameter crlf (was clrf by mistake)
14+
- netconf - Adds check for netconf session_close RPC happens only if connection is alive.
15+
716
v8.0.0
817
======
918

changelogs/changelog.yaml

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -848,9 +848,22 @@ releases:
848848
- Bumping `requires_ansible` to `>=2.16.0`, since previous ansible-core versions
849849
are EoL now.
850850
release_summary:
851-
"With this release, the minimum required version of `ansible-core`
851+
With this release, the minimum required version of `ansible-core`
852852
for this collection is `2.16.0`. The last version known to be compatible with
853-
`ansible-core` versions below `2.16` is v7.2.0."
853+
`ansible-core` versions below `2.16` is v7.2.0.
854854
fragments:
855855
- bump216.yml
856856
release_date: "2025-04-11"
857+
8.0.1:
858+
changes:
859+
bugfixes:
860+
- (#633) Fixed typo in ansible.netcommon.telnet parameter crlf (was clrf by
861+
mistake)
862+
- netconf - Adds check for netconf session_close RPC happens only if connection
863+
is alive.
864+
fragments:
865+
- data_tag.yml
866+
- fix_ci.yaml
867+
- netconf_reset_connection.yaml
868+
- telnet_crlf_parameter.yml
869+
release_date: "2025-07-01"

changelogs/fragments/data_tag.yml

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

changelogs/fragments/fix_ci.yaml

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

changelogs/fragments/netconf_reset_connection.yaml

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

changelogs/fragments/telnet_crlf_parameter.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: 8.0.0
16+
version: 8.0.1

test-requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ yamllint
77
pytest-ansible
88
pytest-xdist
99
pytest-cov
10-
typing-extensions
1110

1211
# The following are 3rd party libs for cli_parse
1312
ntc_templates

tests/sanity/ignore-2.20.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
plugins/action/netconf.py action-plugin-docs # base class for deprecated network platform modules using `connection: local`
2+
plugins/action/network.py action-plugin-docs # base class for network action plugins
3+
plugins/action/grpc.py action-plugin-docs # base class for grpc action plugins
4+
plugins/plugin_utils/compat/telnetlib.py pep8!skip # vendored file
5+
plugins/plugin_utils/compat/telnetlib.py pylint!skip # vendored file

0 commit comments

Comments
 (0)