mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-07-31 09:01:30 -07:00
fix: upgrade ansible version, address test and lint errors
This commit is contained in:
parent
c15b47250d
commit
08ada5354d
216 changed files with 4394 additions and 4262 deletions
|
@ -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).
|
||||
|
|
4
changelogs/fragments/gcp_serviceusage_service.yml
Normal file
4
changelogs/fragments/gcp_serviceusage_service.yml
Normal 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
|
3
changelogs/fragments/gcp_sql_ssl_cert.yml
Normal file
3
changelogs/fragments/gcp_sql_ssl_cert.yml
Normal file
|
@ -0,0 +1,3 @@
|
|||
---
|
||||
minor_changes:
|
||||
- gcp_sql_ssl_cert - made sha1_fingerprint optional, which enables resource creation
|
3
changelogs/fragments/gcp_storage_default_object_acl.yml
Normal file
3
changelogs/fragments/gcp_storage_default_object_acl.yml
Normal file
|
@ -0,0 +1,3 @@
|
|||
---
|
||||
minor_changes:
|
||||
- gcp_storage_default_object_acl - removed non-existent fields; the resource is not usable.
|
6
changelogs/fragments/upgrade-versions.yml
Normal file
6
changelogs/fragments/upgrade-versions.yml
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue