Skip to content

Commit 0cf30f5

Browse files
chore: release main
1 parent 2b4957c commit 0cf30f5

File tree

9 files changed

+39
-9
lines changed

9 files changed

+39
-9
lines changed

.release-please-manifest-submodules.json

Lines changed: 4 additions & 4 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",
@@ -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",

aiplatform/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.26.0](https://github.com/googleapis/google-cloud-go/compare/aiplatform/v1.25.0...aiplatform/v1.26.0) (2022-11-14)
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+
411
## [1.25.0](https://github.com/googleapis/google-cloud-go/compare/aiplatform/v1.24.0...aiplatform/v1.25.0) (2022-11-09)
512

613

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-14)
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-14)
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"

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-14)
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.

0 commit comments

Comments
 (0)