Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

prepare release 5.2.0 #584

Merged
merged 2 commits into from
Sep 7, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading