From 23111e8c8ad55bb99b470afb5d68cedabe9af593 Mon Sep 17 00:00:00 2001
From: "release-please[bot]"
<55107282+release-please[bot]@users.noreply.github.com>
Date: Tue, 2 Aug 2022 15:08:31 +0000
Subject: [PATCH] chore(main): release 0.187.0
---
Bigtable/VERSION | 2 +-
Bigtable/src/BigtableClient.php | 2 +-
CHANGELOG.md | 66 +++++++++++++++++++++++++++++++++
Dialogflow/VERSION | 2 +-
Dlp/VERSION | 2 +-
NetworkSecurity/VERSION | 2 +-
SecurityCenter/VERSION | 2 +-
VmMigration/VERSION | 2 +-
composer.json | 12 +++---
docs/manifest.json | 7 ++++
src/ServiceBuilder.php | 2 +-
src/Version.php | 2 +-
12 files changed, 88 insertions(+), 15 deletions(-)
diff --git a/Bigtable/VERSION b/Bigtable/VERSION
index 15b989e398fc..092afa15df4d 100644
--- a/Bigtable/VERSION
+++ b/Bigtable/VERSION
@@ -1 +1 @@
-1.16.0
+1.17.0
diff --git a/Bigtable/src/BigtableClient.php b/Bigtable/src/BigtableClient.php
index e6cecbc55418..c8aa7ceb0005 100644
--- a/Bigtable/src/BigtableClient.php
+++ b/Bigtable/src/BigtableClient.php
@@ -40,7 +40,7 @@ class BigtableClient
{
use ArrayTrait;
- const VERSION = '1.16.0';
+ const VERSION = '1.17.0';
/**
* @var GapicClient
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ac78ff03de15..3760d3835857 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,71 @@
# Changelog
+## 0.187.0
+
+google/cloud-bigtable 1.17.0
+
+
+
+### Features
+
+* [Bigtable] Publish new fields ([#5406](https://github.com/googleapis/google-cloud-php/issues/5406)) ([dcd120c](https://github.com/googleapis/google-cloud-php/commit/dcd120c5f741fb273b9ef716edb292b9276877d7))
+
+
+
+google/cloud-dialogflow 0.28.1
+
+
+
+### Documentation
+
+* [Dialogflow] added an explicit note that DetectIntentRequest's text input is limited by 256 characters ([#5405](https://github.com/googleapis/google-cloud-php/issues/5405)) ([a39f01b](https://github.com/googleapis/google-cloud-php/commit/a39f01be3a53cff2783fd6ba4e900fa4b237eb1e))
+
+
+
+google/cloud-dlp 1.6.0
+
+
+
+### Features
+
+* [Dlp] InfoType categories were added to built-in infoTypes ([#5388](https://github.com/googleapis/google-cloud-php/issues/5388)) ([5736540](https://github.com/googleapis/google-cloud-php/commit/57365402deb0563c17e2ab37a4c2779095fcad4b))
+
+
+
+google/cloud-network-security 0.3.0
+
+
+
+### ⚠ BREAKING CHANGES
+
+* fix annotation of parent in Create*Request (#5398)
+
+### Bug Fixes
+
+* fix annotation of parent in Create*Request ([#5398](https://github.com/googleapis/google-cloud-php/issues/5398)) ([8fc8485](https://github.com/googleapis/google-cloud-php/commit/8fc8485bbe6f01f981153175bd469fc54b1db69d))
+
+
+
+google/cloud-security-center 1.9.0
+
+
+
+### Features
+
+* [SecurityCenter] Added container field to findings attributes ([#5397](https://github.com/googleapis/google-cloud-php/issues/5397)) ([f09ba79](https://github.com/googleapis/google-cloud-php/commit/f09ba79e1f5fa6fd6713c0f7a7b428ee3fadd1df))
+
+
+
+google/cloud-vm-migration 0.2.0
+
+
+
+### Features
+
+* [VmMigration] introduce upgrade appliance rpc ([#5394](https://github.com/googleapis/google-cloud-php/issues/5394)) ([a71eb95](https://github.com/googleapis/google-cloud-php/commit/a71eb9504e120cf0a63beb7fc0910f273adb42d6))
+
+
+
## 0.186.0
google/access-context-manager 0.2.4
diff --git a/Dialogflow/VERSION b/Dialogflow/VERSION
index 697f087f376a..48f7a71df4be 100644
--- a/Dialogflow/VERSION
+++ b/Dialogflow/VERSION
@@ -1 +1 @@
-0.28.0
+0.28.1
diff --git a/Dlp/VERSION b/Dlp/VERSION
index 8af85beb5159..dc1e644a1014 100644
--- a/Dlp/VERSION
+++ b/Dlp/VERSION
@@ -1 +1 @@
-1.5.3
+1.6.0
diff --git a/NetworkSecurity/VERSION b/NetworkSecurity/VERSION
index 7179039691ce..0d91a54c7d43 100644
--- a/NetworkSecurity/VERSION
+++ b/NetworkSecurity/VERSION
@@ -1 +1 @@
-0.2.3
+0.3.0
diff --git a/SecurityCenter/VERSION b/SecurityCenter/VERSION
index 27f9cd322bb9..f8e233b27332 100644
--- a/SecurityCenter/VERSION
+++ b/SecurityCenter/VERSION
@@ -1 +1 @@
-1.8.0
+1.9.0
diff --git a/VmMigration/VERSION b/VmMigration/VERSION
index 845639eef26c..0ea3a944b399 100644
--- a/VmMigration/VERSION
+++ b/VmMigration/VERSION
@@ -1 +1 @@
-0.1.4
+0.2.0
diff --git a/composer.json b/composer.json
index 560c14440aae..b11b93d2cfee 100644
--- a/composer.json
+++ b/composer.json
@@ -90,7 +90,7 @@
"google/cloud-bigquery-reservation": "0.6.3",
"google/cloud-bigquery-storage": "1.2.6",
"google/cloud-bigquerydatatransfer": "1.3.5",
- "google/cloud-bigtable": "1.16.0",
+ "google/cloud-bigtable": "1.17.0",
"google/cloud-billing": "1.4.3",
"google/cloud-billing-budgets": "0.2.8",
"google/cloud-binary-authorization": "0.5.1",
@@ -115,8 +115,8 @@
"google/cloud-datastream": "0.1.1",
"google/cloud-debugger": "1.4.8",
"google/cloud-deploy": "0.2.3",
- "google/cloud-dialogflow": "0.28.0",
- "google/cloud-dlp": "1.5.3",
+ "google/cloud-dialogflow": "0.28.1",
+ "google/cloud-dlp": "1.6.0",
"google/cloud-dms": "0.2.7",
"google/cloud-document-ai": "0.2.1",
"google/cloud-domains": "0.2.3",
@@ -146,7 +146,7 @@
"google/cloud-monitoring": "1.1.7",
"google/cloud-network-connectivity": "0.2.3",
"google/cloud-network-management": "0.2.0",
- "google/cloud-network-security": "0.2.3",
+ "google/cloud-network-security": "0.3.0",
"google/cloud-notebooks": "0.2.6",
"google/cloud-optimization": "0.1.2",
"google/cloud-orchestration-airflow": "0.1.6",
@@ -167,7 +167,7 @@
"google/cloud-run": "0.1.0",
"google/cloud-scheduler": "1.6.4",
"google/cloud-secret-manager": "1.9.3",
- "google/cloud-security-center": "1.8.0",
+ "google/cloud-security-center": "1.9.0",
"google/cloud-security-private-ca": "0.4.1",
"google/cloud-service-control": "0.3.7",
"google/cloud-service-directory": "0.7.3",
@@ -190,7 +190,7 @@
"google/cloud-video-transcoder": "0.4.1",
"google/cloud-videointelligence": "1.12.9",
"google/cloud-vision": "1.5.8",
- "google/cloud-vm-migration": "0.1.4",
+ "google/cloud-vm-migration": "0.2.0",
"google/cloud-vpc-access": "0.2.6",
"google/cloud-web-risk": "1.1.6",
"google/cloud-web-security-scanner": "0.7.6",
diff --git a/docs/manifest.json b/docs/manifest.json
index c82d98e989cc..34ea6e1b6236 100644
--- a/docs/manifest.json
+++ b/docs/manifest.json
@@ -11,6 +11,7 @@
"name": "google/cloud",
"defaultService": "servicebuilder",
"versions": [
+ "v0.187.0",
"v0.186.0",
"v0.185.0",
"v0.184.0",
@@ -620,6 +621,7 @@
"name": "google/cloud-bigtable",
"defaultService": "bigtable/readme",
"versions": [
+ "v1.17.0",
"v1.16.0",
"v1.15.2",
"v1.15.1",
@@ -1431,6 +1433,7 @@
"name": "google/cloud-dialogflow",
"defaultService": "dialogflow/readme",
"versions": [
+ "v0.28.1",
"v0.28.0",
"v0.27.1",
"v0.27.0",
@@ -1498,6 +1501,7 @@
"name": "google/cloud-dlp",
"defaultService": "dlp/readme",
"versions": [
+ "v1.6.0",
"v1.5.3",
"v1.5.2",
"v1.5.1",
@@ -2437,6 +2441,7 @@
"name": "google/cloud-network-security",
"defaultService": "networksecurity/readme",
"versions": [
+ "v0.3.0",
"v0.2.3",
"v0.2.2",
"v0.2.1",
@@ -3021,6 +3026,7 @@
"name": "google/cloud-security-center",
"defaultService": "securitycenter/readme",
"versions": [
+ "v1.9.0",
"v1.8.0",
"v1.7.0",
"v1.6.0",
@@ -3978,6 +3984,7 @@
"name": "google/cloud-vm-migration",
"defaultService": "vmmigration/readme",
"versions": [
+ "v0.2.0",
"v0.1.4",
"v0.1.3",
"v0.1.2",
diff --git a/src/ServiceBuilder.php b/src/ServiceBuilder.php
index 26ef7fdb8b1f..e25647f29aaa 100644
--- a/src/ServiceBuilder.php
+++ b/src/ServiceBuilder.php
@@ -30,5 +30,5 @@ class ServiceBuilder extends CoreServiceBuilder
/**
* @deprecated
*/
- const VERSION = '0.186.0';
+ const VERSION = '0.187.0';
}
diff --git a/src/Version.php b/src/Version.php
index 5b4a94913cbc..90380a4116f9 100644
--- a/src/Version.php
+++ b/src/Version.php
@@ -22,5 +22,5 @@
*/
class Version
{
- const VERSION = '0.186.0';
+ const VERSION = '0.187.0';
}