Skip to content

Commit

Permalink
chore(main): release 0.211.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Jul 5, 2023
1 parent 62734f1 commit e8235df
Show file tree
Hide file tree
Showing 6 changed files with 40 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Batch/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.8.0
0.8.1
33 changes: 33 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,38 @@
# Changelog

## 0.211.0

<details><summary>google/cloud-batch 0.8.1</summary>



### Documentation

* Add image shortcut example for Batch HPC CentOS Image ([62734f1](https://github.com/googleapis/google-cloud-php/commit/62734f13cb1545c25fee8b1af8373b1ad98835f4))
* Add image shortcut example for Batch HPC CentOS Image ([#6410](https://github.com/googleapis/google-cloud-php/issues/6410)) ([62734f1](https://github.com/googleapis/google-cloud-php/commit/62734f13cb1545c25fee8b1af8373b1ad98835f4))

</details>

<details><summary>google/cloud-kms 1.19.0</summary>



### Features

* Add interoperable symmetric encryption system ([#6405](https://github.com/googleapis/google-cloud-php/issues/6405)) ([6ed2122](https://github.com/googleapis/google-cloud-php/commit/6ed2122791f81674abd811c890e3a8668dec1e17))

</details>

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



### Features

* **Storage:** Add support for matchGlob listObjects parameter ([#6407](https://github.com/googleapis/google-cloud-php/issues/6407)) ([78ad709](https://github.com/googleapis/google-cloud-php/commit/78ad709c0f33a0c52662b675116d0dc54710a49d))

</details>

## 0.210.0

<details><summary>google/cloud-bigquery-storage 1.5.0</summary>
Expand Down
2 changes: 1 addition & 1 deletion Kms/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.18.1
1.19.0
2 changes: 1 addition & 1 deletion Storage/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.32.0
1.33.0
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.32.0';
const VERSION = '1.33.0';

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
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"google/cloud-assured-workloads": "0.9.1",
"google/cloud-automl": "1.5.1",
"google/cloud-bare-metal-solution": "0.3.2",
"google/cloud-batch": "0.8.0",
"google/cloud-batch": "0.8.1",
"google/cloud-beyondcorp-appconnections": "0.2.2",
"google/cloud-beyondcorp-appconnectors": "0.2.2",
"google/cloud-beyondcorp-appgateways": "0.2.2",
Expand Down Expand Up @@ -154,7 +154,7 @@
"google/cloud-iap": "1.3.1",
"google/cloud-ids": "0.3.1",
"google/cloud-iot": "1.6.1",
"google/cloud-kms": "1.18.1",
"google/cloud-kms": "1.19.0",
"google/cloud-kms-inventory": "0.2.2",
"google/cloud-language": "0.30.1",
"google/cloud-life-sciences": "0.5.1",
Expand Down Expand Up @@ -199,7 +199,7 @@
"google/cloud-spanner": "1.62.1",
"google/cloud-speech": "1.13.1",
"google/cloud-sql-admin": "0.4.0",
"google/cloud-storage": "1.32.0",
"google/cloud-storage": "1.33.0",
"google/cloud-storage-transfer": "1.2.0",
"google/cloud-storageinsights": "0.2.1",
"google/cloud-support": "0.1.1",
Expand Down

0 comments on commit e8235df

Please sign in to comment.