Skip to content

Commit 8afe916

Browse files
authored
Merge pull request #726 from ansible-collections/release_1_10_0
Prepare Release v1.10.0
2 parents 0f5bd93 + f1d0452 commit 8afe916

File tree

4 files changed

+31
-2
lines changed

4 files changed

+31
-2
lines changed

CHANGELOG.rst

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

55
.. contents:: Topics
66

7+
v1.10.0
8+
=======
9+
10+
Minor Changes
11+
-------------
12+
13+
- gcp_alloydb_* - added gcp_alloydb_cluster, gcp_alloydb_instance, gcp_alloydb_backup, and gcp_alloydb_user modules (https://github.com/ansible-collections/google.cloud/pull/722)
14+
15+
Bugfixes
16+
--------
17+
18+
- gcp_secret_manager - return the secret value as type `str` rather than `bytes` (https://github.com/ansible-collections/google.cloud/pull/721)
19+
720
v1.9.0
821
======
922

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ buckets, Cloud SQL instances, and more.
1313

1414
### Resources Supported
1515

16+
* AlloyDB Backup (gcp_alloydb_cluster)
17+
* AlloyDB Cluster (gcp_alloydb_cluster)
18+
* AlloyDB Instance (gcp_alloydb_instance)
19+
* AlloyDB User (gcp_alloydb_user)
1620
* App Engine FirewallRule (gcp_appengine_firewall_rule, gcp_appengine_firewall_rule_info)
1721
* BigQuery Dataset (gcp_bigquery_dataset, gcp_bigquery_dataset_info)
1822
* BigQuery Table (gcp_bigquery_table, gcp_bigquery_table_info)
@@ -105,7 +109,7 @@ buckets, Cloud SQL instances, and more.
105109

106110
### Ansible version compatibility
107111

108-
This collection is tested to work with Ansible 2.16+.
112+
This collection is tested to work with Ansible 2.17+.
109113

110114
### Python version compatibility
111115

changelogs/changelog.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,18 @@ releases:
4646
fragments:
4747
- gce-changelog.yaml
4848
release_date: '2023-03-04'
49+
1.10.0:
50+
changes:
51+
bugfixes:
52+
- gcp_secret_manager - return the secret value as type `str` rather than `bytes`
53+
(https://github.com/ansible-collections/google.cloud/pull/721)
54+
minor_changes:
55+
- gcp_alloydb_* - added gcp_alloydb_cluster, gcp_alloydb_instance, gcp_alloydb_backup,
56+
and gcp_alloydb_user modules (https://github.com/ansible-collections/google.cloud/pull/722)
57+
fragments:
58+
- 721-fix-secret-manager-lookup-return.yml
59+
- 722-add-alloydb-modules.yml
60+
release_date: '2025-10-31'
4961
1.2.0:
5062
changes:
5163
bugfixes:

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.9.0
13+
version: 1.10.0
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)