mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-08-03 20:54:29 -07:00
Merge pull request #700 from ansible-collections/release-1.7
Some checks failed
Run integration tests for the cloud.google collection / integration (stable-2.16) (push) Has been cancelled
Run integration tests for the cloud.google collection / integration (stable-2.17) (push) Has been cancelled
Run integration tests for the cloud.google collection / integration (stable-2.18) (push) Has been cancelled
Some checks failed
Run integration tests for the cloud.google collection / integration (stable-2.16) (push) Has been cancelled
Run integration tests for the cloud.google collection / integration (stable-2.17) (push) Has been cancelled
Run integration tests for the cloud.google collection / integration (stable-2.18) (push) Has been cancelled
Prepare the 1.7.0 release
This commit is contained in:
commit
4a61adfe23
3 changed files with 30 additions and 1 deletions
|
@ -4,6 +4,21 @@ Google.Cloud Release Notes
|
||||||
|
|
||||||
.. contents:: Topics
|
.. 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
|
v1.6.0
|
||||||
======
|
======
|
||||||
|
|
||||||
|
|
|
@ -160,3 +160,17 @@ releases:
|
||||||
- 690-clear-up-error-responses-from-gcp_secret_manager-lookup.yaml
|
- 690-clear-up-error-responses-from-gcp_secret_manager-lookup.yaml
|
||||||
- 691-updated-documentation-for-gcp_serviceusage_service.yaml
|
- 691-updated-documentation-for-gcp_serviceusage_service.yaml
|
||||||
release_date: '2025-06-20'
|
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'
|
||||||
|
|
|
@ -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.6.0
|
version: 1.7.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
Add a link
Reference in a new issue