mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-08-03 04:34:31 -07:00
Prepare for 1.5.4 release
This commit is contained in:
parent
4d9aa19dc6
commit
2a4ee97741
3 changed files with 17 additions and 1 deletions
|
@ -4,6 +4,14 @@ Google.Cloud Release Notes
|
|||
|
||||
.. contents:: Topics
|
||||
|
||||
v1.5.4
|
||||
======
|
||||
|
||||
Bugfixes
|
||||
--------
|
||||
|
||||
- gcp_compute_instance - add discard_local_ssd flag to enable deletion of instances with local disks (https://github.com/ansible-collections/google.cloud/pull/686).
|
||||
|
||||
v1.5.3
|
||||
======
|
||||
|
||||
|
|
|
@ -142,3 +142,11 @@ releases:
|
|||
fragments:
|
||||
- 682-update-readme.yaml
|
||||
release_date: '2025-04-30'
|
||||
1.5.4:
|
||||
changes:
|
||||
bugfixes:
|
||||
- gcp_compute_instance - add discard_local_ssd flag to enable deletion of instances
|
||||
with local disks (https://github.com/ansible-collections/google.cloud/pull/686).
|
||||
fragments:
|
||||
- 686-discard-local-ssd.yaml
|
||||
release_date: '2025-06-03'
|
||||
|
|
|
@ -10,7 +10,7 @@ namespace: google
|
|||
name: cloud
|
||||
|
||||
# The version of the collection. Must be compatible with semantic versioning
|
||||
version: 1.5.3
|
||||
version: 1.5.4
|
||||
|
||||
# The path to the Markdown (.md) readme file. This path is relative to the root of the collection
|
||||
readme: README.md
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue