Skip to content

Commit 76640a7

Browse files
chore: release main
1 parent ac0c5c2 commit 76640a7

File tree

15 files changed

+67
-15
lines changed

15 files changed

+67
-15
lines changed

.release-please-manifest-submodules.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"accessapproval": "1.5.0",
33
"accesscontextmanager": "1.5.0",
4-
"aiplatform": "1.25.0",
4+
"aiplatform": "1.26.0",
55
"analytics": "0.12.0",
66
"apigateway": "1.4.0",
77
"apigeeconnect": "1.4.0",
@@ -14,12 +14,12 @@
1414
"assuredworkloads": "1.9.0",
1515
"automl": "1.8.0",
1616
"baremetalsolution": "0.4.0",
17-
"batch": "0.4.0",
17+
"batch": "0.4.1",
1818
"beyondcorp": "0.3.0",
1919
"billing": "1.7.0",
2020
"binaryauthorization": "1.4.0",
2121
"certificatemanager": "1.4.0",
22-
"channel": "1.9.0",
22+
"channel": "1.10.0",
2323
"cloudbuild": "1.5.0",
2424
"clouddms": "1.4.0",
2525
"cloudtasks": "1.8.0",
@@ -39,8 +39,8 @@
3939
"datastream": "1.5.0",
4040
"deploy": "1.5.0",
4141
"dialogflow": "1.20.0",
42-
"dlp": "1.7.0",
43-
"documentai": "1.11.0",
42+
"dlp": "1.8.0",
43+
"documentai": "1.12.0",
4444
"domains": "0.7.0",
4545
"edgecontainer": "0.2.0",
4646
"essentialcontacts": "1.4.0",
@@ -63,7 +63,7 @@
6363
"lifesciences": "0.6.0",
6464
"longrunning": "0.3.0",
6565
"managedidentities": "1.4.0",
66-
"maps": "0.0.0",
66+
"maps": "0.1.0",
6767
"mediatranslation": "0.6.0",
6868
"memcache": "1.7.0",
6969
"metastore": "1.8.0",
@@ -91,7 +91,7 @@
9191
"scheduler": "1.7.0",
9292
"secretmanager": "1.9.0",
9393
"security": "1.10.0",
94-
"securitycenter": "1.16.0",
94+
"securitycenter": "1.17.0",
9595
"servicecontrol": "1.5.0",
9696
"servicedirectory": "1.7.0",
9797
"servicemanagement": "1.5.0",

aiplatform/CHANGES.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
# Changes
22

33

4+
## [1.26.0](https://github.com/googleapis/google-cloud-go/compare/aiplatform/v1.25.0...aiplatform/v1.26.0) (2022-11-16)
5+
6+
7+
### Features
8+
9+
* **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))
10+
* **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))
11+
412
## [1.25.0](https://github.com/googleapis/google-cloud-go/compare/aiplatform/v1.24.0...aiplatform/v1.25.0) (2022-11-09)
513

614

aiplatform/internal/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
package internal
1616

1717
// Version is the current tagged release of the library.
18-
const Version = "1.25.0"
18+
const Version = "1.26.0"

batch/CHANGES.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.4.1](https://github.com/googleapis/google-cloud-go/compare/batch/v0.4.0...batch/v0.4.1) (2022-11-16)
4+
5+
6+
### Documentation
7+
8+
* **batch:** fix minor docstring formatting ([2b4957c](https://github.com/googleapis/google-cloud-go/commit/2b4957c7c348ecf5952e02f3602379fffaa758b4))
9+
310
## [0.4.0](https://github.com/googleapis/google-cloud-go/compare/batch/v0.3.0...batch/v0.4.0) (2022-11-03)
411

512

batch/internal/version.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

channel/CHANGES.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changes
22

3+
## [1.10.0](https://github.com/googleapis/google-cloud-go/compare/channel/v1.9.0...channel/v1.10.0) (2022-11-16)
4+
5+
6+
### Features
7+
8+
* **channel:** add deal_code field to message Offer ([2b4957c](https://github.com/googleapis/google-cloud-go/commit/2b4957c7c348ecf5952e02f3602379fffaa758b4))
9+
310
## [1.9.0](https://github.com/googleapis/google-cloud-go/compare/channel/v1.8.0...channel/v1.9.0) (2022-11-03)
411

512

channel/internal/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
package internal
1616

1717
// Version is the current tagged release of the library.
18-
const Version = "1.9.0"
18+
const Version = "1.10.0"

dlp/CHANGES.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changes
22

3+
## [1.8.0](https://github.com/googleapis/google-cloud-go/compare/dlp/v1.7.0...dlp/v1.8.0) (2022-11-16)
4+
5+
6+
### Features
7+
8+
* **dlp:** ExcludeByHotword added as an ExclusionRule type, NEW_ZEALAND added as a LocationCategory value ([ac0c5c2](https://github.com/googleapis/google-cloud-go/commit/ac0c5c21221e8d055e6b8b1c473600c58e306b00))
9+
310
## [1.7.0](https://github.com/googleapis/google-cloud-go/compare/dlp/v1.6.0...dlp/v1.7.0) (2022-11-03)
411

512

dlp/internal/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
package internal
1616

1717
// Version is the current tagged release of the library.
18-
const Version = "1.7.0"
18+
const Version = "1.8.0"

documentai/CHANGES.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# Changes
22

33

4+
## [1.12.0](https://github.com/googleapis/google-cloud-go/compare/documentai/v1.11.0...documentai/v1.12.0) (2022-11-16)
5+
6+
7+
### Features
8+
9+
* **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))
10+
411
## [1.11.0](https://github.com/googleapis/google-cloud-go/compare/documentai/v1.10.0...documentai/v1.11.0) (2022-11-09)
512

613

documentai/internal/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
package internal
1616

1717
// Version is the current tagged release of the library.
18-
const Version = "1.11.0"
18+
const Version = "1.12.0"

maps/CHANGES.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,10 @@
1-
# Changes
1+
# Changelog
2+
3+
## 0.1.0 (2022-11-16)
4+
5+
6+
### Features
7+
8+
* **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))
9+
10+
## Changes

maps/internal/version.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

securitycenter/CHANGES.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changes
22

3+
## [1.17.0](https://github.com/googleapis/google-cloud-go/compare/securitycenter/v1.16.0...securitycenter/v1.17.0) (2022-11-16)
4+
5+
6+
### Features
7+
8+
* **securitycenter:** Add files field to finding's list of attributes ([ac0c5c2](https://github.com/googleapis/google-cloud-go/commit/ac0c5c21221e8d055e6b8b1c473600c58e306b00))
9+
310
## [1.16.0](https://github.com/googleapis/google-cloud-go/compare/securitycenter/v1.15.0...securitycenter/v1.16.0) (2022-11-03)
411

512

securitycenter/internal/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
package internal
1616

1717
// Version is the current tagged release of the library.
18-
const Version = "1.16.0"
18+
const Version = "1.17.0"

0 commit comments

Comments
 (0)