diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-18 05:52:27 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-18 05:52:27 +0000 |
commit | 3b0807ad7b283c46c21862eb826dcbb4ad04e5e2 (patch) | |
tree | 6461ea75f03eca87a5a90c86c3c9a787a6ad037e /ansible_collections/google/cloud/changelogs/changelog.yaml | |
parent | Adding debian version 7.7.0+dfsg-3. (diff) | |
download | ansible-3b0807ad7b283c46c21862eb826dcbb4ad04e5e2.tar.xz ansible-3b0807ad7b283c46c21862eb826dcbb4ad04e5e2.zip |
Merging upstream version 9.4.0+dfsg.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'ansible_collections/google/cloud/changelogs/changelog.yaml')
-rw-r--r-- | ansible_collections/google/cloud/changelogs/changelog.yaml | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/ansible_collections/google/cloud/changelogs/changelog.yaml b/ansible_collections/google/cloud/changelogs/changelog.yaml index 009454372..4d47e486b 100644 --- a/ansible_collections/google/cloud/changelogs/changelog.yaml +++ b/ansible_collections/google/cloud/changelogs/changelog.yaml @@ -46,3 +46,34 @@ releases: fragments: - gce-changelog.yaml release_date: '2023-03-04' + 1.2.0: + changes: + bugfixes: + - Use default service account if `service_account_email` is unset. + minor_changes: + - Add DataPlane V2 Support. + - Add auth support for GCP access tokens (#574). + - Add support for ip_allocation_policy->stack_type. + release_date: '2023-07-07' + 1.3.0: + changes: + minor_changes: + - anisble-test - integration tests are now run against 2.14.0 and 2.15.0 + - ansible - 2.14.0 is now the minimum version supported + - ansible-lint - fixed over a thousand reported errors + - ansible-lint - upgraded to 6.22 + - ansible-test - add support for GCP application default credentials (https://github.com/ansible-collections/google.cloud/issues/359). + - gcp_serviceusage_service - added backoff when checking for operation completion. + - gcp_serviceusage_service - use alloyb API for the integration test as spanner + conflicts with other tests + - gcp_sql_ssl_cert - made sha1_fingerprint optional, which enables resource + creation + - gcp_storage_default_object_acl - removed non-existent fields; the resource + is not usable. + fragments: + - app-default-creds.yml + - gcp_serviceusage_service.yml + - gcp_sql_ssl_cert.yml + - gcp_storage_default_object_acl.yml + - upgrade-versions.yml + release_date: '2023-11-22' |