mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-09-30 05:23:29 -07:00
Prepare the 1.8.0 release
This commit is contained in:
parent
8d437f5d89
commit
f163ada5bb
4 changed files with 10 additions and 1 deletions
|
@ -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).
|
3
changelogs/fragments/709-iap-connection-plugin.yml
Normal file
3
changelogs/fragments/709-iap-connection-plugin.yml
Normal 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).
|
3
changelogs/fragments/711-attach-disk-to-instance.yml
Normal file
3
changelogs/fragments/711-attach-disk-to-instance.yml
Normal 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).
|
|
@ -10,7 +10,7 @@ namespace: google
|
||||||
name: cloud
|
name: cloud
|
||||||
|
|
||||||
# The version of the collection. Must be compatible with semantic versioning
|
# 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
|
# The path to the Markdown (.md) readme file. This path is relative to the root of the collection
|
||||||
readme: README.md
|
readme: README.md
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue