diff --git a/Batch/VERSION b/Batch/VERSION index 54d1a4f2a4a7..c317a91891f9 100644 --- a/Batch/VERSION +++ b/Batch/VERSION @@ -1 +1 @@ -0.13.0 +0.13.1 diff --git a/CHANGELOG.md b/CHANGELOG.md index 690f09bf8285..f00919180f89 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,76 @@ # Changelog +## 0.225.0 + +
google/cloud-batch 0.13.1 + + + +### Documentation + +* Update default max parallel tasks per job ([#6750](https://github.com/googleapis/google-cloud-php/issues/6750)) ([ef399b9](https://github.com/googleapis/google-cloud-php/commit/ef399b9e7f0157f832cae1836dcbc99ecb9ddefb)) + +
+ +
google/cloud-container 1.22.0 + + + +### Features + +* Add ResourceManagerTags API to attach tags on the underlying Compute Engine VMs of GKE Nodes which can be used to selectively enforce Cloud Firewall network firewall policies ([#6748](https://github.com/googleapis/google-cloud-php/issues/6748)) ([490966c](https://github.com/googleapis/google-cloud-php/commit/490966c444a73dd8c4e4d27b150af0ce5d0d9eda)) + + +### Documentation + +* Updated comments ([490966c](https://github.com/googleapis/google-cloud-php/commit/490966c444a73dd8c4e4d27b150af0ce5d0d9eda)) + +
+ +
google/cloud-core 1.52.8 + + + +
+ +
google/cloud-dataform 0.3.0 + + + +### Features + +* Support custom service account repository configuration ([c5b3bb1](https://github.com/googleapis/google-cloud-php/commit/c5b3bb1c53aeb0088b835b4e144df317b9275f63)) +* Support for ReleaseConfigs ([#6737](https://github.com/googleapis/google-cloud-php/issues/6737)) ([c5b3bb1](https://github.com/googleapis/google-cloud-php/commit/c5b3bb1c53aeb0088b835b4e144df317b9275f63)) +* Support for WorkflowConfigs ([c5b3bb1](https://github.com/googleapis/google-cloud-php/commit/c5b3bb1c53aeb0088b835b4e144df317b9275f63)) +* Support labels on repositories ([c5b3bb1](https://github.com/googleapis/google-cloud-php/commit/c5b3bb1c53aeb0088b835b4e144df317b9275f63)) +* Support new ComputeRepositoryAccessTokenStatus repository method ([c5b3bb1](https://github.com/googleapis/google-cloud-php/commit/c5b3bb1c53aeb0088b835b4e144df317b9275f63)) +* Support new first-party repository methods for committing, listing/reading files, and fetching history ([c5b3bb1](https://github.com/googleapis/google-cloud-php/commit/c5b3bb1c53aeb0088b835b4e144df317b9275f63)) +* Support NPMRC environment variables ([c5b3bb1](https://github.com/googleapis/google-cloud-php/commit/c5b3bb1c53aeb0088b835b4e144df317b9275f63)) +* Support SSH based git authentication configuration ([c5b3bb1](https://github.com/googleapis/google-cloud-php/commit/c5b3bb1c53aeb0088b835b4e144df317b9275f63)) +* Support workspace compilation override fields ([c5b3bb1](https://github.com/googleapis/google-cloud-php/commit/c5b3bb1c53aeb0088b835b4e144df317b9275f63)) + + +### Bug Fixes + +* Rearrange several messages, thus changing field types ([c5b3bb1](https://github.com/googleapis/google-cloud-php/commit/c5b3bb1c53aeb0088b835b4e144df317b9275f63)) + + +### Documentation + +* Several comments reformatted ([c5b3bb1](https://github.com/googleapis/google-cloud-php/commit/c5b3bb1c53aeb0088b835b4e144df317b9275f63)) + +
+ +
google/cloud-storage 1.34.0 + + + +### Features + +* **Storage:** Enable Autoclass V2 ([#6731](https://github.com/googleapis/google-cloud-php/issues/6731)) ([412a8e4](https://github.com/googleapis/google-cloud-php/commit/412a8e43fe2b0a943dc3697def66fb03c5fd24e5)) + +
+ ## 0.224.0
google/analytics-admin 0.19.0 diff --git a/Container/VERSION b/Container/VERSION index 2844977405c2..57807d6d0d0c 100644 --- a/Container/VERSION +++ b/Container/VERSION @@ -1 +1 @@ -1.21.1 +1.22.0 diff --git a/Core/VERSION b/Core/VERSION index 5b81e7fca09f..4b7e78db04f7 100644 --- a/Core/VERSION +++ b/Core/VERSION @@ -1 +1 @@ -1.52.7 +1.52.8 diff --git a/Dataform/VERSION b/Dataform/VERSION index 7179039691ce..0d91a54c7d43 100644 --- a/Dataform/VERSION +++ b/Dataform/VERSION @@ -1 +1 @@ -0.2.3 +0.3.0 diff --git a/Storage/VERSION b/Storage/VERSION index 9f406e0c88e6..2b17ffd5042f 100644 --- a/Storage/VERSION +++ b/Storage/VERSION @@ -1 +1 @@ -1.33.4 +1.34.0 diff --git a/Storage/src/StorageClient.php b/Storage/src/StorageClient.php index d5991d1b03ec..8613e0a5e65e 100644 --- a/Storage/src/StorageClient.php +++ b/Storage/src/StorageClient.php @@ -47,7 +47,7 @@ class StorageClient use ArrayTrait; use ClientTrait; - const VERSION = '1.33.4'; + const VERSION = '1.34.0'; const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/devstorage.full_control'; const READ_ONLY_SCOPE = 'https://www.googleapis.com/auth/devstorage.read_only'; diff --git a/composer.json b/composer.json index c7565e0b7ea9..90eb20b66986 100644 --- a/composer.json +++ b/composer.json @@ -87,7 +87,7 @@ "google/cloud-assured-workloads": "0.10.1", "google/cloud-automl": "1.5.3", "google/cloud-bare-metal-solution": "0.5.1", - "google/cloud-batch": "0.13.0", + "google/cloud-batch": "0.13.1", "google/cloud-beyondcorp-appconnections": "0.3.1", "google/cloud-beyondcorp-appconnectors": "0.3.1", "google/cloud-beyondcorp-appgateways": "0.3.1", @@ -115,14 +115,14 @@ "google/cloud-confidentialcomputing": "0.5.1", "google/cloud-config": "0.1.2", "google/cloud-contact-center-insights": "1.6.1", - "google/cloud-container": "1.21.1", + "google/cloud-container": "1.22.0", "google/cloud-container-analysis": "0.3.4", - "google/cloud-core": "1.52.7", + "google/cloud-core": "1.52.8", "google/cloud-data-catalog": "1.8.1", "google/cloud-data-fusion": "0.5.1", "google/cloud-datacatalog-lineage": "0.3.1", "google/cloud-dataflow": "0.5.1", - "google/cloud-dataform": "0.2.3", + "google/cloud-dataform": "0.3.0", "google/cloud-datalabeling": "0.4.1", "google/cloud-dataplex": "0.10.0", "google/cloud-dataproc": "3.10.1", @@ -204,7 +204,7 @@ "google/cloud-spanner": "1.66.0", "google/cloud-speech": "1.14.3", "google/cloud-sql-admin": "0.8.0", - "google/cloud-storage": "1.33.4", + "google/cloud-storage": "1.34.0", "google/cloud-storage-transfer": "1.3.1", "google/cloud-storageinsights": "0.2.3", "google/cloud-support": "0.1.2",