From c351552ce05d10954f3967391a815f7df7a74cfb Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Fri, 17 Jun 2022 13:50:53 +0000 Subject: [PATCH] chore: release main --- .release-please-manifest-submodules.json | 6 +++--- aiplatform/CHANGES.md | 7 +++++++ aiplatform/internal/version.go | 2 +- binaryauthorization/CHANGES.md | 7 +++++++ binaryauthorization/internal/version.go | 2 +- video/CHANGES.md | 7 +++++++ video/internal/version.go | 2 +- 7 files changed, 27 insertions(+), 6 deletions(-) diff --git a/.release-please-manifest-submodules.json b/.release-please-manifest-submodules.json index 19158c222a7f..00b99da4a04c 100644 --- a/.release-please-manifest-submodules.json +++ b/.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", @@ -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", @@ -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", diff --git a/aiplatform/CHANGES.md b/aiplatform/CHANGES.md index 88084534cef7..55f7165c1c5f 100644 --- a/aiplatform/CHANGES.md +++ b/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) diff --git a/aiplatform/internal/version.go b/aiplatform/internal/version.go index 4518b5fb4070..efedadbea253 100644 --- a/aiplatform/internal/version.go +++ b/aiplatform/internal/version.go @@ -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" diff --git a/binaryauthorization/CHANGES.md b/binaryauthorization/CHANGES.md index 3e418d00b921..8bbcce1f3f9d 100644 --- a/binaryauthorization/CHANGES.md +++ b/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) diff --git a/binaryauthorization/internal/version.go b/binaryauthorization/internal/version.go index d0d3f79115b7..75ae2d0e75aa 100644 --- a/binaryauthorization/internal/version.go +++ b/binaryauthorization/internal/version.go @@ -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" diff --git a/video/CHANGES.md b/video/CHANGES.md index 8ccb06678479..f68259910543 100644 --- a/video/CHANGES.md +++ b/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) diff --git a/video/internal/version.go b/video/internal/version.go index e93235c20322..05d3396f1001 100644 --- a/video/internal/version.go +++ b/video/internal/version.go @@ -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"