From ff3e2a2d430747cc47f32df62ced67c8eb68ca6c Mon Sep 17 00:00:00 2001 From: Chris Hawk Date: Thu, 22 Aug 2024 16:32:54 -0700 Subject: [PATCH] Prepare for 1.4.1 release --- CHANGELOG.rst | 9 +++++++++ changelogs/changelog.yaml | 8 ++++++++ galaxy.yml | 5 ++++- 3 files changed, 21 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 9a5c3cecc..7e76c68af 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,15 @@ Google.Cloud Release Notes .. contents:: Topics +v1.4.1 +====== + +Bugfixes +-------- + +- gcp_kms_filters - add DOCUMENTATION string +- gcp_secret_manager - make an f-string usage backward compatible + v1.4.0 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index fbd9264c4..738da7bcc 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -92,3 +92,11 @@ releases: fragments: - release-1-4-0.yml release_date: '2024-08-21' + 1.4.1: + changes: + bugfixes: + - gcp_kms_filters - add DOCUMENTATION string + - gcp_secret_manager - make an f-string usage backward compatible + fragments: + - release-1-4-1.yml + release_date: '2024-08-22' diff --git a/galaxy.yml b/galaxy.yml index 5c8bc1703..abd99cb4f 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.4.0 +version: 1.4.1 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection readme: README.md @@ -61,3 +61,6 @@ homepage: http://cloud.google.com # The URL to the collection issue tracker issues: https://github.com/ansible-collections/google.cloud/issues + +build_ignore: + - venv