Skip to content

Commit 9135281

Browse files
chore: release main (#6146)
1 parent dee0ec2 commit 9135281

File tree

23 files changed

+116
-24
lines changed

23 files changed

+116
-24
lines changed

.release-please-manifest-submodules.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"accessapproval": "1.3.0",
33
"accesscontextmanager": "1.2.0",
4-
"aiplatform": "1.11.0",
5-
"analytics": "0.6.1",
4+
"aiplatform": "1.12.0",
5+
"analytics": "0.7.0",
66
"apigateway": "1.2.0",
77
"apigeeconnect": "1.2.0",
88
"appengine": "1.3.0",
@@ -11,16 +11,16 @@
1111
"asset": "1.2.0",
1212
"assuredworkloads": "0.6.0",
1313
"automl": "1.3.0",
14-
"baremetalsolution": "0.0.0",
15-
"batch": "0.0.0",
14+
"baremetalsolution": "0.1.0",
15+
"batch": "0.1.0",
1616
"billing": "1.2.0",
1717
"binaryauthorization": "0.5.0",
1818
"certificatemanager": "0.2.0",
1919
"channel": "1.6.0",
2020
"cloudbuild": "1.2.0",
2121
"clouddms": "1.2.0",
2222
"cloudtasks": "1.3.0",
23-
"compute": "1.6.1",
23+
"compute": "1.7.0",
2424
"contactcenterinsights": "1.2.0",
2525
"container": "1.2.0",
2626
"containeranalysis": "0.3.0",
@@ -33,18 +33,18 @@
3333
"dataqna": "0.3.0",
3434
"datastream": "0.5.0",
3535
"deploy": "1.2.0",
36-
"dialogflow": "1.9.0",
36+
"dialogflow": "1.10.0",
3737
"dlp": "1.4.0",
3838
"documentai": "1.4.0",
3939
"domains": "0.4.0",
4040
"essentialcontacts": "1.2.0",
4141
"eventarc": "1.6.0",
4242
"filestore": "1.2.0",
43-
"functions": "1.3.0",
43+
"functions": "1.4.0",
4444
"gaming": "1.2.0",
4545
"gkebackup": "0.1.0",
4646
"gkeconnect": "0.3.0",
47-
"gkehub": "0.6.0",
47+
"gkehub": "0.7.0",
4848
"gkemulticloud": "0.2.0",
4949
"grafeas": "0.2.0",
5050
"gsuiteaddons": "1.2.0",
@@ -72,7 +72,7 @@
7272
"phishingprotection": "0.3.0",
7373
"policytroubleshooter": "1.2.0",
7474
"privatecatalog": "0.3.0",
75-
"recaptchaenterprise/v2": "2.0.0",
75+
"recaptchaenterprise/v2": "2.0.1",
7676
"recommendationengine": "0.2.0",
7777
"recommender": "1.3.0",
7878
"redis": "1.5.0",
@@ -91,12 +91,12 @@
9191
"shell": "1.2.0",
9292
"speech": "1.4.0",
9393
"storagetransfer": "1.3.0",
94-
"talent": "0.7.0",
94+
"talent": "0.8.0",
9595
"texttospeech": "1.3.0",
9696
"tpu": "1.2.0",
9797
"trace": "1.2.0",
9898
"translate": "1.2.0",
99-
"video": "1.4.0",
99+
"video": "1.5.0",
100100
"videointelligence": "1.2.0",
101101
"vision/v2": "2.0.0",
102102
"vmmigration": "0.3.0",

aiplatform/CHANGES.md

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

33

4+
## [1.12.0](https://github.com/googleapis/google-cloud-go/compare/aiplatform/v1.11.0...aiplatform/v1.12.0) (2022-06-16)
5+
6+
7+
### Features
8+
9+
* **aiplatform:** add default_skew_threshold to TrainingPredictionSkewDetectionConfig in aiplatform v1beta1, v1 model_monitoring.proto ([5e46068](https://github.com/googleapis/google-cloud-go/commit/5e46068329153daf5aa590a6415d4764f1ab2b90))
10+
* **aiplatform:** add env to ContainerSpec in aiplatform v1beta1 custom_job.proto ([90489b1](https://github.com/googleapis/google-cloud-go/commit/90489b10fd7da4cfafe326e00d1f4d81570147f7))
11+
* **aiplatform:** add monitor_window to ModelDeploymentMonitoringScheduleConfig proto in aiplatform v1/v1beta1 model_deployment_monitoring_job.proto ([4134941](https://github.com/googleapis/google-cloud-go/commit/41349411e601f57dc6d9e246f1748fd86d17bb15))
12+
* **aiplatform:** add successful_forecast_point_count to CompletionStats in aiplatform v1 completion_stats.proto feat: add neighbors to Explanation in aiplatform v1 explanation.proto feat: add examples_override to ExplanationSpecOverride in aiplatform v1 explanation.proto feat: add version_id, version_aliases, version_create_time, version_update_time, and version_description to aiplatform v1 model.proto feat: add ModelVersion CRUD methods in aiplatform v1 model_service.proto feat: add model_id and parent_model to TrainingPipeline in aiplatform v1 training_pipeline.proto ([90489b1](https://github.com/googleapis/google-cloud-go/commit/90489b10fd7da4cfafe326e00d1f4d81570147f7))
13+
* **aiplatform:** Include the location and iam_policy mixin clients ([90489b1](https://github.com/googleapis/google-cloud-go/commit/90489b10fd7da4cfafe326e00d1f4d81570147f7))
14+
415
## [1.11.0](https://github.com/googleapis/google-cloud-go/compare/aiplatform/v1.10.0...aiplatform/v1.11.0) (2022-06-01)
516

617

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.11.0"
18+
const Version = "1.12.0"

analytics/CHANGES.md

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

3+
## [0.7.0](https://github.com/googleapis/google-cloud-go/compare/analytics/v0.6.1...analytics/v0.7.0) (2022-06-16)
4+
5+
6+
### Features
7+
8+
* **analytics/admin:** Add Java REST transport to analytics, servicecontrol, servicemanagement, serviceusage and langauge APIs ([90489b1](https://github.com/googleapis/google-cloud-go/commit/90489b10fd7da4cfafe326e00d1f4d81570147f7))
9+
310
### [0.6.1](https://github.com/googleapis/google-cloud-go/compare/analytics/v0.6.0...analytics/v0.6.1) (2022-05-24)
411

512

analytics/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 = "0.6.1"
18+
const Version = "0.7.0"

baremetalsolution/CHANGES.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,8 @@
1-
# Changes
1+
# Changelog
2+
3+
## 0.1.0 (2022-06-16)
4+
5+
6+
### Features
7+
8+
* **baremetalsolution:** start generating apiv2 ([#6147](https://github.com/googleapis/google-cloud-go/issues/6147)) ([5dcbf2f](https://github.com/googleapis/google-cloud-go/commit/5dcbf2f859e2b99e5497d6ac45825a80799f32ab))

baremetalsolution/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.

batch/CHANGES.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,8 @@
1-
# Changes
1+
# Changelog
2+
3+
## 0.1.0 (2022-06-16)
4+
5+
6+
### Features
7+
8+
* **batch:** start generating apiv1 ([#6145](https://github.com/googleapis/google-cloud-go/issues/6145)) ([41525fa](https://github.com/googleapis/google-cloud-go/commit/41525fab52da7e913f3593e89cef91c022898be3))

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.

compute/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.7.0](https://github.com/googleapis/google-cloud-go/compare/compute/v1.6.1...compute/v1.7.0) (2022-06-16)
4+
5+
6+
### Features
7+
8+
* **compute:** Update Compute Engine API to revision 20220526 ([#722](https://github.com/googleapis/google-cloud-go/issues/722)) ([4134941](https://github.com/googleapis/google-cloud-go/commit/41349411e601f57dc6d9e246f1748fd86d17bb15))
9+
310
### [1.6.1](https://github.com/googleapis/google-cloud-go/compare/compute/v1.6.0...compute/v1.6.1) (2022-04-21)
411

512

0 commit comments

Comments
 (0)