Skip to content

Commit 3588a6e

Browse files
authored
Merge pull request #683 from ansible-collections/release-1.5.3
Prepare for 1.5.3 release
2 parents f462bbd + f1197aa commit 3588a6e

File tree

3 files changed

+16
-1
lines changed

3 files changed

+16
-1
lines changed

CHANGELOG.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ Google.Cloud Release Notes
44

55
.. contents:: Topics
66

7+
v1.5.3
8+
======
9+
10+
Bugfixes
11+
--------
12+
13+
- updated README to match required format (https://github.com/ansible-collections/google.cloud/pull/682).
14+
715
v1.5.2
816
======
917

changelogs/changelog.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,3 +135,10 @@ releases:
135135
fragments:
136136
- 677-get-project-disks.yaml
137137
release_date: '2025-04-18'
138+
1.5.3:
139+
changes:
140+
bugfixes:
141+
- updated README to match required format (https://github.com/ansible-collections/google.cloud/pull/682).
142+
fragments:
143+
- 682-update-readme.yaml
144+
release_date: '2025-04-30'

galaxy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ namespace: google
1010
name: cloud
1111

1212
# The version of the collection. Must be compatible with semantic versioning
13-
version: 1.5.2
13+
version: 1.5.3
1414

1515
# The path to the Markdown (.md) readme file. This path is relative to the root of the collection
1616
readme: README.md

0 commit comments

Comments
 (0)