fix: upgrade ansible version, address test and lint errors

This commit is contained in:
Chris Hawk 2023-11-17 16:39:42 -08:00
commit 08ada5354d
216 changed files with 4394 additions and 4262 deletions

View file

@ -1,2 +1,3 @@
---
minor_changes:
- ansible-test - add support for GCP application default credentials (https://github.com/ansible-collections/google.cloud/issues/359).
- ansible-test - add support for GCP application default credentials (https://github.com/ansible-collections/google.cloud/issues/359).

View file

@ -0,0 +1,4 @@
---
minor_changes:
- 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

View file

@ -0,0 +1,3 @@
---
minor_changes:
- gcp_sql_ssl_cert - made sha1_fingerprint optional, which enables resource creation

View file

@ -0,0 +1,3 @@
---
minor_changes:
- gcp_storage_default_object_acl - removed non-existent fields; the resource is not usable.

View file

@ -0,0 +1,6 @@
---
minor_changes:
- ansible - 2.14.0 is now the minimum version supported
- anisble-test - integration tests are now run against 2.14.0 and 2.15.0
- ansible-lint - upgraded to 6.22
- ansible-lint - fixed over a thousand reported errors