Skip to content

Commit

Permalink
chore: release main
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Mar 4, 2024
1 parent 13a737f commit c1ed1b6
Show file tree
Hide file tree
Showing 9 changed files with 28 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"packages/google-area120-tables": "0.11.8",
"packages/google-cloud-access-approval": "1.13.2",
"packages/google-cloud-advisorynotifications": "0.3.6",
"packages/google-cloud-alloydb": "0.3.9",
"packages/google-cloud-alloydb": "0.3.10",
"packages/google-cloud-alloydb-connectors": "0.1.3",
"packages/google-cloud-api-gateway": "1.9.2",
"packages/google-cloud-api-keys": "0.5.8",
Expand Down
20 changes: 20 additions & 0 deletions packages/google-cloud-alloydb/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## [0.3.10](https://github.com/googleapis/google-cloud-python/compare/google-cloud-alloydb-v0.3.9...google-cloud-alloydb-v0.3.10) (2024-03-04)


### Features

* Add new API to list the databases in a project and location ([3f2a93c](https://github.com/googleapis/google-cloud-python/commit/3f2a93c4892bd5995a87c152f2d54e26aa6cf138))
* Add PSC cluster and instance configuration settings to enable/disable PSC and obtain the PSC endpoint name ([3f2a93c](https://github.com/googleapis/google-cloud-python/commit/3f2a93c4892bd5995a87c152f2d54e26aa6cf138))
* Add support for getting PSC DNS name from the GetConnectionInfo API ([3f2a93c](https://github.com/googleapis/google-cloud-python/commit/3f2a93c4892bd5995a87c152f2d54e26aa6cf138))
* Add support for obtaining the public IP address of an Instance ([3f2a93c](https://github.com/googleapis/google-cloud-python/commit/3f2a93c4892bd5995a87c152f2d54e26aa6cf138))


### Bug Fixes

* **deps:** Exclude google-auth 2.24.0 and 2.25.0 ([3f2a93c](https://github.com/googleapis/google-cloud-python/commit/3f2a93c4892bd5995a87c152f2d54e26aa6cf138))


### Documentation

* Clarified read pool config is for read pool type instances ([3f2a93c](https://github.com/googleapis/google-cloud-python/commit/3f2a93c4892bd5995a87c152f2d54e26aa6cf138))

## [0.3.9](https://github.com/googleapis/google-cloud-python/compare/google-cloud-alloydb-v0.3.8...google-cloud-alloydb-v0.3.9) (2024-02-22)


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.0.0" # {x-release-please-version}
__version__ = "0.3.10" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.0.0" # {x-release-please-version}
__version__ = "0.3.10" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.0.0" # {x-release-please-version}
__version__ = "0.3.10" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.0.0" # {x-release-please-version}
__version__ = "0.3.10" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-alloydb",
"version": "0.1.0"
"version": "0.3.10"
},
"snippets": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-alloydb",
"version": "0.1.0"
"version": "0.3.10"
},
"snippets": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-alloydb",
"version": "0.1.0"
"version": "0.3.10"
},
"snippets": [
{
Expand Down

0 comments on commit c1ed1b6

Please sign in to comment.