Skip to content

Commit

Permalink
Prepare release 6.1.0 (#627)
Browse files Browse the repository at this point in the history
* Prepare release 6.1.0

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

* update changelog

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 11, 2024
1 parent 84c8607 commit 30eb278
Show file tree
Hide file tree
Showing 6 changed files with 38 additions and 10 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,25 @@ Ansible Netcommon Collection Release Notes
.. contents:: Topics


v6.1.0
======

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

- Add new module cli_restore that exclusively handles restoring of backup configuration to target applaince.

Bugfixes
--------

- libssh connection plugin - stop using deprecated ``PlayContext.verbosity`` property that is no longer present in ansible-core 2.18 (https://github.com/ansible-collections/ansible.netcommon/pull/626).
- network_cli - removed deprecated play_context.verbosity property.

New Modules
-----------

- cli_restore - Restore device configuration to network devices over network_cli

v6.0.0
======

Expand Down
18 changes: 18 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -731,3 +731,21 @@ releases:
fragments:
- major_600.yml
release_date: "2023-11-30"
6.1.0:
changes:
bugfixes:
- libssh connection plugin - stop using deprecated ``PlayContext.verbosity``
property that is no longer present in ansible-core 2.18 (https://github.com/ansible-collections/ansible.netcommon/pull/626).
- network_cli - removed deprecated play_context.verbosity property.
minor_changes:
- Add new module cli_restore that exclusively handles restoring of backup configuration
to target applaince.
fragments:
- 626-verbosity.yml
- add_cli_restore.yaml
- verbosity.yml
modules:
- description: Restore device configuration to network devices over network_cli
name: cli_restore
namespace: ""
release_date: "2024-04-11"
3 changes: 0 additions & 3 deletions changelogs/fragments/626-verbosity.yml

This file was deleted.

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

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/verbosity.yml

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.0.0
version: 6.1.0

0 comments on commit 30eb278

Please sign in to comment.