mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-09-30 05:23:29 -07:00
Merge pull request #714 from ansible-collections/release-v1_8_0
Some checks failed
Run integration tests for the cloud.google collection / integration (stable-2.16) (push) Has been cancelled
Run integration tests for the cloud.google collection / integration (stable-2.17) (push) Has been cancelled
Run integration tests for the cloud.google collection / integration (stable-2.18) (push) Has been cancelled
Run integration tests for the cloud.google collection / integration (stable-2.19) (push) Has been cancelled
Some checks failed
Run integration tests for the cloud.google collection / integration (stable-2.16) (push) Has been cancelled
Run integration tests for the cloud.google collection / integration (stable-2.17) (push) Has been cancelled
Run integration tests for the cloud.google collection / integration (stable-2.18) (push) Has been cancelled
Run integration tests for the cloud.google collection / integration (stable-2.19) (push) Has been cancelled
Prepare release v1.8.0
This commit is contained in:
commit
b1dce47b98
3 changed files with 30 additions and 1 deletions
|
@ -4,6 +4,20 @@ Google.Cloud Release Notes
|
||||||
|
|
||||||
.. contents:: Topics
|
.. contents:: Topics
|
||||||
|
|
||||||
|
v1.8.0
|
||||||
|
======
|
||||||
|
|
||||||
|
Minor Changes
|
||||||
|
-------------
|
||||||
|
|
||||||
|
- iap - enable use of Identity Aware Proxy ssh connections to compute instances (https://github.com/ansible-collections/google.cloud/pull/709).
|
||||||
|
|
||||||
|
Bugfixes
|
||||||
|
--------
|
||||||
|
|
||||||
|
- gcp_compute_instance - add suppport for attaching disks to compute instances (https://github.com/ansible-collections/google.cloud/pull/711).
|
||||||
|
- gcp_secret_manager - use service_account_contents instead of service_account_info (https://github.com/ansible-collections/google.cloud/pull/703).
|
||||||
|
|
||||||
v1.7.0
|
v1.7.0
|
||||||
======
|
======
|
||||||
|
|
||||||
|
|
|
@ -174,3 +174,18 @@ releases:
|
||||||
- 693-add-gcs-iam-configuration.yaml
|
- 693-add-gcs-iam-configuration.yaml
|
||||||
- 694-fix-nested-bigquery-schema.yaml
|
- 694-fix-nested-bigquery-schema.yaml
|
||||||
release_date: '2025-07-29'
|
release_date: '2025-07-29'
|
||||||
|
1.8.0:
|
||||||
|
changes:
|
||||||
|
bugfixes:
|
||||||
|
- gcp_compute_instance - add suppport for attaching disks to compute instances
|
||||||
|
(https://github.com/ansible-collections/google.cloud/pull/711).
|
||||||
|
- gcp_secret_manager - use service_account_contents instead of service_account_info
|
||||||
|
(https://github.com/ansible-collections/google.cloud/pull/703).
|
||||||
|
minor_changes:
|
||||||
|
- iap - enable use of Identity Aware Proxy ssh connections to compute instances
|
||||||
|
(https://github.com/ansible-collections/google.cloud/pull/709).
|
||||||
|
fragments:
|
||||||
|
- 703-fix-improper-names-for-service_account_contents.yml
|
||||||
|
- 709-iap-connection-plugin.yml
|
||||||
|
- 711-attach-disk-to-instance.yml
|
||||||
|
release_date: '2025-09-11'
|
||||||
|
|
|
@ -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