Skip to content

Commit

Permalink
chore: release main (#6208)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Jun 17, 2022
1 parent c84e111 commit c76b358
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .release-please-manifest-submodules.json
@@ -1,7 +1,7 @@
{
"accessapproval": "1.3.0",
"accesscontextmanager": "1.2.0",
"aiplatform": "1.12.0",
"aiplatform": "1.13.0",
"analytics": "0.7.0",
"apigateway": "1.2.0",
"apigeeconnect": "1.2.0",
Expand All @@ -14,7 +14,7 @@
"baremetalsolution": "0.1.0",
"batch": "0.1.0",
"billing": "1.2.0",
"binaryauthorization": "0.5.0",
"binaryauthorization": "0.6.0",
"certificatemanager": "0.2.0",
"channel": "1.6.0",
"cloudbuild": "1.2.0",
Expand Down Expand Up @@ -96,7 +96,7 @@
"tpu": "1.2.0",
"trace": "1.2.0",
"translate": "1.2.0",
"video": "1.5.0",
"video": "1.6.0",
"videointelligence": "1.2.0",
"vision/v2": "2.0.0",
"vmmigration": "0.3.0",
Expand Down
7 changes: 7 additions & 0 deletions aiplatform/CHANGES.md
@@ -1,6 +1,13 @@
# Changes


## [1.13.0](https://github.com/googleapis/google-cloud-go/compare/aiplatform/v1.12.0...aiplatform/v1.13.0) (2022-06-17)


### Features

* **aiplatform:** add model_version_id to UploadModelResponse in aiplatform v1 model_service.proto ([c84e111](https://github.com/googleapis/google-cloud-go/commit/c84e111db5d3f57f4e8fbb5dfff0219d052435a0))

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


Expand Down
2 changes: 1 addition & 1 deletion aiplatform/internal/version.go
Expand Up @@ -15,4 +15,4 @@
package internal

// Version is the current tagged release of the library.
const Version = "1.12.0"
const Version = "1.13.0"
7 changes: 7 additions & 0 deletions binaryauthorization/CHANGES.md
@@ -1,5 +1,12 @@
# Changes

## [0.6.0](https://github.com/googleapis/google-cloud-go/compare/binaryauthorization/v0.5.0...binaryauthorization/v0.6.0) (2022-06-17)


### Features

* **binaryauthorization:** Adds a pod_namespace field to pod events created by Continuous Validation, to distinguish pods with the same name that run in different namespaces ([c84e111](https://github.com/googleapis/google-cloud-go/commit/c84e111db5d3f57f4e8fbb5dfff0219d052435a0))

## [0.5.0](https://github.com/googleapis/google-cloud-go/compare/binaryauthorization/v0.4.0...binaryauthorization/v0.5.0) (2022-05-09)


Expand Down
2 changes: 1 addition & 1 deletion binaryauthorization/internal/version.go
Expand Up @@ -15,4 +15,4 @@
package internal

// Version is the current tagged release of the library.
const Version = "0.5.0"
const Version = "0.6.0"
7 changes: 7 additions & 0 deletions video/CHANGES.md
@@ -1,5 +1,12 @@
# Changes

## [1.6.0](https://github.com/googleapis/google-cloud-go/compare/video/v1.5.0...video/v1.6.0) (2022-06-17)


### Features

* **video/transcoder:** add support for user labels for job and job template ([c84e111](https://github.com/googleapis/google-cloud-go/commit/c84e111db5d3f57f4e8fbb5dfff0219d052435a0))

## [1.5.0](https://github.com/googleapis/google-cloud-go/compare/video/v1.4.0...video/v1.5.0) (2022-06-16)


Expand Down
2 changes: 1 addition & 1 deletion video/internal/version.go
Expand Up @@ -15,4 +15,4 @@
package internal

// Version is the current tagged release of the library.
const Version = "1.5.0"
const Version = "1.6.0"

0 comments on commit c76b358

Please sign in to comment.