Skip to content

Commit baa76a6

Browse files
Prepare patch release 6.1.1 (ansible-collections#632)
* Prepare patch release 6.1.1 Signed-off-by: rohitthakur2590 <rohitthakur2590@outlook.com> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Signed-off-by: rohitthakur2590 <rohitthakur2590@outlook.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 3904237 commit baa76a6

File tree

4 files changed

+20
-5
lines changed

4 files changed

+20
-5
lines changed

CHANGELOG.rst

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

77

8+
v6.1.1
9+
======
10+
11+
Bugfixes
12+
--------
13+
14+
- Added guidance for users to open an issue for the respective platform if plugin support is needed.
15+
- Improved module execution to gracefully handle cases where plugin support is required, providing a clear error message to the user.
16+
817
v6.1.0
918
======
1019

changelogs/changelog.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -749,3 +749,13 @@ releases:
749749
name: cli_restore
750750
namespace: ""
751751
release_date: "2024-04-11"
752+
6.1.1:
753+
changes:
754+
bugfixes:
755+
- Added guidance for users to open an issue for the respective platform if plugin
756+
support is needed.
757+
- Improved module execution to gracefully handle cases where plugin support
758+
is required, providing a clear error message to the user.
759+
fragments:
760+
- update_not_supported_exception.yaml
761+
release_date: "2024-04-19"

changelogs/fragments/update_not_supported_exception.yaml

Lines changed: 0 additions & 4 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: 6.1.0
16+
version: 6.1.1

0 commit comments

Comments
 (0)