Skip to content

Commit

Permalink
chore: release main (#6051)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored May 24, 2022
1 parent 6ab8bed commit 7d99944
Show file tree
Hide file tree
Showing 31 changed files with 145 additions and 30 deletions.
30 changes: 15 additions & 15 deletions .release-please-manifest-submodules.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"accessapproval": "1.2.0",
"accessapproval": "1.3.0",
"accesscontextmanager": "1.2.0",
"aiplatform": "1.9.0",
"analytics": "0.6.0",
"aiplatform": "1.10.0",
"analytics": "0.6.1",
"apigateway": "1.2.0",
"apigeeconnect": "1.2.0",
"appengine": "1.2.0",
"appengine": "1.3.0",
"area120": "0.3.0",
"artifactregistry": "1.3.0",
"asset": "1.2.0",
Expand All @@ -29,25 +29,25 @@
"dataplex": "0.4.0",
"dataproc": "1.5.0",
"dataqna": "0.3.0",
"datastream": "0.4.0",
"datastream": "0.5.0",
"deploy": "1.2.0",
"dialogflow": "1.8.1",
"dialogflow": "1.9.0",
"dlp": "1.4.0",
"documentai": "1.4.0",
"domains": "0.4.0",
"essentialcontacts": "1.2.0",
"eventarc": "1.5.0",
"eventarc": "1.6.0",
"filestore": "1.2.0",
"functions": "1.3.0",
"gaming": "1.2.0",
"gkebackup": "0.1.0",
"gkeconnect": "0.3.0",
"gkehub": "0.5.0",
"gkemulticloud": "0.1.0",
"gkemulticloud": "0.2.0",
"grafeas": "0.2.0",
"gsuiteaddons": "1.2.0",
"iam": "0.3.0",
"iap": "1.2.0",
"iap": "1.3.0",
"ids": "0.3.0",
"iot": "1.2.0",
"kms": "1.4.0",
Expand All @@ -70,24 +70,24 @@
"phishingprotection": "0.3.0",
"policytroubleshooter": "1.2.0",
"privatecatalog": "0.3.0",
"recaptchaenterprise/v2": "1.3.1",
"recaptchaenterprise/v2": "2.0.0",
"recommendationengine": "0.2.0",
"recommender": "1.3.0",
"redis": "1.5.0",
"resourcemanager": "1.2.0",
"resourcesettings": "1.2.0",
"retail": "1.2.0",
"run": "0.1.0",
"retail": "1.3.0",
"run": "0.1.1",
"scheduler": "1.2.0",
"secretmanager": "1.4.0",
"security": "1.3.0",
"security": "1.4.0",
"securitycenter": "1.7.0",
"servicecontrol": "1.3.0",
"servicedirectory": "1.2.0",
"servicemanagement": "1.3.0",
"serviceusage": "1.2.0",
"shell": "1.2.0",
"speech": "1.3.1",
"speech": "1.4.0",
"storagetransfer": "1.3.0",
"talent": "0.5.0",
"texttospeech": "1.3.0",
Expand All @@ -96,7 +96,7 @@
"translate": "1.2.0",
"video": "1.4.0",
"videointelligence": "1.2.0",
"vision/v2": "1.2.0",
"vision/v2": "2.0.0",
"vmmigration": "0.3.0",
"vpcaccess": "1.2.0",
"webrisk": "1.2.0",
Expand Down
7 changes: 7 additions & 0 deletions accessapproval/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changes

## [1.3.0](https://github.com/googleapis/google-cloud-go/compare/accessapproval/v1.2.0...accessapproval/v1.3.0) (2022-05-24)


### Features

* **accessapproval:** update protos to include InvalidateApprovalRequest and GetAccessApprovalServiceAccount APIs ([e823d8f](https://github.com/googleapis/google-cloud-go/commit/e823d8fdc5daffc92b2ca4f615a3a324d60c0ed4))

## [1.2.0](https://github.com/googleapis/google-cloud-go/compare/accessapproval/v1.1.0...accessapproval/v1.2.0) (2022-02-23)


Expand Down
2 changes: 1 addition & 1 deletion accessapproval/internal/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
package internal

// Version is the current tagged release of the library.
const Version = "1.2.0"
const Version = "1.3.0"
9 changes: 9 additions & 0 deletions aiplatform/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# Changes


## [1.10.0](https://github.com/googleapis/google-cloud-go/compare/aiplatform/v1.9.0...aiplatform/v1.10.0) (2022-05-24)


### Features

* **aiplatform:** add display_name and metadata to ModelEvaluation in aiplatform model_evaluation.proto ([6ef576e](https://github.com/googleapis/google-cloud-go/commit/6ef576e2d821d079e7b940cd5d49fe3ca64a7ba2))
* **aiplatform:** add Examples to Explanation related messages in aiplatform v1beta1 explanation.proto ([da99e5f](https://github.com/googleapis/google-cloud-go/commit/da99e5f7905367388d967aab12b4949bb4b250ff))
* **aiplatform:** add template_metadata to PipelineJob in aiplatform v1beta1 pipeline_job.proto ([6ef576e](https://github.com/googleapis/google-cloud-go/commit/6ef576e2d821d079e7b940cd5d49fe3ca64a7ba2))

## [1.9.0](https://github.com/googleapis/google-cloud-go/compare/aiplatform/v1.8.0...aiplatform/v1.9.0) (2022-04-20)


Expand Down
2 changes: 1 addition & 1 deletion aiplatform/internal/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
package internal

// Version is the current tagged release of the library.
const Version = "1.9.0"
const Version = "1.10.0"
7 changes: 7 additions & 0 deletions analytics/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changes

### [0.6.1](https://github.com/googleapis/google-cloud-go/compare/analytics/v0.6.0...analytics/v0.6.1) (2022-05-24)


### Bug Fixes

* **analytics/admin:** CustomDimension and CustomMetric resource configuration in Analytics Admin API ([6ef576e](https://github.com/googleapis/google-cloud-go/commit/6ef576e2d821d079e7b940cd5d49fe3ca64a7ba2))

## [0.6.0](https://github.com/googleapis/google-cloud-go/compare/analytics/v0.5.0...analytics/v0.6.0) (2022-03-14)


Expand Down
2 changes: 1 addition & 1 deletion analytics/internal/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
package internal

// Version is the current tagged release of the library.
const Version = "0.6.0"
const Version = "0.6.1"
7 changes: 7 additions & 0 deletions appengine/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changes

## [1.3.0](https://github.com/googleapis/google-cloud-go/compare/appengine/v1.2.0...appengine/v1.3.0) (2022-05-24)


### Features

* **appengine:** add Application.service_account feat: add client library method signature to retrieve Application by name feat: add Service.labels feat: add Version.app_engine_apis feat: add VpcAccessConnector.egress_setting ([6ef576e](https://github.com/googleapis/google-cloud-go/commit/6ef576e2d821d079e7b940cd5d49fe3ca64a7ba2))

## [1.2.0](https://github.com/googleapis/google-cloud-go/compare/appengine/v1.1.0...appengine/v1.2.0) (2022-02-23)


Expand Down
2 changes: 1 addition & 1 deletion appengine/internal/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
package internal

// Version is the current tagged release of the library.
const Version = "1.2.0"
const Version = "1.3.0"
7 changes: 7 additions & 0 deletions datastream/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changes

## [0.5.0](https://github.com/googleapis/google-cloud-go/compare/datastream/v0.4.0...datastream/v0.5.0) (2022-05-24)


### Features

* **datastream:** Include the location mixin client ([6ef576e](https://github.com/googleapis/google-cloud-go/commit/6ef576e2d821d079e7b940cd5d49fe3ca64a7ba2))

## [0.4.0](https://github.com/googleapis/google-cloud-go/compare/datastream/v0.3.0...datastream/v0.4.0) (2022-05-09)


Expand Down
2 changes: 1 addition & 1 deletion datastream/internal/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
package internal

// Version is the current tagged release of the library.
const Version = "0.4.0"
const Version = "0.5.0"
7 changes: 7 additions & 0 deletions dialogflow/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changes

## [1.9.0](https://github.com/googleapis/google-cloud-go/compare/dialogflow/v1.8.1...dialogflow/v1.9.0) (2022-05-24)


### Features

* **dialogflow/cx:** add audio export settings to security settings docs: update the doc on diagnostic info ([6ef576e](https://github.com/googleapis/google-cloud-go/commit/6ef576e2d821d079e7b940cd5d49fe3ca64a7ba2))

### [1.8.1](https://github.com/googleapis/google-cloud-go/compare/dialogflow/v1.8.0...dialogflow/v1.8.1) (2022-04-20)


Expand Down
2 changes: 1 addition & 1 deletion dialogflow/internal/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
package internal

// Version is the current tagged release of the library.
const Version = "1.8.1"
const Version = "1.9.0"
7 changes: 7 additions & 0 deletions eventarc/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changes

## [1.6.0](https://github.com/googleapis/google-cloud-go/compare/eventarc/v1.5.0...eventarc/v1.6.0) (2022-05-24)


### Features

* **eventarc:** Add Provider resources ([da99e5f](https://github.com/googleapis/google-cloud-go/commit/da99e5f7905367388d967aab12b4949bb4b250ff))

## [1.5.0](https://github.com/googleapis/google-cloud-go/compare/eventarc/v1.4.0...eventarc/v1.5.0) (2022-04-20)


Expand Down
2 changes: 1 addition & 1 deletion eventarc/internal/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
package internal

// Version is the current tagged release of the library.
const Version = "1.5.0"
const Version = "1.6.0"
7 changes: 7 additions & 0 deletions gkemulticloud/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.2.0](https://github.com/googleapis/google-cloud-go/compare/gkemulticloud/v0.1.0...gkemulticloud/v0.2.0) (2022-05-24)


### Features

* **gkemulticloud:** Added support for other languages.Clients can now use this library to create gke clusters in cloud providers such as AWS and Azure ([6ef576e](https://github.com/googleapis/google-cloud-go/commit/6ef576e2d821d079e7b940cd5d49fe3ca64a7ba2))

## 0.1.0 (2022-05-16)


Expand Down
2 changes: 1 addition & 1 deletion gkemulticloud/internal/version.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions iap/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changes

## [1.3.0](https://github.com/googleapis/google-cloud-go/compare/iap/v1.2.0...iap/v1.3.0) (2022-05-24)


### Features

* **iap:** add the TunnelDestGroup-related methods and types feat: add ReauthSettings to the UpdateIapSettingsRequest ([6ef576e](https://github.com/googleapis/google-cloud-go/commit/6ef576e2d821d079e7b940cd5d49fe3ca64a7ba2))

## [1.2.0](https://github.com/googleapis/google-cloud-go/compare/iap/v1.1.0...iap/v1.2.0) (2022-02-23)


Expand Down
2 changes: 1 addition & 1 deletion iap/internal/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
package internal

// Version is the current tagged release of the library.
const Version = "1.2.0"
const Version = "1.3.0"
11 changes: 11 additions & 0 deletions recaptchaenterprise/v2/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changes

## [2.0.0](https://github.com/googleapis/google-cloud-go/compare/recaptchaenterprise/v1.3.1...recaptchaenterprise/v2.0.0) (2022-05-24)


### ⚠ BREAKING CHANGES

* **recaptchaenterprise/v2:** parent changed to project in googleapis/go-genproto#808

### Features

* **recaptchaenterprise/v2:** Release breaking changes as v2 module ([#6062](https://github.com/googleapis/google-cloud-go/issues/6062)) ([1266896](https://github.com/googleapis/google-cloud-go/commit/1266896827d1b788931f348c399ef1fb6fd33ef7))

### [1.3.1](https://github.com/googleapis/google-cloud-go/compare/recaptchaenterprise/v1.3.0...recaptchaenterprise/v1.3.1) (2022-05-03)


Expand Down
2 changes: 1 addition & 1 deletion recaptchaenterprise/v2/internal/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
package internal

// Version is the current tagged release of the library.
const Version = "1.3.1"
const Version = "2.0.0"
7 changes: 7 additions & 0 deletions retail/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changes

## [1.3.0](https://github.com/googleapis/google-cloud-go/compare/retail/v1.2.0...retail/v1.3.0) (2022-05-24)


### Features

* **retail:** start generating apiv2alpha and apiv2beta ([#6073](https://github.com/googleapis/google-cloud-go/issues/6073)) ([ec90f7b](https://github.com/googleapis/google-cloud-go/commit/ec90f7b224c67a02eb293224916c019054f5749d))

## [1.2.0](https://github.com/googleapis/google-cloud-go/compare/retail/v1.1.0...retail/v1.2.0) (2022-02-23)


Expand Down
2 changes: 1 addition & 1 deletion retail/internal/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
package internal

// Version is the current tagged release of the library.
const Version = "1.2.0"
const Version = "1.3.0"
7 changes: 7 additions & 0 deletions run/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

### [0.1.1](https://github.com/googleapis/google-cloud-go/compare/run/v0.1.0...run/v0.1.1) (2022-05-24)


### Bug Fixes

* **run:** Updates pre-release Cloud Run v2 Preview client libraries to work with the latest API revision ([6ef576e](https://github.com/googleapis/google-cloud-go/commit/6ef576e2d821d079e7b940cd5d49fe3ca64a7ba2))

## 0.1.0 (2022-04-06)


Expand Down
2 changes: 1 addition & 1 deletion run/internal/version.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions security/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changes

## [1.4.0](https://github.com/googleapis/google-cloud-go/compare/security/v1.3.0...security/v1.4.0) (2022-05-24)


### Features

* **security/privateca:** Provide interfaces for location and IAM policy calls ([6ef576e](https://github.com/googleapis/google-cloud-go/commit/6ef576e2d821d079e7b940cd5d49fe3ca64a7ba2))

## [1.3.0](https://github.com/googleapis/google-cloud-go/compare/security/v1.2.1...security/v1.3.0) (2022-02-23)


Expand Down
2 changes: 1 addition & 1 deletion security/internal/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
package internal

// Version is the current tagged release of the library.
const Version = "1.3.0"
const Version = "1.4.0"
7 changes: 7 additions & 0 deletions speech/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changes

## [1.4.0](https://github.com/googleapis/google-cloud-go/compare/speech/v1.3.1...speech/v1.4.0) (2022-05-24)


### Features

* **speech:** Add adaptation proto for v1 api ([6ef576e](https://github.com/googleapis/google-cloud-go/commit/6ef576e2d821d079e7b940cd5d49fe3ca64a7ba2))

### [1.3.1](https://github.com/googleapis/google-cloud-go/compare/speech/v1.3.0...speech/v1.3.1) (2022-04-14)


Expand Down
2 changes: 1 addition & 1 deletion speech/internal/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
package internal

// Version is the current tagged release of the library.
const Version = "1.3.1"
const Version = "1.4.0"
11 changes: 11 additions & 0 deletions vision/v2/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changes

## [2.0.0](https://github.com/googleapis/google-cloud-go/compare/vision/v1.2.0...vision/v2.0.0) (2022-05-24)


### ⚠ BREAKING CHANGES

* **vision/v2:** removed fields from SafeSearchAnnotation in googleapis/go-genproto#809

### Features

* **vision/v2:** Release breaking changes as v2 module ([#6072](https://github.com/googleapis/google-cloud-go/issues/6072)) ([9a4ff7f](https://github.com/googleapis/google-cloud-go/commit/9a4ff7f694c6ff53c36c6eb9d52ceb9ec118f12c))

## [1.2.0](https://github.com/googleapis/google-cloud-go/compare/vision/v1.1.0...vision/v1.2.0) (2022-02-23)


Expand Down
2 changes: 1 addition & 1 deletion vision/v2/internal/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
package internal

// Version is the current tagged release of the library.
const Version = "1.2.0"
const Version = "2.0.0"

0 comments on commit 7d99944

Please sign in to comment.