From b0304e6cc230294f19584c3c5834c9614e25c5af Mon Sep 17 00:00:00 2001
From: "release-please[bot]"
<55107282+release-please[bot]@users.noreply.github.com>
Date: Thu, 17 Aug 2023 12:37:27 -0700
Subject: [PATCH] chore(main): release 0.216.0 (#6539)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
---
AiPlatform/VERSION | 2 +-
AnalyticsAdmin/VERSION | 2 +-
AnalyticsData/VERSION | 2 +-
BareMetalSolution/VERSION | 2 +-
Batch/VERSION | 2 +-
BigQueryDataPolicies/VERSION | 2 +-
BigQueryStorage/VERSION | 2 +-
Bigtable/VERSION | 2 +-
Bigtable/src/BigtableClient.php | 2 +-
BinaryAuthorization/VERSION | 2 +-
CHANGELOG.md | 283 ++++++++++++++++++++++++++++++++
ConfidentialComputing/VERSION | 2 +-
Container/VERSION | 2 +-
Core/VERSION | 2 +-
Dataplex/VERSION | 2 +-
Dialogflow/VERSION | 2 +-
Language/VERSION | 2 +-
Language/src/LanguageClient.php | 2 +-
NetApp/VERSION | 2 +-
NetworkManagement/VERSION | 2 +-
Optimization/VERSION | 2 +-
OsLogin/VERSION | 2 +-
Storage/VERSION | 2 +-
Storage/src/StorageClient.php | 2 +-
StorageInsights/VERSION | 2 +-
Translate/VERSION | 2 +-
Workflows/VERSION | 2 +-
composer.json | 46 +++---
28 files changed, 332 insertions(+), 49 deletions(-)
diff --git a/AiPlatform/VERSION b/AiPlatform/VERSION
index ca222b7cf394..2094a100ca8b 100644
--- a/AiPlatform/VERSION
+++ b/AiPlatform/VERSION
@@ -1 +1 @@
-0.23.0
+0.24.0
diff --git a/AnalyticsAdmin/VERSION b/AnalyticsAdmin/VERSION
index 04a373efe6ba..c5523bd09b18 100644
--- a/AnalyticsAdmin/VERSION
+++ b/AnalyticsAdmin/VERSION
@@ -1 +1 @@
-0.16.0
+0.17.0
diff --git a/AnalyticsData/VERSION b/AnalyticsData/VERSION
index d9df1bbc0c7b..af88ba824866 100644
--- a/AnalyticsData/VERSION
+++ b/AnalyticsData/VERSION
@@ -1 +1 @@
-0.11.0
+0.11.1
diff --git a/BareMetalSolution/VERSION b/BareMetalSolution/VERSION
index 1d0ba9ea182b..8f0916f768f0 100644
--- a/BareMetalSolution/VERSION
+++ b/BareMetalSolution/VERSION
@@ -1 +1 @@
-0.4.0
+0.5.0
diff --git a/Batch/VERSION b/Batch/VERSION
index 78bc1abd14f2..d9df1bbc0c7b 100644
--- a/Batch/VERSION
+++ b/Batch/VERSION
@@ -1 +1 @@
-0.10.0
+0.11.0
diff --git a/BigQueryDataPolicies/VERSION b/BigQueryDataPolicies/VERSION
index d15723fbe8de..1c09c74e221c 100644
--- a/BigQueryDataPolicies/VERSION
+++ b/BigQueryDataPolicies/VERSION
@@ -1 +1 @@
-0.3.2
+0.3.3
diff --git a/BigQueryStorage/VERSION b/BigQueryStorage/VERSION
index dc1e644a1014..bd8bf882d061 100644
--- a/BigQueryStorage/VERSION
+++ b/BigQueryStorage/VERSION
@@ -1 +1 @@
-1.6.0
+1.7.0
diff --git a/Bigtable/VERSION b/Bigtable/VERSION
index 5db08bf2dc57..cfc730712d5d 100644
--- a/Bigtable/VERSION
+++ b/Bigtable/VERSION
@@ -1 +1 @@
-1.27.0
+1.28.0
diff --git a/Bigtable/src/BigtableClient.php b/Bigtable/src/BigtableClient.php
index 72d39fa254c2..61d33648400f 100644
--- a/Bigtable/src/BigtableClient.php
+++ b/Bigtable/src/BigtableClient.php
@@ -40,7 +40,7 @@ class BigtableClient
{
use ArrayTrait;
- const VERSION = '1.27.0';
+ const VERSION = '1.28.0';
/**
* @var GapicClient
diff --git a/BinaryAuthorization/VERSION b/BinaryAuthorization/VERSION
index 964783a81194..a918a2aa18d5 100644
--- a/BinaryAuthorization/VERSION
+++ b/BinaryAuthorization/VERSION
@@ -1 +1 @@
-0.5.13
+0.6.0
diff --git a/CHANGELOG.md b/CHANGELOG.md
index bf6343565541..0cd859f467d3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,288 @@
# Changelog
+## 0.216.0
+
+google/cloud-ai-platform 0.24.0
+
+
+
+### Features
+
+* Add disk_type and disk_size_gb to PersistentDiskSpec ([33cc60c](https://github.com/googleapis/google-cloud-php/commit/33cc60c70b2fcee9054487971d3454fb4ca7493c))
+* Add open_evaluation_pipeline to PublisherModel ([33cc60c](https://github.com/googleapis/google-cloud-php/commit/33cc60c70b2fcee9054487971d3454fb4ca7493c))
+* Add ReadTensorboardSize to TensorboardService ([33cc60c](https://github.com/googleapis/google-cloud-php/commit/33cc60c70b2fcee9054487971d3454fb4ca7493c))
+* Add schedule_name to PipelineJob ([33cc60c](https://github.com/googleapis/google-cloud-php/commit/33cc60c70b2fcee9054487971d3454fb4ca7493c))
+* Expose CreateDatasetVersionOperationMetadata and RestoreDatasetVersionOperationMetadata to DatasetService ([33cc60c](https://github.com/googleapis/google-cloud-php/commit/33cc60c70b2fcee9054487971d3454fb4ca7493c))
+* Update field_behavior for `name` to be IMMUTABLE instead of OUTPUT_ONLY in Context, ModelMonitor, Schedule, DeploymentResourcePool ([#6563](https://github.com/googleapis/google-cloud-php/issues/6563)) ([33cc60c](https://github.com/googleapis/google-cloud-php/commit/33cc60c70b2fcee9054487971d3454fb4ca7493c))
+
+
+
+google/analytics-admin 0.17.0
+
+
+
+### ⚠ BREAKING CHANGES
+
+* Rename the `intraday_export_enabled` field to `enterprise_export_enabled` in the `BigQueryLink` resource ([#6549](https://github.com/googleapis/google-cloud-php/issues/6549))
+
+### Features
+
+* Add `UpdateConversionEvent` method to the Admin API v1 alpha ([f573584](https://github.com/googleapis/google-cloud-php/commit/f573584ba06902f9cbb426c7637084994c194de4))
+* Add the `ConversionCountingMethod` enum ([f573584](https://github.com/googleapis/google-cloud-php/commit/f573584ba06902f9cbb426c7637084994c194de4))
+* Add the `counting_method` field to the `ConversionEvent` type ([f573584](https://github.com/googleapis/google-cloud-php/commit/f573584ba06902f9cbb426c7637084994c194de4))
+
+
+### Bug Fixes
+
+* Rename the `intraday_export_enabled` field to `enterprise_export_enabled` in the `BigQueryLink` resource ([#6549](https://github.com/googleapis/google-cloud-php/issues/6549)) ([f573584](https://github.com/googleapis/google-cloud-php/commit/f573584ba06902f9cbb426c7637084994c194de4))
+
+
+
+google/analytics-data 0.11.1
+
+
+
+### Documentation
+
+* Add clarifications ([a4305eb](https://github.com/googleapis/google-cloud-php/commit/a4305eb487eec6c9c6a42f846d083c944d25e99e))
+* Minor formatting ([#6537](https://github.com/googleapis/google-cloud-php/issues/6537)) ([a4305eb](https://github.com/googleapis/google-cloud-php/commit/a4305eb487eec6c9c6a42f846d083c944d25e99e))
+
+
+
+google/cloud-bare-metal-solution 0.5.0
+
+
+
+### Features
+
+* Add new Instance state values ([8c7101d](https://github.com/googleapis/google-cloud-php/commit/8c7101deaa2a9ac4daf58b22a9d7b61eec560e38))
+* Add NFSShare resource and methods ([8c7101d](https://github.com/googleapis/google-cloud-php/commit/8c7101deaa2a9ac4daf58b22a9d7b61eec560e38))
+* Add OsImage resource and methods ([8c7101d](https://github.com/googleapis/google-cloud-php/commit/8c7101deaa2a9ac4daf58b22a9d7b61eec560e38))
+* Add ProvisioningConfig resource and methods ([8c7101d](https://github.com/googleapis/google-cloud-php/commit/8c7101deaa2a9ac4daf58b22a9d7b61eec560e38))
+* Add RPC EvictLune ([8c7101d](https://github.com/googleapis/google-cloud-php/commit/8c7101deaa2a9ac4daf58b22a9d7b61eec560e38))
+* Add RPCs Enable/Disable InteractiveSerialConsole ([8c7101d](https://github.com/googleapis/google-cloud-php/commit/8c7101deaa2a9ac4daf58b22a9d7b61eec560e38))
+* Add RPCs Rename/Evict Volume ([8c7101d](https://github.com/googleapis/google-cloud-php/commit/8c7101deaa2a9ac4daf58b22a9d7b61eec560e38))
+* Add SSHKey resource and methods ([8c7101d](https://github.com/googleapis/google-cloud-php/commit/8c7101deaa2a9ac4daf58b22a9d7b61eec560e38))
+* Add VolumeSnapshot resource and methods ([8c7101d](https://github.com/googleapis/google-cloud-php/commit/8c7101deaa2a9ac4daf58b22a9d7b61eec560e38))
+* **baremetalsolution:** Several new resources and RPCs ([#6544](https://github.com/googleapis/google-cloud-php/issues/6544)) ([8c7101d](https://github.com/googleapis/google-cloud-php/commit/8c7101deaa2a9ac4daf58b22a9d7b61eec560e38))
+
+
+
+google/cloud-batch 0.11.0
+
+
+
+### Features
+
+* Add Batch Managed Container support for v1alpha ([d70642c](https://github.com/googleapis/google-cloud-php/commit/d70642c708ad85f622ec37dcdc27e685006d926b))
+* Clarify Batch API proto doc about pubsub notifications ([#6541](https://github.com/googleapis/google-cloud-php/issues/6541)) ([d70642c](https://github.com/googleapis/google-cloud-php/commit/d70642c708ad85f622ec37dcdc27e685006d926b))
+
+
+
+google/cloud-bigquery-datapolicies 0.3.3
+
+
+
+### Bug Fixes
+
+* Sync the new PredefinedExpression types to the client library ([#6553](https://github.com/googleapis/google-cloud-php/issues/6553)) ([fc3d99b](https://github.com/googleapis/google-cloud-php/commit/fc3d99bec2388122dffbab2925efc4f7cc4d6679))
+
+
+
+google/cloud-bigquery-storage 1.7.0
+
+
+
+### Features
+
+* Add default_missing_value_interpretation field; indicate KMS_SERVICE_ERROR is retryable ([#6560](https://github.com/googleapis/google-cloud-php/issues/6560)) ([49d8f3d](https://github.com/googleapis/google-cloud-php/commit/49d8f3dfbeb8ba6ffe5a7dcfb434cd9c7df6ab89))
+
+
+
+google/cloud-bigtable 1.28.0
+
+
+
+### Features
+
+* Publish CopyBackup protos to external customers ([#6564](https://github.com/googleapis/google-cloud-php/issues/6564)) ([4e3cf86](https://github.com/googleapis/google-cloud-php/commit/4e3cf8678498c2b279becab9326c6c9f65c2af2a))
+
+
+
+google/cloud-binary-authorization 0.6.0
+
+
+
+### ⚠ BREAKING CHANGES
+
+* Remove unused unsupported_policy_event event_type from ContinuousValidationPodEvent
+
+### Features
+
+* Adds support for check-based platform policy evaluation to Binary Authorization Continuous Validation logs ([#6562](https://github.com/googleapis/google-cloud-php/issues/6562)) ([b588292](https://github.com/googleapis/google-cloud-php/commit/b588292837c914ddf90a56ae282b62cfbb2f36f3))
+* Adds support for communicating configuration issues that prevent Continuous Validation from monitoring pods ([b588292](https://github.com/googleapis/google-cloud-php/commit/b588292837c914ddf90a56ae282b62cfbb2f36f3))
+
+
+### Bug Fixes
+
+* Remove unused unsupported_policy_event event_type from ContinuousValidationPodEvent ([b588292](https://github.com/googleapis/google-cloud-php/commit/b588292837c914ddf90a56ae282b62cfbb2f36f3))
+
+
+
+google/cloud-confidentialcomputing 0.5.0
+
+
+
+### Features
+
+* Add a new field `partial_errors` to `VerifyAttestationResponse` proto ([#6548](https://github.com/googleapis/google-cloud-php/issues/6548)) ([1d2e74e](https://github.com/googleapis/google-cloud-php/commit/1d2e74ee3d308b39288a63c591469d3dbf1c8b72))
+
+
+
+google/cloud-container 1.20.0
+
+
+
+### Features
+
+* Add APIs for GKE OOTB metrics packages ([#6545](https://github.com/googleapis/google-cloud-php/issues/6545)) ([ba0ed89](https://github.com/googleapis/google-cloud-php/commit/ba0ed89066dfc24e97a26fc67c564f283cd2c2c2))
+
+
+
+google/cloud-core 1.52.2
+
+
+
+### Bug Fixes
+
+* **Core:** Fix Batch failure file's content with end of line character. ([#6528](https://github.com/googleapis/google-cloud-php/issues/6528)) ([f696f2a](https://github.com/googleapis/google-cloud-php/commit/f696f2aa72d487eb7918e403b468028ea679b4eb))
+
+
+
+google/cloud-dataplex 0.8.0
+
+
+
+### ⚠ BREAKING CHANGES
+
+* Remove unused annotation in results_table ([#6538](https://github.com/googleapis/google-cloud-php/issues/6538))
+
+### Bug Fixes
+
+* Remove unused annotation in results_table ([#6538](https://github.com/googleapis/google-cloud-php/issues/6538)) ([8d849e1](https://github.com/googleapis/google-cloud-php/commit/8d849e1b3abc8d128103bbc3417afd8401a321dd))
+
+
+
+google/cloud-dialogflow 1.8.0
+
+
+
+### Features
+
+* Added baseline model version used to generate the summary ([#6554](https://github.com/googleapis/google-cloud-php/issues/6554)) ([6dca1fc](https://github.com/googleapis/google-cloud-php/commit/6dca1fc45ef567ce93e0eb996177c81cc177dcf1))
+* Added the platform of the virtual agent response messages ([6dca1fc](https://github.com/googleapis/google-cloud-php/commit/6dca1fc45ef567ce93e0eb996177c81cc177dcf1))
+
+
+
+google/cloud-language 0.31.0
+
+
+
+### Features
+
+* Introduce Language V2 ([#6556](https://github.com/googleapis/google-cloud-php/issues/6556)) ([169d502](https://github.com/googleapis/google-cloud-php/commit/169d5021ae914e260255ed8970184f700ac55f90))
+
+
+
+google/cloud-netapp 0.1.0
+
+
+
+### Features
+
+* Introduce NetApp ([#6534](https://github.com/googleapis/google-cloud-php/issues/6534)) ([85513eb](https://github.com/googleapis/google-cloud-php/commit/85513eb68fdb6dfdad148d9c09405294cf356da1))
+
+
+
+google/cloud-network-management 1.4.0
+
+
+
+### Features
+
+* Add fields related to PBR and NCC routes to API ([#6547](https://github.com/googleapis/google-cloud-php/issues/6547)) ([7300050](https://github.com/googleapis/google-cloud-php/commit/7300050246b055ad6e666b1938d52efda6451725))
+* Add new enum values for network firewall policies to API ([#6551](https://github.com/googleapis/google-cloud-php/issues/6551)) ([5fc0997](https://github.com/googleapis/google-cloud-php/commit/5fc09975631ebd365a904050140311b7db36dee6))
+
+
+
+google/cloud-optimization 0.3.3
+
+
+
+### Documentation
+
+* Minor formatting ([#6567](https://github.com/googleapis/google-cloud-php/issues/6567)) ([cc81a1e](https://github.com/googleapis/google-cloud-php/commit/cc81a1ef345a670064be134d94fe0ff018ed0577))
+
+
+
+google/cloud-oslogin 1.6.0
+
+
+
+### Features
+
+* Launch signSshPublicKey in beta ([#6558](https://github.com/googleapis/google-cloud-php/issues/6558)) ([6cebb28](https://github.com/googleapis/google-cloud-php/commit/6cebb28a4138e85949aff1b143d097622f8195d9))
+
+
+
+google/cloud-storage 1.33.1
+
+
+
+### Bug Fixes
+
+* Remove Google\CRC32 ([#6532](https://github.com/googleapis/google-cloud-php/issues/6532)) ([9961fb1](https://github.com/googleapis/google-cloud-php/commit/9961fb1f1ce7debce391175679062be12e180f81))
+
+
+
+google/cloud-storageinsights 0.2.2
+
+
+
+### Documentation
+
+* Add link to documentation for ReportConfig proto fields ([#6550](https://github.com/googleapis/google-cloud-php/issues/6550)) ([40af94a](https://github.com/googleapis/google-cloud-php/commit/40af94aa3956756a8b26df665a8a69132dc45130))
+
+
+
+google/cloud-translate 1.15.0
+
+
+
+### Features
+
+* Added shadow removal and rotation correction options to Document Translation and Batch Document Translation API ([#6540](https://github.com/googleapis/google-cloud-php/issues/6540)) ([c0f7a1b](https://github.com/googleapis/google-cloud-php/commit/c0f7a1b930c1fb2a2fdaf14247b98c0dc4b7cd37))
+
+
+
+google/cloud-workflows 0.4.0
+
+
+
+### Features
+
+* Add call_log_level field to Workflow ([81077a5](https://github.com/googleapis/google-cloud-php/commit/81077a52b9c2d9ea9e387c7f3e2cf3f438bb57a6))
+* Add filter and order_by fields to ListExecutionsRequest ([c7ee54f](https://github.com/googleapis/google-cloud-php/commit/c7ee54f8a18bee1bd582b639f415ca483e647799))
+* Add LOG_NONE to call_log_level ([c7ee54f](https://github.com/googleapis/google-cloud-php/commit/c7ee54f8a18bee1bd582b639f415ca483e647799))
+* Add revision_id to GetWorkflowRequest ([81077a5](https://github.com/googleapis/google-cloud-php/commit/81077a52b9c2d9ea9e387c7f3e2cf3f438bb57a6))
+* Add state_error field to Workflow ([81077a5](https://github.com/googleapis/google-cloud-php/commit/81077a52b9c2d9ea9e387c7f3e2cf3f438bb57a6))
+* Add status, labels, duration and state_error fields to Execution ([c7ee54f](https://github.com/googleapis/google-cloud-php/commit/c7ee54f8a18bee1bd582b639f415ca483e647799))
+* Add UNAVAILABLE and QUEUED to state enum ([#6568](https://github.com/googleapis/google-cloud-php/issues/6568)) ([c7ee54f](https://github.com/googleapis/google-cloud-php/commit/c7ee54f8a18bee1bd582b639f415ca483e647799))
+* Add UNAVAILABLE to state enum of workflow deployment ([#6559](https://github.com/googleapis/google-cloud-php/issues/6559)) ([81077a5](https://github.com/googleapis/google-cloud-php/commit/81077a52b9c2d9ea9e387c7f3e2cf3f438bb57a6))
+* Add user_env_vars field to Workflow ([81077a5](https://github.com/googleapis/google-cloud-php/commit/81077a52b9c2d9ea9e387c7f3e2cf3f438bb57a6))
+
+
+
## 0.215.0
google/cloud-advisorynotifications 0.4.0
diff --git a/ConfidentialComputing/VERSION b/ConfidentialComputing/VERSION
index 1d0ba9ea182b..8f0916f768f0 100644
--- a/ConfidentialComputing/VERSION
+++ b/ConfidentialComputing/VERSION
@@ -1 +1 @@
-0.4.0
+0.5.0
diff --git a/Container/VERSION b/Container/VERSION
index 815d5ca06d53..398935591556 100644
--- a/Container/VERSION
+++ b/Container/VERSION
@@ -1 +1 @@
-1.19.0
+1.20.0
diff --git a/Core/VERSION b/Core/VERSION
index 154cb93b2cc6..52952b7fff5a 100644
--- a/Core/VERSION
+++ b/Core/VERSION
@@ -1 +1 @@
-1.52.1
+1.52.2
diff --git a/Dataplex/VERSION b/Dataplex/VERSION
index faef31a4357c..a3df0a6959e1 100644
--- a/Dataplex/VERSION
+++ b/Dataplex/VERSION
@@ -1 +1 @@
-0.7.0
+0.8.0
diff --git a/Dialogflow/VERSION b/Dialogflow/VERSION
index f8a696c8dc56..27f9cd322bb9 100644
--- a/Dialogflow/VERSION
+++ b/Dialogflow/VERSION
@@ -1 +1 @@
-1.7.2
+1.8.0
diff --git a/Language/VERSION b/Language/VERSION
index 0f7217737368..26bea73e8119 100644
--- a/Language/VERSION
+++ b/Language/VERSION
@@ -1 +1 @@
-0.30.2
+0.31.0
diff --git a/Language/src/LanguageClient.php b/Language/src/LanguageClient.php
index 26fcae52ec7e..55ddd94304a5 100644
--- a/Language/src/LanguageClient.php
+++ b/Language/src/LanguageClient.php
@@ -46,7 +46,7 @@ class LanguageClient
ClientTrait::jsonDecode insteadof RetryDeciderTrait;
}
- const VERSION = '0.30.2';
+ const VERSION = '0.31.0';
const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/cloud-platform';
diff --git a/NetApp/VERSION b/NetApp/VERSION
index 77d6f4ca2371..6e8bf73aa550 100644
--- a/NetApp/VERSION
+++ b/NetApp/VERSION
@@ -1 +1 @@
-0.0.0
+0.1.0
diff --git a/NetworkManagement/VERSION b/NetworkManagement/VERSION
index f0bb29e76388..88c5fb891dcf 100644
--- a/NetworkManagement/VERSION
+++ b/NetworkManagement/VERSION
@@ -1 +1 @@
-1.3.0
+1.4.0
diff --git a/Optimization/VERSION b/Optimization/VERSION
index d15723fbe8de..1c09c74e221c 100644
--- a/Optimization/VERSION
+++ b/Optimization/VERSION
@@ -1 +1 @@
-0.3.2
+0.3.3
diff --git a/OsLogin/VERSION b/OsLogin/VERSION
index 4cda8f19edc7..dc1e644a1014 100644
--- a/OsLogin/VERSION
+++ b/OsLogin/VERSION
@@ -1 +1 @@
-1.5.2
+1.6.0
diff --git a/Storage/VERSION b/Storage/VERSION
index 7aa332e41636..02261bead118 100644
--- a/Storage/VERSION
+++ b/Storage/VERSION
@@ -1 +1 @@
-1.33.0
+1.33.1
diff --git a/Storage/src/StorageClient.php b/Storage/src/StorageClient.php
index 29f5b910d080..dea5f8d8acd1 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.0';
+ const VERSION = '1.33.1';
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/StorageInsights/VERSION b/StorageInsights/VERSION
index 0c62199f16ac..ee1372d33a29 100644
--- a/StorageInsights/VERSION
+++ b/StorageInsights/VERSION
@@ -1 +1 @@
-0.2.1
+0.2.2
diff --git a/Translate/VERSION b/Translate/VERSION
index 4ea8ad87e6e4..141f2e805beb 100644
--- a/Translate/VERSION
+++ b/Translate/VERSION
@@ -1 +1 @@
-1.14.3
+1.15.0
diff --git a/Workflows/VERSION b/Workflows/VERSION
index 0d91a54c7d43..1d0ba9ea182b 100644
--- a/Workflows/VERSION
+++ b/Workflows/VERSION
@@ -1 +1 @@
-0.3.0
+0.4.0
diff --git a/composer.json b/composer.json
index eb1ebe73055d..84a6b68949ac 100644
--- a/composer.json
+++ b/composer.json
@@ -70,11 +70,11 @@
},
"replace": {
"google/access-context-manager": "0.4.3",
- "google/analytics-admin": "0.16.0",
- "google/analytics-data": "0.11.0",
+ "google/analytics-admin": "0.17.0",
+ "google/analytics-data": "0.11.1",
"google/cloud-access-approval": "1.1.2",
"google/cloud-advisorynotifications": "0.4.0",
- "google/cloud-ai-platform": "0.23.0",
+ "google/cloud-ai-platform": "0.24.0",
"google/cloud-alloydb": "0.5.0",
"google/cloud-api-gateway": "1.2.0",
"google/cloud-api-keys": "0.3.0",
@@ -85,8 +85,8 @@
"google/cloud-asset": "1.12.2",
"google/cloud-assured-workloads": "0.10.0",
"google/cloud-automl": "1.5.2",
- "google/cloud-bare-metal-solution": "0.4.0",
- "google/cloud-batch": "0.10.0",
+ "google/cloud-bare-metal-solution": "0.5.0",
+ "google/cloud-batch": "0.11.0",
"google/cloud-beyondcorp-appconnections": "0.3.0",
"google/cloud-beyondcorp-appconnectors": "0.3.0",
"google/cloud-beyondcorp-appgateways": "0.3.0",
@@ -96,33 +96,33 @@
"google/cloud-bigquery-analyticshub": "0.2.2",
"google/cloud-bigquery-connection": "1.4.0",
"google/cloud-bigquery-data-exchange": "0.3.2",
- "google/cloud-bigquery-datapolicies": "0.3.2",
+ "google/cloud-bigquery-datapolicies": "0.3.3",
"google/cloud-bigquery-migration": "0.3.2",
"google/cloud-bigquery-reservation": "1.2.2",
- "google/cloud-bigquery-storage": "1.6.0",
+ "google/cloud-bigquery-storage": "1.7.0",
"google/cloud-bigquerydatatransfer": "1.6.0",
- "google/cloud-bigtable": "1.27.0",
+ "google/cloud-bigtable": "1.28.0",
"google/cloud-billing": "1.7.1",
"google/cloud-billing-budgets": "1.2.2",
- "google/cloud-binary-authorization": "0.5.13",
+ "google/cloud-binary-authorization": "0.6.0",
"google/cloud-build": "0.13.0",
"google/cloud-certificate-manager": "0.5.0",
"google/cloud-channel": "1.7.0",
"google/cloud-commerce-consumer-procurement": "0.1.0",
"google/cloud-common-protos": "0.4.2",
"google/cloud-compute": "1.12.0",
- "google/cloud-confidentialcomputing": "0.4.0",
+ "google/cloud-confidentialcomputing": "0.5.0",
"google/cloud-contact-center-insights": "1.5.0",
- "google/cloud-container": "1.19.0",
+ "google/cloud-container": "1.20.0",
"google/cloud-container-analysis": "0.3.3",
- "google/cloud-core": "1.52.1",
+ "google/cloud-core": "1.52.2",
"google/cloud-data-catalog": "1.7.0",
"google/cloud-data-fusion": "0.5.0",
"google/cloud-datacatalog-lineage": "0.3.0",
"google/cloud-dataflow": "0.5.0",
"google/cloud-dataform": "0.2.2",
"google/cloud-datalabeling": "0.4.0",
- "google/cloud-dataplex": "0.7.0",
+ "google/cloud-dataplex": "0.8.0",
"google/cloud-dataproc": "3.8.1",
"google/cloud-dataproc-metastore": "0.9.0",
"google/cloud-datastore": "1.24.0",
@@ -130,7 +130,7 @@
"google/cloud-datastream": "1.4.0",
"google/cloud-debugger": "1.6.1",
"google/cloud-deploy": "0.12.0",
- "google/cloud-dialogflow": "1.7.2",
+ "google/cloud-dialogflow": "1.8.0",
"google/cloud-discoveryengine": "0.6.0",
"google/cloud-dlp": "1.10.1",
"google/cloud-dms": "1.3.0",
@@ -156,7 +156,7 @@
"google/cloud-iot": "1.6.2",
"google/cloud-kms": "1.20.1",
"google/cloud-kms-inventory": "0.3.0",
- "google/cloud-language": "0.30.2",
+ "google/cloud-language": "0.31.0",
"google/cloud-life-sciences": "0.5.2",
"google/cloud-logging": "1.28.0",
"google/cloud-managed-identities": "1.2.0",
@@ -164,16 +164,16 @@
"google/cloud-memcache": "1.2.0",
"google/cloud-migrationcenter": "0.2.0",
"google/cloud-monitoring": "1.6.0",
- "google/cloud-netapp": "0.0.0",
+ "google/cloud-netapp": "0.1.0",
"google/cloud-network-connectivity": "1.2.0",
- "google/cloud-network-management": "1.3.0",
+ "google/cloud-network-management": "1.4.0",
"google/cloud-network-security": "0.5.0",
"google/cloud-notebooks": "0.5.0",
- "google/cloud-optimization": "0.3.2",
+ "google/cloud-optimization": "0.3.3",
"google/cloud-orchestration-airflow": "1.4.0",
"google/cloud-org-policy": "0.5.2",
"google/cloud-osconfig": "1.2.0",
- "google/cloud-oslogin": "1.5.2",
+ "google/cloud-oslogin": "1.6.0",
"google/cloud-policy-troubleshooter": "1.2.0",
"google/cloud-policysimulator": "0.1.0",
"google/cloud-private-catalog": "0.3.2",
@@ -201,16 +201,16 @@
"google/cloud-spanner": "1.63.0",
"google/cloud-speech": "1.14.0",
"google/cloud-sql-admin": "0.4.1",
- "google/cloud-storage": "1.33.0",
+ "google/cloud-storage": "1.33.1",
"google/cloud-storage-transfer": "1.3.0",
- "google/cloud-storageinsights": "0.2.1",
+ "google/cloud-storageinsights": "0.2.2",
"google/cloud-support": "0.1.1",
"google/cloud-talent": "1.2.0",
"google/cloud-tasks": "1.13.1",
"google/cloud-text-to-speech": "1.7.0",
"google/cloud-tpu": "1.3.0",
"google/cloud-trace": "1.6.2",
- "google/cloud-translate": "1.14.3",
+ "google/cloud-translate": "1.15.0",
"google/cloud-video-live-stream": "0.6.0",
"google/cloud-video-stitcher": "0.7.0",
"google/cloud-video-transcoder": "0.9.0",
@@ -221,7 +221,7 @@
"google/cloud-vpc-access": "1.2.0",
"google/cloud-web-risk": "1.4.2",
"google/cloud-web-security-scanner": "0.7.17",
- "google/cloud-workflows": "0.3.0",
+ "google/cloud-workflows": "0.4.0",
"google/grafeas": "0.8.2",
"google/longrunning": "0.2.6"
},