Prepare the 1.8.0 release

This commit is contained in:
Chris Hawk 2025-09-11 14:20:58 -07:00
commit f163ada5bb
4 changed files with 10 additions and 1 deletions

View file

@ -0,0 +1,3 @@
bugfixes:
- gcp_secret_manager - use service_account_contents instead of service_account_info
(https://github.com/ansible-collections/google.cloud/pull/703).

View file

@ -0,0 +1,3 @@
minor_changes:
- iap - enable use of Identity Aware Proxy ssh connections to compute instances
(https://github.com/ansible-collections/google.cloud/pull/709).

View file

@ -0,0 +1,3 @@
bugfixes:
- gcp_compute_instance - add suppport for attaching disks to compute instances
(https://github.com/ansible-collections/google.cloud/pull/711).

View file

@ -10,7 +10,7 @@ namespace: google
name: cloud
# The version of the collection. Must be compatible with semantic versioning
version: 1.7.0
version: 1.8.0
# The path to the Markdown (.md) readme file. This path is relative to the root of the collection
readme: README.md