Skip to content

Commit

Permalink
chore(main): release 0.202.1
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Apr 24, 2023
1 parent 0b9a239 commit 2e296e3
Show file tree
Hide file tree
Showing 15 changed files with 72 additions and 20 deletions.
52 changes: 52 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,57 @@
# Changelog

## 0.202.1

<details><summary>google/cloud-container 1.12.1</summary>



### Documentation

* Minor formatting in docstring ([#6102](https://github.com/googleapis/google-cloud-php/issues/6102)) ([fd6d686](https://github.com/googleapis/google-cloud-php/commit/fd6d686ee4e1fdea14af67c1661ae00cc113fb8d))

</details>

<details><summary>google/cloud-container-analysis 0.2.14</summary>



### Bug Fixes

* **deps:** Update dependency google/grafeas to ^0.7.0 ([#6107](https://github.com/googleapis/google-cloud-php/issues/6107)) ([aff65d8](https://github.com/googleapis/google-cloud-php/commit/aff65d8f8123bab562a4fbcfd4b920ac8e3a12cd))

</details>

<details><summary>google/cloud-core 1.50.1</summary>



</details>

<details><summary>google/cloud-datastore 1.21.1</summary>



</details>

<details><summary>google/cloud-firestore 1.30.1</summary>



</details>

<details><summary>google/cloud-storage 1.30.4</summary>



</details>

<details><summary>google/cloud-vision 1.6.7</summary>



</details>

## 0.202.0

<details><summary>google/cloud-access-approval 1.0.4</summary>
Expand Down
2 changes: 1 addition & 1 deletion Container/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.12.0
1.12.1
2 changes: 1 addition & 1 deletion ContainerAnalysis/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.13
0.2.14
2 changes: 1 addition & 1 deletion Core/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.50.0
1.50.1
2 changes: 1 addition & 1 deletion Datastore/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.21.0
1.21.1
2 changes: 1 addition & 1 deletion Datastore/src/DatastoreClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ class DatastoreClient
use ClientTrait;
use DatastoreTrait;

const VERSION = '1.21.0';
const VERSION = '1.21.1';

const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/datastore';

Expand Down
2 changes: 1 addition & 1 deletion Firestore/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.30.0
1.30.1
2 changes: 1 addition & 1 deletion Firestore/src/FirestoreClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ class FirestoreClient
use SnapshotTrait;
use ValidateTrait;

const VERSION = '1.30.0';
const VERSION = '1.30.1';

const DEFAULT_DATABASE = '(default)';

Expand Down
2 changes: 1 addition & 1 deletion Storage/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.30.3
1.30.4
2 changes: 1 addition & 1 deletion Storage/src/StorageClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class StorageClient
use ArrayTrait;
use ClientTrait;

const VERSION = '1.30.3';
const VERSION = '1.30.4';

const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/devstorage.full_control';
const READ_ONLY_SCOPE = 'https://www.googleapis.com/auth/devstorage.read_only';
Expand Down
2 changes: 1 addition & 1 deletion Vision/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.6.6
1.6.7
2 changes: 1 addition & 1 deletion Vision/src/VisionClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ class VisionClient
use ClientTrait;
use ValidateTrait;

const VERSION = '1.6.6';
const VERSION = '1.6.7';

const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/cloud-platform';

Expand Down
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,9 @@
"google/cloud-compute": "1.8.2",
"google/cloud-confidentialcomputing": "0.1.0",
"google/cloud-contact-center-insights": "1.2.1",
"google/cloud-container": "1.12.0",
"google/cloud-container-analysis": "0.2.13",
"google/cloud-core": "1.50.0",
"google/cloud-container": "1.12.1",
"google/cloud-container-analysis": "0.2.14",
"google/cloud-core": "1.50.1",
"google/cloud-data-catalog": "1.4.1",
"google/cloud-data-fusion": "0.2.10",
"google/cloud-datacatalog-lineage": "0.1.2",
Expand All @@ -124,7 +124,7 @@
"google/cloud-dataplex": "0.2.3",
"google/cloud-dataproc": "3.6.0",
"google/cloud-dataproc-metastore": "0.6.0",
"google/cloud-datastore": "1.21.0",
"google/cloud-datastore": "1.21.1",
"google/cloud-datastore-admin": "0.5.8",
"google/cloud-datastream": "1.0.4",
"google/cloud-debugger": "1.4.15",
Expand All @@ -139,7 +139,7 @@
"google/cloud-eventarc": "1.0.4",
"google/cloud-eventarc-publishing": "0.3.4",
"google/cloud-filestore": "1.1.1",
"google/cloud-firestore": "1.30.0",
"google/cloud-firestore": "1.30.1",
"google/cloud-functions": "1.1.1",
"google/cloud-game-servers": "1.0.4",
"google/cloud-gke-backup": "0.1.6",
Expand Down Expand Up @@ -195,7 +195,7 @@
"google/cloud-spanner": "1.58.3",
"google/cloud-speech": "1.11.1",
"google/cloud-sql-admin": "0.2.11",
"google/cloud-storage": "1.30.3",
"google/cloud-storage": "1.30.4",
"google/cloud-storage-transfer": "1.0.5",
"google/cloud-talent": "1.0.4",
"google/cloud-tasks": "1.11.10",
Expand All @@ -207,7 +207,7 @@
"google/cloud-video-stitcher": "0.5.0",
"google/cloud-video-transcoder": "0.7.0",
"google/cloud-videointelligence": "1.12.15",
"google/cloud-vision": "1.6.6",
"google/cloud-vision": "1.6.7",
"google/cloud-vm-migration": "0.3.1",
"google/cloud-vmware-engine": "0.1.3",
"google/cloud-vpc-access": "1.0.4",
Expand Down
2 changes: 1 addition & 1 deletion src/ServiceBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ class ServiceBuilder extends CoreServiceBuilder
/**
* @deprecated
*/
const VERSION = '0.202.0';
const VERSION = '0.202.1';
}
2 changes: 1 addition & 1 deletion src/Version.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@
*/
class Version
{
const VERSION = '0.202.0';
const VERSION = '0.202.1';
}

0 comments on commit 2e296e3

Please sign in to comment.