Skip to content

Commit

Permalink
prepare release 5.2.0 (#584)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
KB-perByte and pre-commit-ci[bot] authored Sep 7, 2023
1 parent c65e32c commit d2eb3d9
Show file tree
Hide file tree
Showing 9 changed files with 623 additions and 600 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,34 @@ Ansible Netcommon Collection Release Notes
.. contents:: Topics


v5.2.0
======

Minor Changes
-------------

- 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)
- 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)
- telnet - add crlf option to send CRLF instead of just LF (https://github.com/ansible-collections/ansible.netcommon/pull/440).

Deprecated Features
-------------------

- libssh - the ssh_*_args options are now marked that they will be removed after 2026-01-01.

Bugfixes
--------

- Ensure that all connection plugin options that should be strings are actually strings (https://github.com/ansible-collections/ansible.netcommon/pull/549).

New Plugins
-----------

Cliconf
~~~~~~~

- default - General purpose cliconf plugin for new platforms

v5.1.3
======

Expand Down
1,166 changes: 594 additions & 572 deletions changelogs/changelog.yaml

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions changelogs/fragments/440-telnet-add-crlf-option.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/558-load_provider.yml

This file was deleted.

5 changes: 0 additions & 5 deletions changelogs/fragments/default-cliconf.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions changelogs/fragments/httpapi_options.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/ssh_args.yaml

This file was deleted.

10 changes: 0 additions & 10 deletions changelogs/fragments/vlan_extender.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: 5.1.3
version: 5.2.0

0 comments on commit d2eb3d9

Please sign in to comment.