Skip to content

Commit

Permalink
Release 5.1.2 (#559)
Browse files Browse the repository at this point in the history
* Release 5.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>
  • Loading branch information
Qalthos and pre-commit-ci[bot] authored Jul 5, 2023
1 parent f991f0d commit 148a60e
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 11 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ Ansible Netcommon Collection Release Notes
.. contents:: Topics


v5.1.2
======

Bugfixes
--------

- Ensure that all connection plugin options that should be strings are actually strings (https://github.com/ansible-collections/ansible.netcommon/pull/549).

v5.1.1
======

Expand Down
11 changes: 11 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -662,3 +662,14 @@ releases:
fragments:
- resource_manager.yaml
release_date: "2023-05-09"
5.1.2:
changes:
bugfixes:
- Ensure that all connection plugin options that should be strings are actually
strings (https://github.com/ansible-collections/ansible.netcommon/pull/549).
fragments:
- 549-connection-strings.yml
- 550-ansible-lint.yml
- gha_release.yaml
- line-length.yaml
release_date: "2023-07-05"
2 changes: 0 additions & 2 deletions changelogs/fragments/549-connection-strings.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/550-ansible-lint.yml

This file was deleted.

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

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/line-length.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.2-dev
version: 5.1.2

0 comments on commit 148a60e

Please sign in to comment.