Skip to content

Commit

Permalink
chore: release main
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Dec 5, 2022
1 parent a9045ff commit 3eee8bd
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.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",
Expand All @@ -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",
Expand Down Expand Up @@ -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",
Expand Down
7 changes: 7 additions & 0 deletions 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)


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.27.0"
const Version = "1.28.0"
7 changes: 7 additions & 0 deletions 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)


Expand Down
2 changes: 1 addition & 1 deletion compute/internal/version.go
Expand Up @@ -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"
7 changes: 7 additions & 0 deletions 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)


Expand Down
2 changes: 1 addition & 1 deletion iam/internal/version.go
Expand Up @@ -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"

0 comments on commit 3eee8bd

Please sign in to comment.