From 7c808c047cb79ad9c94bd026b5a26a3fed481013 Mon Sep 17 00:00:00 2001 From: Chris Hawk Date: Thu, 30 Jan 2025 13:57:06 -0800 Subject: [PATCH] Update version --- CHANGELOG.rst | 8 ++++++++ changelogs/changelog.yaml | 7 +++++++ changelogs/fragments/667-include-2-16-in-ci.yml | 2 -- galaxy.yml | 2 +- 4 files changed, 16 insertions(+), 3 deletions(-) delete mode 100644 changelogs/fragments/667-include-2-16-in-ci.yml diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 99681e3..8cafaf9 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,14 @@ Google.Cloud Release Notes .. contents:: Topics +v1.5.1 +====== + +Bugfixes +-------- + +- run integration test with Ansible 2.16 to match `requires_ansible` version + v1.5.0 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 9ce4438..1d30245 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -121,3 +121,10 @@ releases: - remove-google_cloud_ops_agents-role.yml - upgrade_anisble.yml release_date: '2025-01-14' + 1.5.1: + changes: + bugfixes: + - run integration test with Ansible 2.16 to match `requires_ansible` version + fragments: + - 667-include-2-16-in-ci.yml + release_date: '2025-01-30' diff --git a/changelogs/fragments/667-include-2-16-in-ci.yml b/changelogs/fragments/667-include-2-16-in-ci.yml deleted file mode 100644 index a2a945b..0000000 --- a/changelogs/fragments/667-include-2-16-in-ci.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - run integration test with Ansible 2.16 to match `requires_ansible` version \ No newline at end of file diff --git a/galaxy.yml b/galaxy.yml index f015ca3..024b507 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -10,7 +10,7 @@ namespace: google name: cloud # The version of the collection. Must be compatible with semantic versioning -version: 1.5.0 +version: 1.5.1 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection readme: README.md