Bump version to 1.5.0

This commit is contained in:
Chris Hawk 2025-01-14 14:02:54 -08:00
parent a1bcf46abc
commit 623c78f131
6 changed files with 36 additions and 7 deletions

View file

@ -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
======

View file

@ -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'

View file

@ -1,2 +0,0 @@
bugfixes:
- gcp_bigquery_table - properly handle BigQuery table clustering fields

View file

@ -1,2 +0,0 @@
bugfixes:
- gcp_pubsub_subscription - improper subscription uprade PATCH request

View file

@ -1,2 +0,0 @@
features:
- gcp_pubsub_subscription - allows to create GCS subscription

View file

@ -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