mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-04-06 10:50:28 -07:00
Bump version to 1.5.0
This commit is contained in:
parent
a1bcf46abc
commit
623c78f131
6 changed files with 36 additions and 7 deletions
|
@ -4,6 +4,24 @@ Google.Cloud Release Notes
|
||||||
|
|
||||||
.. contents:: Topics
|
.. 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
|
v1.4.1
|
||||||
======
|
======
|
||||||
|
|
||||||
|
|
|
@ -100,3 +100,20 @@ releases:
|
||||||
fragments:
|
fragments:
|
||||||
- release-1-4-1.yml
|
- release-1-4-1.yml
|
||||||
release_date: '2024-08-22'
|
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'
|
||||||
|
|
|
@ -1,2 +0,0 @@
|
||||||
bugfixes:
|
|
||||||
- gcp_bigquery_table - properly handle BigQuery table clustering fields
|
|
|
@ -1,2 +0,0 @@
|
||||||
bugfixes:
|
|
||||||
- gcp_pubsub_subscription - improper subscription uprade PATCH request
|
|
|
@ -1,2 +0,0 @@
|
||||||
features:
|
|
||||||
- gcp_pubsub_subscription - allows to create GCS subscription
|
|
|
@ -10,7 +10,7 @@ namespace: google
|
||||||
name: cloud
|
name: cloud
|
||||||
|
|
||||||
# The version of the collection. Must be compatible with semantic versioning
|
# 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
|
# The path to the Markdown (.md) readme file. This path is relative to the root of the collection
|
||||||
readme: README.md
|
readme: README.md
|
||||||
|
|
Loading…
Add table
Reference in a new issue