Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.337.0"
".": "0.338.0"
}
2 changes: 1 addition & 1 deletion Batch/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.4.1
1.4.2
32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,37 @@
# Changelog

## 0.338.0

<details><summary>google/cloud-batch 1.4.2</summary>



### Documentation

* [Batch] restrict `allowed_locations` region or zone values to the same region where the job is created ([#9384](https://github.com/googleapis/google-cloud-php/issues/9384)) ([720551e](https://github.com/googleapis/google-cloud-php/commit/720551ece54b2da33f543d716af3262a6cbd97d8))

</details>

<details><summary>google/cloud-quotas 1.6.0</summary>



### Features

* [Quotas] publish Cloud Quotas v1 GA client library protos and GAPIC Bazel rules ([#9383](https://github.com/googleapis/google-cloud-php/issues/9383)) ([0f960c3](https://github.com/googleapis/google-cloud-php/commit/0f960c38feb150f4e97f1d7566d9cf0f78ab114c))

</details>

<details><summary>google/cloud-sql-admin 1.11.0</summary>



### Features

* [SqlAdmin] add client library publishing configuration for SQL Admin ([#9385](https://github.com/googleapis/google-cloud-php/issues/9385)) ([289b6e2](https://github.com/googleapis/google-cloud-php/commit/289b6e26d25a0455e903d9138ee5d95d6f5e3a80))

</details>

## 0.337.0

<details><summary>google/cloud-ai-platform 1.63.0</summary>
Expand Down
2 changes: 1 addition & 1 deletion Quotas/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.5.5
1.6.0
2 changes: 1 addition & 1 deletion SqlAdmin/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.10.0
1.11.0
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
"google/cloud-automl": "2.1.3",
"google/cloud-backupdr": "0.13.2",
"google/cloud-bare-metal-solution": "1.1.3",
"google/cloud-batch": "1.4.1",
"google/cloud-batch": "1.4.2",
"google/cloud-beyondcorp-appconnections": "1.1.4",
"google/cloud-beyondcorp-appconnectors": "1.1.4",
"google/cloud-beyondcorp-appgateways": "1.1.4",
Expand Down Expand Up @@ -232,7 +232,7 @@
"google/cloud-privilegedaccessmanager": "0.4.4",
"google/cloud-profiler": "2.1.2",
"google/cloud-pubsub": "2.19.4",
"google/cloud-quotas": "1.5.5",
"google/cloud-quotas": "1.6.0",
"google/cloud-rapidmigrationassessment": "1.2.4",
"google/cloud-recaptcha-enterprise": "2.3.1",
"google/cloud-recommendations-ai": "0.9.3",
Expand All @@ -258,7 +258,7 @@
"google/cloud-shell": "2.2.0",
"google/cloud-spanner": "2.10.1",
"google/cloud-speech": "2.5.2",
"google/cloud-sql-admin": "1.10.0",
"google/cloud-sql-admin": "1.11.0",
"google/cloud-storage": "2.4.0",
"google/cloud-storage-control": "1.9.0",
"google/cloud-storage-transfer": "2.4.0",
Expand Down
Loading