diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-18 05:52:22 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-18 05:52:22 +0000 |
commit | 38b7c80217c4e72b1d8988eb1e60bb6e77334114 (patch) | |
tree | 356e9fd3762877d07cde52d21e77070aeff7e789 /ansible_collections/google/cloud/CHANGELOG.rst | |
parent | Adding upstream version 7.7.0+dfsg. (diff) | |
download | ansible-38b7c80217c4e72b1d8988eb1e60bb6e77334114.tar.xz ansible-38b7c80217c4e72b1d8988eb1e60bb6e77334114.zip |
Adding upstream version 9.4.0+dfsg.upstream/9.4.0+dfsg
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'ansible_collections/google/cloud/CHANGELOG.rst')
-rw-r--r-- | ansible_collections/google/cloud/CHANGELOG.rst | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/ansible_collections/google/cloud/CHANGELOG.rst b/ansible_collections/google/cloud/CHANGELOG.rst index 795153473..663a9ab69 100644 --- a/ansible_collections/google/cloud/CHANGELOG.rst +++ b/ansible_collections/google/cloud/CHANGELOG.rst @@ -5,6 +5,37 @@ Google.Cloud Release Notes .. contents:: Topics +v1.3.0 +====== + +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. + +v1.2.0 +====== + +Minor Changes +------------- + +- Add DataPlane V2 Support. +- Add auth support for GCP access tokens (#574). +- Add support for ip_allocation_policy->stack_type. + +Bugfixes +-------- + +- Use default service account if `service_account_email` is unset. + v1.1.3 ====== |