Skip to content

Commit 569f662

Browse files
Prep release v6.1.2 (ansible-collections#637)
* Prep release v6.1.2 * [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>
1 parent 118f432 commit 569f662

File tree

4 files changed

+16
-4
lines changed

4 files changed

+16
-4
lines changed

CHANGELOG.rst

+8
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ Ansible Netcommon Collection Release Notes
55
.. contents:: Topics
66

77

8+
v6.1.2
9+
======
10+
11+
Documentation Changes
12+
---------------------
13+
14+
- Fixed module name and log consistency in parse_cli_textfsm filter doc.
15+
816
v6.1.1
917
======
1018

changelogs/changelog.yaml

+7
Original file line numberDiff line numberDiff line change
@@ -759,3 +759,10 @@ releases:
759759
fragments:
760760
- update_not_supported_exception.yaml
761761
release_date: "2024-04-19"
762+
6.1.2:
763+
changes:
764+
doc_changes:
765+
- Fixed module name and log consistency in parse_cli_textfsm filter doc.
766+
fragments:
767+
- 614-fix-parse_cli_textfsm-doc.yaml
768+
release_date: "2024-05-22"

changelogs/fragments/614-fix-parse_cli_textfsm-doc.yaml

-3
This file was deleted.

galaxy.yml

+1-1
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.1
16+
version: 6.1.2

0 commit comments

Comments
 (0)