Skip to content

Commit

Permalink
chore: release main (googleapis#7020)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Nov 16, 2022
1 parent 1b7993d commit caf8e78
Show file tree
Hide file tree
Showing 15 changed files with 64 additions and 14 deletions.
14 changes: 7 additions & 7 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.5.0",
"aiplatform": "1.25.0",
"aiplatform": "1.26.0",
"analytics": "0.12.0",
"apigateway": "1.4.0",
"apigeeconnect": "1.4.0",
Expand All @@ -14,12 +14,12 @@
"assuredworkloads": "1.9.0",
"automl": "1.8.0",
"baremetalsolution": "0.4.0",
"batch": "0.4.0",
"batch": "0.4.1",
"beyondcorp": "0.3.0",
"billing": "1.7.0",
"binaryauthorization": "1.4.0",
"certificatemanager": "1.4.0",
"channel": "1.9.0",
"channel": "1.10.0",
"cloudbuild": "1.5.0",
"clouddms": "1.4.0",
"cloudtasks": "1.8.0",
Expand All @@ -39,8 +39,8 @@
"datastream": "1.5.0",
"deploy": "1.5.0",
"dialogflow": "1.20.0",
"dlp": "1.7.0",
"documentai": "1.11.0",
"dlp": "1.8.0",
"documentai": "1.12.0",
"domains": "0.7.0",
"edgecontainer": "0.2.0",
"essentialcontacts": "1.4.0",
Expand All @@ -63,7 +63,7 @@
"lifesciences": "0.6.0",
"longrunning": "0.3.0",
"managedidentities": "1.4.0",
"maps": "0.0.0",
"maps": "0.1.0",
"mediatranslation": "0.6.0",
"memcache": "1.7.0",
"metastore": "1.8.0",
Expand Down Expand Up @@ -91,7 +91,7 @@
"scheduler": "1.7.0",
"secretmanager": "1.9.0",
"security": "1.10.0",
"securitycenter": "1.16.0",
"securitycenter": "1.17.0",
"servicecontrol": "1.5.0",
"servicedirectory": "1.7.0",
"servicemanagement": "1.5.0",
Expand Down
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.26.0](https://github.com/googleapis/google-cloud-go/compare/aiplatform/v1.25.0...aiplatform/v1.26.0) (2022-11-16)


### Features

* **aiplatform:** add instance_config to batch_prediction_job in aiplatform v1beta1 batch_prediction_job.proto ([2b4957c](https://github.com/googleapis/google-cloud-go/commit/2b4957c7c348ecf5952e02f3602379fffaa758b4))
* **aiplatform:** add service_account to batch_prediction_job in aiplatform v1 batch_prediction_job.proto ([ac0c5c2](https://github.com/googleapis/google-cloud-go/commit/ac0c5c21221e8d055e6b8b1c473600c58e306b00))

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


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.25.0"
const Version = "1.26.0"
7 changes: 7 additions & 0 deletions batch/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.4.1](https://github.com/googleapis/google-cloud-go/compare/batch/v0.4.0...batch/v0.4.1) (2022-11-16)


### Documentation

* **batch:** fix minor docstring formatting ([2b4957c](https://github.com/googleapis/google-cloud-go/commit/2b4957c7c348ecf5952e02f3602379fffaa758b4))

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


Expand Down
2 changes: 1 addition & 1 deletion batch/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 channel/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/channel/v1.9.0...channel/v1.10.0) (2022-11-16)


### Features

* **channel:** add deal_code field to message Offer ([2b4957c](https://github.com/googleapis/google-cloud-go/commit/2b4957c7c348ecf5952e02f3602379fffaa758b4))

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


Expand Down
2 changes: 1 addition & 1 deletion channel/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 dlp/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/dlp/v1.7.0...dlp/v1.8.0) (2022-11-16)


### Features

* **dlp:** ExcludeByHotword added as an ExclusionRule type, NEW_ZEALAND added as a LocationCategory value ([ac0c5c2](https://github.com/googleapis/google-cloud-go/commit/ac0c5c21221e8d055e6b8b1c473600c58e306b00))

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


Expand Down
2 changes: 1 addition & 1 deletion dlp/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 documentai/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Changes


## [1.12.0](https://github.com/googleapis/google-cloud-go/compare/documentai/v1.11.0...documentai/v1.12.0) (2022-11-16)


### Features

* **documentai:** added TrainProcessorVersion, EvaluateProcessorVersion, GetEvaluation, and ListEvaluations v1beta3 APIs feat: added evaluation.proto feat: added document_schema field in ProcessorVersion processor.proto feat: added image_quality_scores field in Document.Page in document.proto feat: added font_family field in Document.Style in document.proto ([ac0c5c2](https://github.com/googleapis/google-cloud-go/commit/ac0c5c21221e8d055e6b8b1c473600c58e306b00))

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


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.11.0"
const Version = "1.12.0"
7 changes: 7 additions & 0 deletions maps/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,9 @@
# Changes

## 0.1.0 (2022-11-16)


### Features

* **maps/addressvalidation:** Start generating apiv1 ([#7012](https://github.com/googleapis/google-cloud-go/issues/7012)) ([3e88250](https://github.com/googleapis/google-cloud-go/commit/3e882501ea196ff4f122989e5726bfd4c72e5133))
* **maps/routing:** Start generating apiv2 ([#7056](https://github.com/googleapis/google-cloud-go/issues/7056)) ([1b7993d](https://github.com/googleapis/google-cloud-go/commit/1b7993d6931cf33bab07124da4180eeb3faffe7e))
2 changes: 1 addition & 1 deletion maps/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 securitycenter/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changes

## [1.17.0](https://github.com/googleapis/google-cloud-go/compare/securitycenter/v1.16.0...securitycenter/v1.17.0) (2022-11-16)


### Features

* **securitycenter:** Add files field to finding's list of attributes ([ac0c5c2](https://github.com/googleapis/google-cloud-go/commit/ac0c5c21221e8d055e6b8b1c473600c58e306b00))

## [1.16.0](https://github.com/googleapis/google-cloud-go/compare/securitycenter/v1.15.0...securitycenter/v1.16.0) (2022-11-03)


Expand Down
2 changes: 1 addition & 1 deletion securitycenter/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.16.0"
const Version = "1.17.0"

0 comments on commit caf8e78

Please sign in to comment.