Skip to content

Commit

Permalink
Prepare patch release 6.1.1 (#632)
Browse files Browse the repository at this point in the history
* Prepare patch release 6.1.1

Signed-off-by: rohitthakur2590 <[email protected]>

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Signed-off-by: rohitthakur2590 <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
rohitthakur2590 and pre-commit-ci[bot] authored Apr 19, 2024
1 parent 3904237 commit baa76a6
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 5 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ Ansible Netcommon Collection Release Notes
.. contents:: Topics


v6.1.1
======

Bugfixes
--------

- Added guidance for users to open an issue for the respective platform if plugin support is needed.
- Improved module execution to gracefully handle cases where plugin support is required, providing a clear error message to the user.

v6.1.0
======

Expand Down
10 changes: 10 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -749,3 +749,13 @@ releases:
name: cli_restore
namespace: ""
release_date: "2024-04-11"
6.1.1:
changes:
bugfixes:
- Added guidance for users to open an issue for the respective platform if plugin
support is needed.
- Improved module execution to gracefully handle cases where plugin support
is required, providing a clear error message to the user.
fragments:
- update_not_supported_exception.yaml
release_date: "2024-04-19"
4 changes: 0 additions & 4 deletions changelogs/fragments/update_not_supported_exception.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: 6.1.0
version: 6.1.1

0 comments on commit baa76a6

Please sign in to comment.