Skip to content

Commit 7737696

Browse files
chore: release main (#7243)
1 parent 9018b83 commit 7737696

File tree

17 files changed

+76
-16
lines changed

17 files changed

+76
-16
lines changed

.release-please-manifest-submodules.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"accessapproval": "1.6.0",
33
"accesscontextmanager": "1.6.0",
4-
"aiplatform": "1.29.0",
4+
"aiplatform": "1.30.0",
55
"analytics": "0.13.0",
66
"apigateway": "1.5.0",
77
"apigeeconnect": "1.5.0",
@@ -10,7 +10,7 @@
1010
"appengine": "1.6.0",
1111
"area120": "0.7.0",
1212
"artifactregistry": "1.10.0",
13-
"asset": "1.11.0",
13+
"asset": "1.11.1",
1414
"assuredworkloads": "1.10.0",
1515
"automl": "1.9.0",
1616
"baremetalsolution": "0.5.0",
@@ -28,7 +28,7 @@
2828
"contactcenterinsights": "1.5.0",
2929
"container": "1.10.0",
3030
"containeranalysis": "0.7.0",
31-
"datacatalog": "1.9.0",
31+
"datacatalog": "1.10.0",
3232
"dataflow": "0.8.0",
3333
"dataform": "0.6.0",
3434
"datafusion": "1.6.0",
@@ -38,7 +38,7 @@
3838
"dataqna": "0.7.0",
3939
"datastream": "1.6.0",
4040
"deploy": "1.6.0",
41-
"dialogflow": "1.22.0",
41+
"dialogflow": "1.23.0",
4242
"dlp": "1.9.0",
4343
"documentai": "1.14.0",
4444
"domains": "0.8.0",
@@ -67,7 +67,7 @@
6767
"mediatranslation": "0.7.0",
6868
"memcache": "1.9.0",
6969
"metastore": "1.10.0",
70-
"monitoring": "1.11.0",
70+
"monitoring": "1.12.0",
7171
"networkconnectivity": "1.9.0",
7272
"networkmanagement": "1.6.0",
7373
"networksecurity": "0.7.0",
@@ -91,7 +91,7 @@
9191
"scheduler": "1.8.0",
9292
"secretmanager": "1.10.0",
9393
"security": "1.11.0",
94-
"securitycenter": "1.18.0",
94+
"securitycenter": "1.18.1",
9595
"servicecontrol": "1.6.0",
9696
"servicedirectory": "1.8.0",
9797
"servicemanagement": "1.6.0",
@@ -107,8 +107,8 @@
107107
"video": "1.12.0",
108108
"videointelligence": "1.10.0",
109109
"vision/v2": "2.6.0",
110-
"vmmigration": "1.4.0",
111-
"vmwareengine": "0.2.0",
110+
"vmmigration": "1.5.0",
111+
"vmwareengine": "0.2.1",
112112
"vpcaccess": "1.6.0",
113113
"webrisk": "1.8.0",
114114
"websecurityscanner": "1.5.0",

aiplatform/CHANGES.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
# Changes
22

33

4+
## [1.30.0](https://github.com/googleapis/google-cloud-go/compare/aiplatform/v1.29.0...aiplatform/v1.30.0) (2023-01-18)
5+
6+
7+
### Features
8+
9+
* **aiplatform:** Add instance_config to BatchPredictionJob in aiplatform v1 batch_prediction_job.proto ([ee41485](https://github.com/googleapis/google-cloud-go/commit/ee41485860bcbbd09ce4e28ee6ddca81a5f17211))
10+
* **aiplatform:** Add saved_queries to Dataset in aiplatform v1 dataset.proto feat: add order_by to ListModelVersionRequest in aiplatform v1 model_service.proto feat: add update_all_stopped_trials to ConvexAutomatedStoppingSpec in aiplatform v1 study.proto feat: add ReadTensorboardUsage rpc in aiplatform v1 tensorboard_service.proto ([ee41485](https://github.com/googleapis/google-cloud-go/commit/ee41485860bcbbd09ce4e28ee6ddca81a5f17211))
11+
* **aiplatform:** Add saved_queries to Dataset in aiplatform v1beta1 dataset.proto feat: add order_by to ListModelVersionRequest in aiplatform v1beta1 model_service.proto feat: add update_all_stopped_trials to ConvexAutomatedStoppingSpec in aiplatform v1beta1 study.proto feat: add ReadTensorboardUsage rpc in aiplatform v1beta1 tensorboard_service.proto ([ee41485](https://github.com/googleapis/google-cloud-go/commit/ee41485860bcbbd09ce4e28ee6ddca81a5f17211))
12+
413
## [1.29.0](https://github.com/googleapis/google-cloud-go/compare/aiplatform/v1.28.0...aiplatform/v1.29.0) (2023-01-04)
514

615

aiplatform/internal/version.go

+1-1
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.29.0"
18+
const Version = "1.30.0"

asset/CHANGES.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changes
22

3+
## [1.11.1](https://github.com/googleapis/google-cloud-go/compare/asset/v1.11.0...asset/v1.11.1) (2023-01-18)
4+
5+
6+
### Documentation
7+
8+
* **asset:** Brand and typo fixes feat: Policy Analyzer for Organization Policy is publicly available ([8b3b76d](https://github.com/googleapis/google-cloud-go/commit/8b3b76d4c896e3f3338ccd357a5b2b7a6155c773))
9+
310
## [1.11.0](https://github.com/googleapis/google-cloud-go/compare/asset/v1.10.1...asset/v1.11.0) (2023-01-04)
411

512

asset/internal/version.go

+1-1
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.11.1"

datacatalog/CHANGES.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changes
22

3+
## [1.10.0](https://github.com/googleapis/google-cloud-go/compare/datacatalog/v1.9.0...datacatalog/v1.10.0) (2023-01-18)
4+
5+
6+
### Features
7+
8+
* **datacatalog/lineage:** Start generating apiv1 ([#7245](https://github.com/googleapis/google-cloud-go/issues/7245)) ([d7a53c3](https://github.com/googleapis/google-cloud-go/commit/d7a53c3a8ca8f8434d7f41f7a55effa9366e0461))
9+
* **datacatalog:** Start generating REST transport for apiv1 ([#7246](https://github.com/googleapis/google-cloud-go/issues/7246)) ([1b90131](https://github.com/googleapis/google-cloud-go/commit/1b9013192c1e82c7ef4a5e42273bcc1ac2a57223))
10+
311
## [1.9.0](https://github.com/googleapis/google-cloud-go/compare/datacatalog/v1.8.1...datacatalog/v1.9.0) (2023-01-04)
412

513

datacatalog/internal/version.go

+1-1
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"

dialogflow/CHANGES.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changes
22

3+
## [1.23.0](https://github.com/googleapis/google-cloud-go/compare/dialogflow/v1.22.0...dialogflow/v1.23.0) (2023-01-18)
4+
5+
6+
### Features
7+
8+
* **dialogflow/cx:** ResponseMessage proto contains channel information docs: updated go library package ([8b3b76d](https://github.com/googleapis/google-cloud-go/commit/8b3b76d4c896e3f3338ccd357a5b2b7a6155c773))
9+
* **dialogflow/cx:** ResponseMessage proto contains channel information docs: updated go library package ([1fb0c5e](https://github.com/googleapis/google-cloud-go/commit/1fb0c5e105dcae3a30b2e5b10ee47b84cbef8295))
10+
311
## [1.22.0](https://github.com/googleapis/google-cloud-go/compare/dialogflow/v1.21.0...dialogflow/v1.22.0) (2023-01-04)
412

513

dialogflow/internal/version.go

+1-1
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.22.0"
18+
const Version = "1.23.0"

monitoring/CHANGES.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changes
22

3+
## [1.12.0](https://github.com/googleapis/google-cloud-go/compare/monitoring/v1.11.0...monitoring/v1.12.0) (2023-01-18)
4+
5+
6+
### Features
7+
8+
* **monitoring/dashboard:** Added support for horizontal bar rendering and column settings on time series tables ([1fb0c5e](https://github.com/googleapis/google-cloud-go/commit/1fb0c5e105dcae3a30b2e5b10ee47b84cbef8295))
9+
310
## [1.11.0](https://github.com/googleapis/google-cloud-go/compare/monitoring/v1.10.0...monitoring/v1.11.0) (2023-01-10)
411

512

monitoring/internal/version.go

+1-1
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"

securitycenter/CHANGES.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changes
22

3+
## [1.18.1](https://github.com/googleapis/google-cloud-go/compare/securitycenter/v1.18.0...securitycenter/v1.18.1) (2023-01-18)
4+
5+
6+
### Documentation
7+
8+
* **securitycenter:** Update documentation for Security Command Center *.assets.list "parent" parameter ([8b3b76d](https://github.com/googleapis/google-cloud-go/commit/8b3b76d4c896e3f3338ccd357a5b2b7a6155c773))
9+
310
## [1.18.0](https://github.com/googleapis/google-cloud-go/compare/securitycenter/v1.17.0...securitycenter/v1.18.0) (2023-01-04)
411

512

securitycenter/internal/version.go

+1-1
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.18.0"
18+
const Version = "1.18.1"

vmmigration/CHANGES.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# Changes
22

33

4+
## [1.5.0](https://github.com/googleapis/google-cloud-go/compare/vmmigration/v1.4.0...vmmigration/v1.5.0) (2023-01-18)
5+
6+
7+
### Features
8+
9+
* **vmmigration:** AWS as a source feat: Cycles history feat: Cycle\Clone\Cutover steps ([ee41485](https://github.com/googleapis/google-cloud-go/commit/ee41485860bcbbd09ce4e28ee6ddca81a5f17211))
10+
411
## [1.4.0](https://github.com/googleapis/google-cloud-go/compare/vmmigration/v1.3.0...vmmigration/v1.4.0) (2023-01-04)
512

613

vmmigration/internal/version.go

+1-1
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.4.0"
18+
const Version = "1.5.0"

vmwareengine/CHANGES.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.2.1](https://github.com/googleapis/google-cloud-go/compare/vmwareengine/v0.2.0...vmwareengine/v0.2.1) (2023-01-18)
4+
5+
6+
### Documentation
7+
8+
* **vmwareengine:** Update location in docstrings to use `us-central1` ([1fb0c5e](https://github.com/googleapis/google-cloud-go/commit/1fb0c5e105dcae3a30b2e5b10ee47b84cbef8295))
9+
310
## [0.2.0](https://github.com/googleapis/google-cloud-go/compare/vmwareengine/v0.1.0...vmwareengine/v0.2.0) (2023-01-04)
411

512

vmwareengine/internal/version.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)