From 3eee8bd9e5c77ae6c5a57489331041c3c00fac6b Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Mon, 5 Dec 2022 18:18:31 +0000 Subject: [PATCH] chore: release main --- .release-please-manifest-submodules.json | 6 +++--- aiplatform/CHANGES.md | 7 +++++++ aiplatform/internal/version.go | 2 +- compute/CHANGES.md | 7 +++++++ compute/internal/version.go | 2 +- iam/CHANGES.md | 7 +++++++ iam/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 812fae59bf0..52ca2228c40 100644 --- a/.release-please-manifest-submodules.json +++ b/.release-please-manifest-submodules.json @@ -1,7 +1,7 @@ { "accessapproval": "1.5.0", "accesscontextmanager": "1.5.0", - "aiplatform": "1.27.0", + "aiplatform": "1.28.0", "analytics": "0.12.0", "apigateway": "1.4.0", "apigeeconnect": "1.4.0", @@ -23,7 +23,7 @@ "cloudbuild": "1.5.0", "clouddms": "1.4.0", "cloudtasks": "1.8.0", - "compute": "1.13.0", + "compute": "1.14.0", "compute/metadata": "0.2.2", "contactcenterinsights": "1.4.0", "container": "1.9.0", @@ -54,7 +54,7 @@ "gkemulticloud": "0.4.0", "grafeas": "0.2.0", "gsuiteaddons": "1.4.0", - "iam": "0.7.0", + "iam": "0.8.0", "iap": "1.5.0", "ids": "1.2.0", "iot": "1.4.0", diff --git a/aiplatform/CHANGES.md b/aiplatform/CHANGES.md index a099c5885e1..d3f3ae77a1a 100644 --- a/aiplatform/CHANGES.md +++ b/aiplatform/CHANGES.md @@ -1,6 +1,13 @@ # Changes +## [1.28.0](https://github.com/googleapis/google-cloud-go/compare/aiplatform/v1.27.0...aiplatform/v1.28.0) (2022-12-05) + + +### Features + +* **aiplatform:** rewrite signatures and type in terms of new location ([620e6d8](https://github.com/googleapis/google-cloud-go/commit/620e6d828ad8641663ae351bfccfe46281e817ad)) + ## [1.27.0](https://github.com/googleapis/google-cloud-go/compare/aiplatform/v1.26.0...aiplatform/v1.27.0) (2022-12-01) diff --git a/aiplatform/internal/version.go b/aiplatform/internal/version.go index dc1cb9f6009..50f34dc83c5 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.27.0" +const Version = "1.28.0" diff --git a/compute/CHANGES.md b/compute/CHANGES.md index 3658ea29e25..3bbcac725da 100644 --- a/compute/CHANGES.md +++ b/compute/CHANGES.md @@ -1,5 +1,12 @@ # Changes +## [1.14.0](https://github.com/googleapis/google-cloud-go/compare/compute/v1.13.0...compute/v1.14.0) (2022-12-05) + + +### Features + +* **compute:** rewrite signatures and type in terms of new location ([620e6d8](https://github.com/googleapis/google-cloud-go/commit/620e6d828ad8641663ae351bfccfe46281e817ad)) + ## [1.13.0](https://github.com/googleapis/google-cloud-go/compare/compute/v1.12.1...compute/v1.13.0) (2022-12-01) diff --git a/compute/internal/version.go b/compute/internal/version.go index efedadbea25..c9ba91825c2 100644 --- a/compute/internal/version.go +++ b/compute/internal/version.go @@ -15,4 +15,4 @@ package internal // Version is the current tagged release of the library. -const Version = "1.13.0" +const Version = "1.14.0" diff --git a/iam/CHANGES.md b/iam/CHANGES.md index b0a46ed9782..ced217827b0 100644 --- a/iam/CHANGES.md +++ b/iam/CHANGES.md @@ -1,5 +1,12 @@ # Changes +## [0.8.0](https://github.com/googleapis/google-cloud-go/compare/iam/v0.7.0...iam/v0.8.0) (2022-12-05) + + +### Features + +* **iam:** Start generating and refresh some libraries ([#7089](https://github.com/googleapis/google-cloud-go/issues/7089)) ([a9045ff](https://github.com/googleapis/google-cloud-go/commit/a9045ff191a711089c37f1d94a63522d9939ce38)) + ## [0.7.0](https://github.com/googleapis/google-cloud-go/compare/iam/v0.6.0...iam/v0.7.0) (2022-11-03) diff --git a/iam/internal/version.go b/iam/internal/version.go index d1002df0887..13047498bea 100644 --- a/iam/internal/version.go +++ b/iam/internal/version.go @@ -15,4 +15,4 @@ package internal // Version is the current tagged release of the library. -const Version = "0.7.0" +const Version = "0.8.0"