Prepare for 1.5.4 release

This commit is contained in:
Chris Hawk 2025-06-03 12:06:53 -07:00
commit 2a4ee97741
3 changed files with 17 additions and 1 deletions

View file

@ -4,6 +4,14 @@ Google.Cloud Release Notes
.. contents:: Topics .. 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 v1.5.3
====== ======

View file

@ -142,3 +142,11 @@ releases:
fragments: fragments:
- 682-update-readme.yaml - 682-update-readme.yaml
release_date: '2025-04-30' 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'

View file

@ -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.3 version: 1.5.4
# 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