From 33d784c1d93acdac65eb7719306fb862b71ac974 Mon Sep 17 00:00:00 2001 From: John Pedrie Date: Mon, 5 Nov 2018 18:09:50 -0500 Subject: [PATCH] Prepare v0.85.0 (#1394) * Prepare v0.85.0 * Update bigtable client version constant --- Bigtable/VERSION | 2 +- Bigtable/composer.json | 2 +- Bigtable/src/BigtableClient.php | 2 +- Container/VERSION | 2 +- Debugger/VERSION | 2 +- Debugger/src/DebuggerClient.php | 2 +- composer.json | 6 +++--- docs/manifest.json | 4 ++++ src/ServiceBuilder.php | 2 +- src/Version.php | 2 +- 10 files changed, 15 insertions(+), 11 deletions(-) diff --git a/Bigtable/VERSION b/Bigtable/VERSION index 7deb86fee428..8adc70fdd9d6 100644 --- a/Bigtable/VERSION +++ b/Bigtable/VERSION @@ -1 +1 @@ -0.7.1 \ No newline at end of file +0.8.0 \ No newline at end of file diff --git a/Bigtable/composer.json b/Bigtable/composer.json index c6a3dbeee4a5..db50e09edb1d 100644 --- a/Bigtable/composer.json +++ b/Bigtable/composer.json @@ -19,7 +19,7 @@ "id": "cloud-bigtable", "target": "googleapis/google-cloud-php-bigtable.git", "path": "Bigtable", - "entry": null + "entry": "src/BigtableClient.php" } }, "autoload": { diff --git a/Bigtable/src/BigtableClient.php b/Bigtable/src/BigtableClient.php index 3598969bd7da..9f1eee73ab76 100644 --- a/Bigtable/src/BigtableClient.php +++ b/Bigtable/src/BigtableClient.php @@ -40,7 +40,7 @@ class BigtableClient { use ArrayTrait; - const VERSION = '0.5.3'; + const VERSION = '0.8.0'; /** * @var GapicClient diff --git a/Container/VERSION b/Container/VERSION index b1d7abc0dbab..a0a15177f393 100644 --- a/Container/VERSION +++ b/Container/VERSION @@ -1 +1 @@ -0.6.2 \ No newline at end of file +0.6.3 \ No newline at end of file diff --git a/Debugger/VERSION b/Debugger/VERSION index 1c16bd1a4199..7092c7c46f86 100644 --- a/Debugger/VERSION +++ b/Debugger/VERSION @@ -1 +1 @@ -0.14.2 \ No newline at end of file +0.15.0 \ No newline at end of file diff --git a/Debugger/src/DebuggerClient.php b/Debugger/src/DebuggerClient.php index bcec212a337a..51a2bb6654d0 100644 --- a/Debugger/src/DebuggerClient.php +++ b/Debugger/src/DebuggerClient.php @@ -39,7 +39,7 @@ class DebuggerClient { use ClientTrait; - const VERSION = '0.14.2'; + const VERSION = '0.15.0'; const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/cloud-platform'; const READ_ONLY_SCOPE = 'https://www.googleapis.com/auth/debugger.readonly'; diff --git a/composer.json b/composer.json index 653164baa8af..38fc66948b99 100644 --- a/composer.json +++ b/composer.json @@ -69,12 +69,12 @@ "google/cloud-asset": "0.1.3", "google/cloud-bigquery": "1.4.6", "google/cloud-bigquerydatatransfer": "0.8.2", - "google/cloud-bigtable": "0.7.1", - "google/cloud-container": "0.6.2", + "google/cloud-bigtable": "0.8.0", + "google/cloud-container": "0.6.3", "google/cloud-core": "1.23.8", "google/cloud-dataproc": "0.6.2", "google/cloud-datastore": "1.5.10", - "google/cloud-debugger": "0.14.2", + "google/cloud-debugger": "0.15.0", "google/cloud-dialogflow": "0.4.0", "google/cloud-dlp": "0.15.0", "google/cloud-error-reporting": "0.12.1", diff --git a/docs/manifest.json b/docs/manifest.json index 549a83e73d90..db23e9451ee4 100644 --- a/docs/manifest.json +++ b/docs/manifest.json @@ -11,6 +11,7 @@ "name": "google/cloud", "defaultService": "servicebuilder", "versions": [ + "v0.85.0", "v0.84.1", "v0.84.0", "v0.83.0", @@ -198,6 +199,7 @@ "name": "google/cloud-bigtable", "defaultService": "bigtable/readme", "versions": [ + "v0.8.0", "v0.7.1", "v0.7.0", "v0.6.1", @@ -227,6 +229,7 @@ "name": "google/cloud-container", "defaultService": "container/readme", "versions": [ + "v0.6.3", "v0.6.2", "v0.6.1", "v0.6.0", @@ -379,6 +382,7 @@ "name": "google/cloud-debugger", "defaultService": "debugger/debuggerclient", "versions": [ + "v0.15.0", "v0.14.2", "v0.14.1", "v0.14.0", diff --git a/src/ServiceBuilder.php b/src/ServiceBuilder.php index de5d50e7776c..5f74ebb05f52 100644 --- a/src/ServiceBuilder.php +++ b/src/ServiceBuilder.php @@ -30,5 +30,5 @@ class ServiceBuilder extends CoreServiceBuilder /** * @deprecated */ - const VERSION = '0.84.1'; + const VERSION = '0.85.0'; } diff --git a/src/Version.php b/src/Version.php index b0567f7d87cf..29b350b0ffbe 100644 --- a/src/Version.php +++ b/src/Version.php @@ -22,5 +22,5 @@ */ class Version { - const VERSION = '0.84.1'; + const VERSION = '0.85.0'; }