From 19ff06e225b00f5b6b8d7836416fe09f944ede4e Mon Sep 17 00:00:00 2001 From: John Pedrie Date: Thu, 15 Feb 2018 17:02:31 -0500 Subject: [PATCH] Prepare v0.54.0 --- composer.json | 16 ++++++++-------- docs/manifest.json | 8 ++++++++ src/Core/VERSION | 2 +- src/Debugger/DebuggerClient.php | 2 +- src/Debugger/VERSION | 2 +- src/ErrorReporting/VERSION | 2 +- src/Firestore/FirestoreClient.php | 2 +- src/Firestore/VERSION | 2 +- src/Logging/LoggingClient.php | 2 +- src/Logging/VERSION | 2 +- src/PubSub/PubSubClient.php | 2 +- src/PubSub/VERSION | 2 +- src/ServiceBuilder.php | 2 +- src/Version.php | 2 +- src/Vision/VERSION | 2 +- src/Vision/VisionClient.php | 2 +- 16 files changed, 30 insertions(+), 22 deletions(-) diff --git a/composer.json b/composer.json index a5a68f8cb9f7..07ea971a497a 100644 --- a/composer.json +++ b/composer.json @@ -68,25 +68,25 @@ "google/cloud-bigquery": "1.0.3", "google/cloud-bigtable": "0.2.1", "google/cloud-container": "0.2.1", - "google/cloud-core": "1.16.0", + "google/cloud-core": "1.17.0", "google/cloud-dataproc": "0.2.1", "google/cloud-datastore": "1.3.0", "google/cloud-dlp": "0.5.2", - "google/cloud-error-reporting": "0.8.1", - "google/cloud-firestore": "0.4.1", + "google/cloud-error-reporting": "0.8.2", + "google/cloud-firestore": "0.4.2", "google/cloud-language": "0.12.1", - "google/cloud-logging": "1.9.1", + "google/cloud-logging": "1.9.2", "google/cloud-monitoring": "0.8.1", "google/cloud-oslogin": "0.2.1", - "google/cloud-pubsub": "0.12.1", + "google/cloud-pubsub": "0.12.2", "google/cloud-spanner": "1.1.2", "google/cloud-speech": "0.11.1", "google/cloud-storage": "1.3.4", "google/cloud-trace": "0.6.1", "google/cloud-translate": "1.1.2", "google/cloud-videointelligence": "0.9.1", - "google/cloud-vision": "0.9.1", - "google/cloud-debugger": "0.4.0" + "google/cloud-vision": "0.10.0", + "google/cloud-debugger": "0.5.0" }, "suggest": { "opis/closure": "May be used to serialize closures to process jobs in the batch daemon. Please require version ^3.", @@ -128,4 +128,4 @@ ] } } -} +} \ No newline at end of file diff --git a/docs/manifest.json b/docs/manifest.json index 2f43223d3511..cba213b34f7e 100644 --- a/docs/manifest.json +++ b/docs/manifest.json @@ -11,6 +11,7 @@ "name": "google/cloud", "defaultService": "readme", "versions": [ + "v0.54.0", "v0.53.0", "v0.52.1", "v0.52.0", @@ -135,6 +136,7 @@ "name": "google/cloud-core", "defaultService": "core/servicebuilder", "versions": [ + "v1.17.0", "v1.16.0", "v1.15.3", "v1.15.2", @@ -203,6 +205,7 @@ "name": "google/cloud-debugger", "defaultService": "debugger/debuggerclient", "versions": [ + "v0.5.0", "v0.4.0", "v0.3.0", "v0.2.0", @@ -236,6 +239,7 @@ "name": "google/cloud-error-reporting", "defaultService": "errorreporting/readme", "versions": [ + "v0.8.2", "v0.8.1", "v0.8.0", "v0.7.3", @@ -261,6 +265,7 @@ "name": "google/cloud-firestore", "defaultService": "firestore/firestoreclient", "versions": [ + "v0.4.2", "v0.4.1", "v0.4.0", "v0.3.4", @@ -305,6 +310,7 @@ "name": "google/cloud-logging", "defaultService": "logging/loggingclient", "versions": [ + "v1.9.2", "v1.9.1", "v1.9.0", "v1.8.3", @@ -369,6 +375,7 @@ "name": "google/cloud-pubsub", "defaultService": "pubsub/pubsubclient", "versions": [ + "v0.12.2", "v0.12.1", "v0.12.0", "v0.11.3", @@ -537,6 +544,7 @@ "name": "google/cloud-vision", "defaultService": "vision/visionclient", "versions": [ + "v0.10.0", "v0.9.1", "v0.9.0", "v0.8.2", diff --git a/src/Core/VERSION b/src/Core/VERSION index 71bd5d9ee641..73d74673c7d5 100644 --- a/src/Core/VERSION +++ b/src/Core/VERSION @@ -1 +1 @@ -1.16.0 \ No newline at end of file +1.17.0 \ No newline at end of file diff --git a/src/Debugger/DebuggerClient.php b/src/Debugger/DebuggerClient.php index d7357f7c9691..44f87e8fa464 100644 --- a/src/Debugger/DebuggerClient.php +++ b/src/Debugger/DebuggerClient.php @@ -37,7 +37,7 @@ class DebuggerClient { use ClientTrait; - const VERSION = '0.4.0'; + const VERSION = '0.5.0'; const DEFAULT_AGENT_VERSION = 'google.com/gcp-php/v0.1'; const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/cloud-platform'; diff --git a/src/Debugger/VERSION b/src/Debugger/VERSION index 60a2d3e96c80..79a2734bbf3d 100644 --- a/src/Debugger/VERSION +++ b/src/Debugger/VERSION @@ -1 +1 @@ -0.4.0 \ No newline at end of file +0.5.0 \ No newline at end of file diff --git a/src/ErrorReporting/VERSION b/src/ErrorReporting/VERSION index c18d72be3037..53a48a1e8c64 100644 --- a/src/ErrorReporting/VERSION +++ b/src/ErrorReporting/VERSION @@ -1 +1 @@ -0.8.1 \ No newline at end of file +0.8.2 \ No newline at end of file diff --git a/src/Firestore/FirestoreClient.php b/src/Firestore/FirestoreClient.php index a09e4599dd90..47fcbde2600f 100644 --- a/src/Firestore/FirestoreClient.php +++ b/src/Firestore/FirestoreClient.php @@ -53,7 +53,7 @@ class FirestoreClient use SnapshotTrait; use ValidateTrait; - const VERSION = '0.4.1'; + const VERSION = '0.4.2'; const DEFAULT_DATABASE = '(default)'; diff --git a/src/Firestore/VERSION b/src/Firestore/VERSION index 44bb5d1f7435..f7abe273d307 100644 --- a/src/Firestore/VERSION +++ b/src/Firestore/VERSION @@ -1 +1 @@ -0.4.1 \ No newline at end of file +0.4.2 \ No newline at end of file diff --git a/src/Logging/LoggingClient.php b/src/Logging/LoggingClient.php index 50e60aa00990..c5087ffc1cf8 100644 --- a/src/Logging/LoggingClient.php +++ b/src/Logging/LoggingClient.php @@ -68,7 +68,7 @@ class LoggingClient use ArrayTrait; use ClientTrait; - const VERSION = '1.9.1'; + const VERSION = '1.9.2'; const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/logging.admin'; const READ_ONLY_SCOPE = 'https://www.googleapis.com/auth/logging.read'; diff --git a/src/Logging/VERSION b/src/Logging/VERSION index ee672d89ab30..6f2d3653d5af 100644 --- a/src/Logging/VERSION +++ b/src/Logging/VERSION @@ -1 +1 @@ -1.9.1 \ No newline at end of file +1.9.2 \ No newline at end of file diff --git a/src/PubSub/PubSubClient.php b/src/PubSub/PubSubClient.php index 9241f7f4f7ba..dd38c1e06264 100644 --- a/src/PubSub/PubSubClient.php +++ b/src/PubSub/PubSubClient.php @@ -84,7 +84,7 @@ class PubSubClient use IncomingMessageTrait; use ResourceNameTrait; - const VERSION = '0.12.1'; + const VERSION = '0.12.2'; const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/pubsub'; diff --git a/src/PubSub/VERSION b/src/PubSub/VERSION index aac2dacab4fe..e96a87111cbb 100644 --- a/src/PubSub/VERSION +++ b/src/PubSub/VERSION @@ -1 +1 @@ -0.12.1 \ No newline at end of file +0.12.2 \ No newline at end of file diff --git a/src/ServiceBuilder.php b/src/ServiceBuilder.php index a0373aa0a45b..ad6eaf12925b 100644 --- a/src/ServiceBuilder.php +++ b/src/ServiceBuilder.php @@ -30,5 +30,5 @@ class ServiceBuilder extends CoreServiceBuilder /** * @deprecated */ - const VERSION = '0.53.0'; + const VERSION = '0.54.0'; } diff --git a/src/Version.php b/src/Version.php index 91861c790734..2eda61e3f66a 100644 --- a/src/Version.php +++ b/src/Version.php @@ -22,5 +22,5 @@ */ class Version { - const VERSION = '0.53.0'; + const VERSION = '0.54.0'; } diff --git a/src/Vision/VERSION b/src/Vision/VERSION index f514a2f0bd05..2774f8587f40 100644 --- a/src/Vision/VERSION +++ b/src/Vision/VERSION @@ -1 +1 @@ -0.9.1 \ No newline at end of file +0.10.0 \ No newline at end of file diff --git a/src/Vision/VisionClient.php b/src/Vision/VisionClient.php index 11ac3a6a7349..d2cc5b36fef1 100644 --- a/src/Vision/VisionClient.php +++ b/src/Vision/VisionClient.php @@ -42,7 +42,7 @@ class VisionClient use ClientTrait; use ValidateTrait; - const VERSION = '0.9.1'; + const VERSION = '0.10.0'; const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/cloud-platform';