Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release main #7009

Merged
merged 1 commit into from
Nov 9, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 13 additions & 13 deletions .release-please-manifest-submodules.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"accessapproval": "1.5.0",
"accesscontextmanager": "1.4.0",
"aiplatform": "1.24.0",
"accesscontextmanager": "1.5.0",
"aiplatform": "1.25.0",
"analytics": "0.12.0",
"apigateway": "1.4.0",
"apigeeconnect": "1.4.0",
Expand All @@ -20,15 +20,15 @@
"binaryauthorization": "1.4.0",
"certificatemanager": "1.4.0",
"channel": "1.9.0",
"cloudbuild": "1.4.0",
"cloudbuild": "1.5.0",
"clouddms": "1.4.0",
"cloudtasks": "1.8.0",
"compute": "1.12.1",
"compute/metadata": "0.2.1",
"contactcenterinsights": "1.4.0",
"container": "1.7.0",
"container": "1.8.0",
"containeranalysis": "0.6.0",
"datacatalog": "1.8.0",
"datacatalog": "1.8.1",
"dataflow": "0.7.0",
"dataform": "0.5.0",
"datafusion": "1.5.0",
Expand All @@ -38,13 +38,13 @@
"dataqna": "0.6.0",
"datastream": "1.5.0",
"deploy": "1.5.0",
"dialogflow": "1.19.0",
"dialogflow": "1.20.0",
"dlp": "1.7.0",
"documentai": "1.10.0",
"documentai": "1.11.0",
"domains": "0.7.0",
"edgecontainer": "0.2.0",
"essentialcontacts": "1.4.0",
"eventarc": "1.8.0",
"eventarc": "1.9.0",
"filestore": "1.4.0",
"functions": "1.9.0",
"gaming": "1.8.0",
Expand All @@ -66,8 +66,8 @@
"mediatranslation": "0.6.0",
"memcache": "1.7.0",
"metastore": "1.8.0",
"monitoring": "1.8.0",
"networkconnectivity": "1.7.0",
"monitoring": "1.9.0",
"networkconnectivity": "1.8.0",
"networkmanagement": "1.5.0",
"networksecurity": "0.6.0",
"notebooks": "1.5.0",
Expand All @@ -86,7 +86,7 @@
"resourcemanager": "1.4.0",
"resourcesettings": "1.4.0",
"retail": "1.11.0",
"run": "0.3.0",
"run": "0.4.0",
"scheduler": "1.7.0",
"secretmanager": "1.9.0",
"security": "1.10.0",
Expand All @@ -98,12 +98,12 @@
"shell": "1.4.0",
"speech": "1.9.0",
"storagetransfer": "1.6.0",
"talent": "1.4.0",
"talent": "1.4.1",
"texttospeech": "1.5.0",
"tpu": "1.4.0",
"trace": "1.4.0",
"translate": "1.4.0",
"video": "1.9.0",
"video": "1.10.0",
"videointelligence": "1.9.0",
"vision/v2": "2.5.0",
"vmmigration": "1.3.0",
Expand Down
7 changes: 7 additions & 0 deletions accesscontextmanager/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changes

## [1.5.0](https://github.com/googleapis/google-cloud-go/compare/accesscontextmanager/v1.4.0...accesscontextmanager/v1.5.0) (2022-11-09)


### Features

* **accesscontextmanager:** added AccessPolicy.scopes, EgressTo.external_resources, and IAM methods ([9c5d6c8](https://github.com/googleapis/google-cloud-go/commit/9c5d6c857b9deece4663d37fc6c834fd758b98ca))

## [1.4.0](https://github.com/googleapis/google-cloud-go/compare/accesscontextmanager/v1.3.0...accesscontextmanager/v1.4.0) (2022-11-03)


Expand Down
2 changes: 1 addition & 1 deletion accesscontextmanager/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.4.0"
const Version = "1.5.0"
8 changes: 8 additions & 0 deletions aiplatform/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# Changes


## [1.25.0](https://github.com/googleapis/google-cloud-go/compare/aiplatform/v1.24.0...aiplatform/v1.25.0) (2022-11-09)


### Features

* **aiplatform:** add annotation_labels to ImportDataConfig in aiplatform v1 dataset.proto feat: add start_time to BatchReadFeatureValuesRequest in aiplatform v1 featurestore_service.proto feat: add metadata_artifact to Model in aiplatform v1 model.proto feat: add failed_main_jobs and failed_pre_caching_check_jobs to ContainerDetail in aiplatform v1 pipeline_job.proto feat: add persist_ml_use_assignment to InputDataConfig in aiplatform v1 training_pipeline.proto ([9c5d6c8](https://github.com/googleapis/google-cloud-go/commit/9c5d6c857b9deece4663d37fc6c834fd758b98ca))
* **aiplatform:** add NVIDIA_A100_80GB to AcceleratorType in aiplatform v1beta1 accelerator_type.proto feat: add annotation_labels to ImportDataConfig in aiplatform v1beta1 dataset.proto feat: add total_deployed_model_count and total_endpoint_count to QueryDeployedModelsResponse in aiplatform v1beta1 deployment_resource_pool_service.proto feat: add start_time to BatchReadFeatureValuesRequest in aiplatform v1beta1 featurestore_service.proto feat: add metadata_artifact to Model in aiplatform v1beta1 model.proto feat: add failed_main_jobs and failed_pre_caching_check_jobs to ContainerDetail in aiplatform v1beta1 pipeline_job.proto feat: add persist_ml_use_assignment to InputDataConfig in aiplatform v1beta1 training_pipeline.proto ([9c5d6c8](https://github.com/googleapis/google-cloud-go/commit/9c5d6c857b9deece4663d37fc6c834fd758b98ca))

## [1.24.0](https://github.com/googleapis/google-cloud-go/compare/aiplatform/v1.23.0...aiplatform/v1.24.0) (2022-09-28)


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.24.0"
const Version = "1.25.0"
8 changes: 8 additions & 0 deletions cloudbuild/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changes

## [1.5.0](https://github.com/googleapis/google-cloud-go/compare/cloudbuild/v1.4.0...cloudbuild/v1.5.0) (2022-11-09)


### Features

* **cloudbuild/apiv1:** Add allow_failure, exit_code, and allow_exit_code to BuildStep message ([9c5d6c8](https://github.com/googleapis/google-cloud-go/commit/9c5d6c857b9deece4663d37fc6c834fd758b98ca))
* **cloudbuild/apiv1:** Integration of Cloud Build with Artifact Registry ([9c5d6c8](https://github.com/googleapis/google-cloud-go/commit/9c5d6c857b9deece4663d37fc6c834fd758b98ca))

## [1.4.0](https://github.com/googleapis/google-cloud-go/compare/cloudbuild/v1.3.0...cloudbuild/v1.4.0) (2022-11-03)


Expand Down
2 changes: 1 addition & 1 deletion cloudbuild/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.4.0"
const Version = "1.5.0"
7 changes: 7 additions & 0 deletions container/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changes

## [1.8.0](https://github.com/googleapis/google-cloud-go/compare/container/v1.7.0...container/v1.8.0) (2022-11-09)


### Features

* **container:** add APIs for GKE Control Plane Logs ([9c5d6c8](https://github.com/googleapis/google-cloud-go/commit/9c5d6c857b9deece4663d37fc6c834fd758b98ca))

## [1.7.0](https://github.com/googleapis/google-cloud-go/compare/container/v1.6.0...container/v1.7.0) (2022-11-03)


Expand Down
2 changes: 1 addition & 1 deletion container/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.7.0"
const Version = "1.8.0"
7 changes: 7 additions & 0 deletions datacatalog/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changes

## [1.8.1](https://github.com/googleapis/google-cloud-go/compare/datacatalog/v1.8.0...datacatalog/v1.8.1) (2022-11-09)


### Documentation

* **datacatalog:** documentation updates chore: cleanup; annotations updates; adding missing imports ([9c5d6c8](https://github.com/googleapis/google-cloud-go/commit/9c5d6c857b9deece4663d37fc6c834fd758b98ca))

## [1.8.0](https://github.com/googleapis/google-cloud-go/compare/datacatalog/v1.7.0...datacatalog/v1.8.0) (2022-11-03)


Expand Down
2 changes: 1 addition & 1 deletion datacatalog/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.0"
const Version = "1.8.1"
12 changes: 12 additions & 0 deletions dialogflow/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changes

## [1.20.0](https://github.com/googleapis/google-cloud-go/compare/dialogflow/v1.19.0...dialogflow/v1.20.0) (2022-11-09)


### Features

* **dialogflow:** Added StreamingAnalyzeContent API feat: Added obfuscated_external_user_id to Participant feat: Can directly set Cloud Speech model on the SpeechToTextConfig ([9c5d6c8](https://github.com/googleapis/google-cloud-go/commit/9c5d6c857b9deece4663d37fc6c834fd758b98ca))


### Documentation

* **dialogflow/cx:** Clarify interactive logging TTL behavior ([9c5d6c8](https://github.com/googleapis/google-cloud-go/commit/9c5d6c857b9deece4663d37fc6c834fd758b98ca))

## [1.19.0](https://github.com/googleapis/google-cloud-go/compare/dialogflow/v1.18.0...dialogflow/v1.19.0) (2022-11-03)


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.19.0"
const Version = "1.20.0"
7 changes: 7 additions & 0 deletions documentai/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Changes


## [1.11.0](https://github.com/googleapis/google-cloud-go/compare/documentai/v1.10.0...documentai/v1.11.0) (2022-11-09)


### Features

* **documentai:** added font_family to document.proto feat: added ImageQualityScores message to document.proto feat: added PropertyMetadata and EntityTypeMetadata to document_schema.proto ([9c5d6c8](https://github.com/googleapis/google-cloud-go/commit/9c5d6c857b9deece4663d37fc6c834fd758b98ca))

## [1.10.0](https://github.com/googleapis/google-cloud-go/compare/documentai/v1.9.0...documentai/v1.10.0) (2022-11-03)


Expand Down
2 changes: 1 addition & 1 deletion documentai/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.10.0"
const Version = "1.11.0"
8 changes: 8 additions & 0 deletions eventarc/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changes

## [1.9.0](https://github.com/googleapis/google-cloud-go/compare/eventarc/v1.8.0...eventarc/v1.9.0) (2022-11-09)


### Features

* **eventarc/publishing:** Introduce the event publishing using JSON representation of CloudEvents ([9c5d6c8](https://github.com/googleapis/google-cloud-go/commit/9c5d6c857b9deece4663d37fc6c834fd758b98ca))
* **eventarc:** Add CMEK support to Eventarc client library ([9c5d6c8](https://github.com/googleapis/google-cloud-go/commit/9c5d6c857b9deece4663d37fc6c834fd758b98ca))

## [1.8.0](https://github.com/googleapis/google-cloud-go/compare/eventarc/v1.7.0...eventarc/v1.8.0) (2022-11-03)


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.8.0"
const Version = "1.9.0"
7 changes: 7 additions & 0 deletions monitoring/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/monitoring/v1.8.0...monitoring/v1.9.0) (2022-11-09)


### Features

* **monitoring/dashboard:** Added support for PromQL queries ([9c5d6c8](https://github.com/googleapis/google-cloud-go/commit/9c5d6c857b9deece4663d37fc6c834fd758b98ca))

## [1.8.0](https://github.com/googleapis/google-cloud-go/compare/monitoring/v1.7.0...monitoring/v1.8.0) (2022-11-03)


Expand Down
2 changes: 1 addition & 1 deletion monitoring/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.0"
const Version = "1.9.0"
7 changes: 7 additions & 0 deletions networkconnectivity/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changes

## [1.8.0](https://github.com/googleapis/google-cloud-go/compare/networkconnectivity/v1.7.0...networkconnectivity/v1.8.0) (2022-11-09)


### Features

* **networkconnectivity:** add policy based routing" will work ([9c5d6c8](https://github.com/googleapis/google-cloud-go/commit/9c5d6c857b9deece4663d37fc6c834fd758b98ca))

## [1.7.0](https://github.com/googleapis/google-cloud-go/compare/networkconnectivity/v1.6.0...networkconnectivity/v1.7.0) (2022-11-03)


Expand Down
2 changes: 1 addition & 1 deletion networkconnectivity/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.7.0"
const Version = "1.8.0"
8 changes: 8 additions & 0 deletions run/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

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


### Features

* **run:** Adds Cloud Run Jobs v2 API client libraries ([9c5d6c8](https://github.com/googleapis/google-cloud-go/commit/9c5d6c857b9deece4663d37fc6c834fd758b98ca))
* **run:** Adds gRPC probe support to Cloud Run v2 API client libraries ([9c5d6c8](https://github.com/googleapis/google-cloud-go/commit/9c5d6c857b9deece4663d37fc6c834fd758b98ca))

## [0.3.0](https://github.com/googleapis/google-cloud-go/compare/run/v0.2.0...run/v0.3.0) (2022-11-03)


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.

8 changes: 8 additions & 0 deletions talent/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# Changes


## [1.4.1](https://github.com/googleapis/google-cloud-go/compare/talent/v1.4.0...talent/v1.4.1) (2022-11-09)


### Documentation

* **talent:** marking keyword_searchable_job_custom_attributes on the company object as deprecated ([9c5d6c8](https://github.com/googleapis/google-cloud-go/commit/9c5d6c857b9deece4663d37fc6c834fd758b98ca))
* **talent:** marking keyword_searchable_job_custom_attributes on the company object as deprecated ([9c5d6c8](https://github.com/googleapis/google-cloud-go/commit/9c5d6c857b9deece4663d37fc6c834fd758b98ca))

## [1.4.0](https://github.com/googleapis/google-cloud-go/compare/talent/v1.3.0...talent/v1.4.0) (2022-11-03)


Expand Down
2 changes: 1 addition & 1 deletion talent/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.4.0"
const Version = "1.4.1"
7 changes: 7 additions & 0 deletions video/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changes

## [1.10.0](https://github.com/googleapis/google-cloud-go/compare/video/v1.9.0...video/v1.10.0) (2022-11-09)


### Features

* **video/stitcher:** Add support for Media CDN ([9c5d6c8](https://github.com/googleapis/google-cloud-go/commit/9c5d6c857b9deece4663d37fc6c834fd758b98ca))

## [1.9.0](https://github.com/googleapis/google-cloud-go/compare/video/v1.8.0...video/v1.9.0) (2022-11-03)


Expand Down
2 changes: 1 addition & 1 deletion video/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"