mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-07-29 08:01:31 -07:00
Prepare for release of v1.5.2
This commit is contained in:
parent
6fa0c8718f
commit
8fd16c6515
3 changed files with 16 additions and 1 deletions
|
@ -4,6 +4,14 @@ Google.Cloud Release Notes
|
||||||
|
|
||||||
.. contents:: Topics
|
.. contents:: Topics
|
||||||
|
|
||||||
|
v1.5.2
|
||||||
|
======
|
||||||
|
|
||||||
|
Bugfixes
|
||||||
|
--------
|
||||||
|
|
||||||
|
- gcp_compute - fixed get_project_disks to process all responses (https://github.com/ansible-collections/google.cloud/pull/677).
|
||||||
|
|
||||||
v1.5.1
|
v1.5.1
|
||||||
======
|
======
|
||||||
|
|
||||||
|
|
|
@ -128,3 +128,10 @@ releases:
|
||||||
fragments:
|
fragments:
|
||||||
- 667-include-2-16-in-ci.yml
|
- 667-include-2-16-in-ci.yml
|
||||||
release_date: '2025-01-30'
|
release_date: '2025-01-30'
|
||||||
|
1.5.2:
|
||||||
|
changes:
|
||||||
|
bugfixes:
|
||||||
|
- gcp_compute - fixed get_project_disks to process all responses (https://github.com/ansible-collections/google.cloud/pull/677).
|
||||||
|
fragments:
|
||||||
|
- 677-get-project-disks.yaml
|
||||||
|
release_date: '2025-04-18'
|
||||||
|
|
|
@ -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.5.1
|
version: 1.5.2
|
||||||
|
|
||||||
# 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