diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 7a2944208..707c47e01 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -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 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 9b8a0db40..087e67f5d 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -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" diff --git a/changelogs/fragments/549-connection-strings.yml b/changelogs/fragments/549-connection-strings.yml deleted file mode 100644 index b203911d3..000000000 --- a/changelogs/fragments/549-connection-strings.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - "Ensure that all connection plugin options that should be strings are actually strings (https://github.com/ansible-collections/ansible.netcommon/pull/549)." diff --git a/changelogs/fragments/550-ansible-lint.yml b/changelogs/fragments/550-ansible-lint.yml deleted file mode 100644 index 743742461..000000000 --- a/changelogs/fragments/550-ansible-lint.yml +++ /dev/null @@ -1,2 +0,0 @@ -trivial: - - "Ignore ``sanity[cannot-ignore]`` ansible-lint rule (https://github.com/ansible-collections/ansible.netcommon/pull/550)." diff --git a/changelogs/fragments/gha_release.yaml b/changelogs/fragments/gha_release.yaml deleted file mode 100644 index 43b39677d..000000000 --- a/changelogs/fragments/gha_release.yaml +++ /dev/null @@ -1,3 +0,0 @@ ---- -trivial: - - Enable collection release via GitHub actions diff --git a/changelogs/fragments/line-length.yaml b/changelogs/fragments/line-length.yaml deleted file mode 100644 index bd9a8337a..000000000 --- a/changelogs/fragments/line-length.yaml +++ /dev/null @@ -1,3 +0,0 @@ ---- -trivial: - - Unify line-lengths at 100 to match the other collections. diff --git a/galaxy.yml b/galaxy.yml index 03c8be139..932c31c9a 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -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