From 623c78f1318f63b901d24120b260159ea6c949a4 Mon Sep 17 00:00:00 2001 From: Chris Hawk Date: Tue, 14 Jan 2025 14:02:54 -0800 Subject: [PATCH] Bump version to 1.5.0 --- CHANGELOG.rst | 18 ++++++++++++++++++ changelogs/changelog.yaml | 17 +++++++++++++++++ .../fix-bigquery-table-create-clustering.yml | 2 -- changelogs/gcp_pubsub_subscription_bugfix.yaml | 2 -- .../gcp_pubsub_subscription_gcs_feature.yaml | 2 -- galaxy.yml | 2 +- 6 files changed, 36 insertions(+), 7 deletions(-) delete mode 100644 changelogs/fragments/fix-bigquery-table-create-clustering.yml delete mode 100644 changelogs/gcp_pubsub_subscription_bugfix.yaml delete mode 100644 changelogs/gcp_pubsub_subscription_gcs_feature.yaml diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 7e76c68..d7fe8d7 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,24 @@ Google.Cloud Release Notes .. contents:: Topics +v1.5.0 +====== + +Minor Changes +------------- + +- gcp_pubsub_subscription - allows to create GCS subscription + +Bugfixes +-------- + +- ansible - 2.17 is now the minimum version supported +- ansible - 3.11 is now the minimum Python version +- ansible-test - fixed sanity tests +- ansible-test - integration tests are now run against 2.17 and 2.18 +- gcp_bigquery_table - properly handle BigQuery table clustering fields +- gcp_pubsub_subscription - fixed improper subscription uprade PATCH request + v1.4.1 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 738da7b..bc0d85b 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -100,3 +100,20 @@ releases: fragments: - release-1-4-1.yml release_date: '2024-08-22' + 1.5.0: + changes: + bugfixes: + - ansible - 2.17 is now the minimum version supported + - ansible - 3.11 is now the minimum Python version + - ansible-test - fixed sanity tests + - ansible-test - integration tests are now run against 2.17 and 2.18 + - gcp_bigquery_table - properly handle BigQuery table clustering fields + - gcp_pubsub_subscription - fixed improper subscription uprade PATCH request + minor_changes: + - gcp_pubsub_subscription - allows to create GCS subscription + fragments: + - fix-bigquery-table-create-clustering.yml + - gcp_pubsub_subscription_bugfix.yaml + - gcp_pubsub_subscription_gcs_feature.yaml + - upgrade_anisble.yml + release_date: '2025-01-14' diff --git a/changelogs/fragments/fix-bigquery-table-create-clustering.yml b/changelogs/fragments/fix-bigquery-table-create-clustering.yml deleted file mode 100644 index 02e073a..0000000 --- a/changelogs/fragments/fix-bigquery-table-create-clustering.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - gcp_bigquery_table - properly handle BigQuery table clustering fields diff --git a/changelogs/gcp_pubsub_subscription_bugfix.yaml b/changelogs/gcp_pubsub_subscription_bugfix.yaml deleted file mode 100644 index 355570d..0000000 --- a/changelogs/gcp_pubsub_subscription_bugfix.yaml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - gcp_pubsub_subscription - improper subscription uprade PATCH request \ No newline at end of file diff --git a/changelogs/gcp_pubsub_subscription_gcs_feature.yaml b/changelogs/gcp_pubsub_subscription_gcs_feature.yaml deleted file mode 100644 index c136289..0000000 --- a/changelogs/gcp_pubsub_subscription_gcs_feature.yaml +++ /dev/null @@ -1,2 +0,0 @@ -features: - - gcp_pubsub_subscription - allows to create GCS subscription \ No newline at end of file diff --git a/galaxy.yml b/galaxy.yml index abd99cb..b8471c9 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.1 +version: 1.5.0 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection readme: README.md