This commit is contained in:
Chris Hawk 2025-07-30 15:24:08 -07:00 committed by GitHub
commit 056c79ecb7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 30 additions and 1 deletions

View file

@ -4,6 +4,21 @@ Google.Cloud Release Notes
.. contents:: Topics
v1.7.0
======
Minor Changes
-------------
- gcp_parameter_manager - added module support for managing parameters and versions (https://github.com/ansible-collections/google.cloud/pull/684).
- gcp_storage_bucket - added support for iam_configuration (https://github.com/ansible-collections/google.cloud/pull/693).
- lookup - added lookup via gcp_parameter_manager (https://github.com/ansible-collections/google.cloud/pull/684).
Bugfixes
--------
- gcp_bigquery_table - fixed nested schema definitions (https://github.com/ansible-collections/google.cloud/issues/637).
v1.6.0
======

View file

@ -160,3 +160,17 @@ releases:
- 690-clear-up-error-responses-from-gcp_secret_manager-lookup.yaml
- 691-updated-documentation-for-gcp_serviceusage_service.yaml
release_date: '2025-06-20'
1.7.0:
changes:
bugfixes:
- gcp_bigquery_table - fixed nested schema definitions (https://github.com/ansible-collections/google.cloud/issues/637).
minor_changes:
- gcp_parameter_manager - added module support for managing parameters and versions
(https://github.com/ansible-collections/google.cloud/pull/684).
- gcp_storage_bucket - added support for iam_configuration (https://github.com/ansible-collections/google.cloud/pull/693).
- lookup - added lookup via gcp_parameter_manager (https://github.com/ansible-collections/google.cloud/pull/684).
fragments:
- 684-add-support-for-parameter-manager-module-lookup.yaml
- 693-add-gcs-iam-configuration.yaml
- 694-fix-nested-bigquery-schema.yaml
release_date: '2025-07-29'

View file

@ -10,7 +10,7 @@ namespace: google
name: cloud
# The version of the collection. Must be compatible with semantic versioning
version: 1.6.0
version: 1.7.0
# The path to the Markdown (.md) readme file. This path is relative to the root of the collection
readme: README.md