Skip to content

Commit d2eb3d9

Browse files
prepare release 5.2.0 (#584)
* prepare release 5.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 c65e32c commit d2eb3d9

File tree

9 files changed

+623
-600
lines changed

9 files changed

+623
-600
lines changed

CHANGELOG.rst

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,34 @@ Ansible Netcommon Collection Release Notes
55
.. contents:: Topics
66

77

8+
v5.2.0
9+
======
10+
11+
Minor Changes
12+
-------------
13+
14+
- Add a new cliconf plugin ``default`` that can be used when no cliconf plugin is found for a given network_os. This plugin only supports ``get()``. (https://github.com/ansible-collections/ansible.netcommon/pull/569)
15+
- httpapi - Add additional option ``ca_path``, ``client_cert``, ``client_key``, and ``http_agent`` that are available in open_url but not to httpapi. (https://github.com/ansible-collections/ansible.netcommon/issues/528)
16+
- telnet - add crlf option to send CRLF instead of just LF (https://github.com/ansible-collections/ansible.netcommon/pull/440).
17+
18+
Deprecated Features
19+
-------------------
20+
21+
- libssh - the ssh_*_args options are now marked that they will be removed after 2026-01-01.
22+
23+
Bugfixes
24+
--------
25+
26+
- Ensure that all connection plugin options that should be strings are actually strings (https://github.com/ansible-collections/ansible.netcommon/pull/549).
27+
28+
New Plugins
29+
-----------
30+
31+
Cliconf
32+
~~~~~~~
33+
34+
- default - General purpose cliconf plugin for new platforms
35+
836
v5.1.3
937
======
1038

changelogs/changelog.yaml

Lines changed: 594 additions & 572 deletions
Large diffs are not rendered by default.

changelogs/fragments/440-telnet-add-crlf-option.yml

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

changelogs/fragments/558-load_provider.yml

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

changelogs/fragments/default-cliconf.yaml

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

changelogs/fragments/httpapi_options.yaml

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

changelogs/fragments/ssh_args.yaml

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

changelogs/fragments/vlan_extender.yaml

Lines changed: 0 additions & 10 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: 5.1.3
16+
version: 5.2.0

0 commit comments

Comments
 (0)