Skip to content

Commit

Permalink
chore: release main (#6633)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Sep 9, 2022
1 parent ba1860b commit 3dafcbc
Show file tree
Hide file tree
Showing 11 changed files with 45 additions and 10 deletions.
10 changes: 5 additions & 5 deletions .release-please-manifest-submodules.json
@@ -1,20 +1,20 @@
{
"accessapproval": "1.3.1",
"accesscontextmanager": "1.2.0",
"aiplatform": "1.18.0",
"aiplatform": "1.19.0",
"analytics": "0.9.0",
"apigateway": "1.2.0",
"apigeeconnect": "1.2.0",
"apigeeregistry": "0.2.0",
"apigeeregistry": "0.2.1",
"apikeys": "0.1.0",
"appengine": "1.3.0",
"area120": "0.4.0",
"artifactregistry": "1.4.0",
"asset": "1.5.0",
"asset": "1.6.0",
"assuredworkloads": "1.3.0",
"automl": "1.4.0",
"baremetalsolution": "0.2.0",
"batch": "0.2.0",
"batch": "0.2.1",
"beyondcorp": "0.1.0",
"billing": "1.2.0",
"binaryauthorization": "1.0.0",
Expand Down Expand Up @@ -106,6 +106,6 @@
"vmmigration": "1.1.0",
"vpcaccess": "1.3.0",
"webrisk": "1.3.0",
"websecurityscanner": "1.2.0",
"websecurityscanner": "1.2.1",
"workflows": "1.5.0"
}
7 changes: 7 additions & 0 deletions aiplatform/CHANGES.md
@@ -1,6 +1,13 @@
# Changes


## [1.19.0](https://github.com/googleapis/google-cloud-go/compare/aiplatform/v1.18.0...aiplatform/v1.19.0) (2022-09-08)


### Features

* **aiplatform:** add model_monitoring_stats_anomalies,model_monitoring_status to BatchPredictionJob in aiplatform v1beta1 batch_prediction_job.proto ([e45ad9a](https://github.com/googleapis/google-cloud-go/commit/e45ad9af568c59151decc0dacedf137653b576dd))

## [1.18.0](https://github.com/googleapis/google-cloud-go/compare/aiplatform/v1.17.0...aiplatform/v1.18.0) (2022-09-06)


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.18.0"
const Version = "1.19.0"
7 changes: 7 additions & 0 deletions apigeeregistry/CHANGES.md
@@ -1,5 +1,12 @@
# Changelog

## [0.2.1](https://github.com/googleapis/google-cloud-go/compare/apigeeregistry/v0.2.0...apigeeregistry/v0.2.1) (2022-09-08)


### Bug Fixes

* **apigeeregistry:** additional error codes added to service configuration for retry ([e45ad9a](https://github.com/googleapis/google-cloud-go/commit/e45ad9af568c59151decc0dacedf137653b576dd))

## [0.2.0](https://github.com/googleapis/google-cloud-go/compare/apigeeregistry/v0.1.0...apigeeregistry/v0.2.0) (2022-08-23)


Expand Down
2 changes: 1 addition & 1 deletion apigeeregistry/internal/version.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions asset/CHANGES.md
@@ -1,5 +1,12 @@
# Changes

## [1.6.0](https://github.com/googleapis/google-cloud-go/compare/asset/v1.5.0...asset/v1.6.0) (2022-09-08)


### Features

* **asset:** Rewrite signatures in terms of new types for betas ([#6624](https://github.com/googleapis/google-cloud-go/issues/6624)) ([1ad1aba](https://github.com/googleapis/google-cloud-go/commit/1ad1aba985d58e45774c27aa07cab446c6055ab0))

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


Expand Down
2 changes: 1 addition & 1 deletion asset/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"
7 changes: 7 additions & 0 deletions batch/CHANGES.md
@@ -1,5 +1,12 @@
# Changelog

## [0.2.1](https://github.com/googleapis/google-cloud-go/compare/batch/v0.2.0...batch/v0.2.1) (2022-09-08)


### Bug Fixes

* **batch:** mark service_account_email as deprecated docs: removing comment from a deprecated field ([e45ad9a](https://github.com/googleapis/google-cloud-go/commit/e45ad9af568c59151decc0dacedf137653b576dd))

## [0.2.0](https://github.com/googleapis/google-cloud-go/compare/batch/v0.1.0...batch/v0.2.0) (2022-09-06)


Expand Down
2 changes: 1 addition & 1 deletion batch/internal/version.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions websecurityscanner/CHANGES.md
@@ -1,5 +1,12 @@
# Changes

## [1.2.1](https://github.com/googleapis/google-cloud-go/compare/websecurityscanner/v1.2.0...websecurityscanner/v1.2.1) (2022-09-08)


### Documentation

* **websecurityscanner:** Publish Scan Run logging proto for documentation ([e45ad9a](https://github.com/googleapis/google-cloud-go/commit/e45ad9af568c59151decc0dacedf137653b576dd))

## [1.2.0](https://github.com/googleapis/google-cloud-go/compare/websecurityscanner/v1.1.0...websecurityscanner/v1.2.0) (2022-02-23)


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

// Version is the current tagged release of the library.
const Version = "1.2.0"
const Version = "1.2.1"

0 comments on commit 3dafcbc

Please sign in to comment.