mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-07-28 07:31:29 -07:00
Merge pull request #683 from ansible-collections/release-1.5.3
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
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
Prepare for 1.5.3 release
This commit is contained in:
commit
3588a6e63d
3 changed files with 16 additions and 1 deletions
|
@ -4,6 +4,14 @@ Google.Cloud Release Notes
|
|||
|
||||
.. contents:: Topics
|
||||
|
||||
v1.5.3
|
||||
======
|
||||
|
||||
Bugfixes
|
||||
--------
|
||||
|
||||
- updated README to match required format (https://github.com/ansible-collections/google.cloud/pull/682).
|
||||
|
||||
v1.5.2
|
||||
======
|
||||
|
||||
|
|
|
@ -135,3 +135,10 @@ releases:
|
|||
fragments:
|
||||
- 677-get-project-disks.yaml
|
||||
release_date: '2025-04-18'
|
||||
1.5.3:
|
||||
changes:
|
||||
bugfixes:
|
||||
- updated README to match required format (https://github.com/ansible-collections/google.cloud/pull/682).
|
||||
fragments:
|
||||
- 682-update-readme.yaml
|
||||
release_date: '2025-04-30'
|
||||
|
|
|
@ -10,7 +10,7 @@ namespace: google
|
|||
name: cloud
|
||||
|
||||
# The version of the collection. Must be compatible with semantic versioning
|
||||
version: 1.5.2
|
||||
version: 1.5.3
|
||||
|
||||
# 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