Skip to content

Commit

Permalink
chore: release main (#6475)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Aug 10, 2022
1 parent 8d0d3ff commit e5bfcf5
Show file tree
Hide file tree
Showing 9 changed files with 37 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .release-please-manifest-submodules.json
Expand Up @@ -2,7 +2,7 @@
"accessapproval": "1.3.0",
"accesscontextmanager": "1.2.0",
"aiplatform": "1.16.0",
"analytics": "0.8.1",
"analytics": "0.9.0",
"apigateway": "1.2.0",
"apigeeconnect": "1.2.0",
"apigeeregistry": "0.1.0",
Expand All @@ -22,7 +22,7 @@
"cloudbuild": "1.2.0",
"clouddms": "1.2.0",
"cloudtasks": "1.4.0",
"compute": "1.7.0",
"compute": "1.8.0",
"contactcenterinsights": "1.2.2",
"container": "1.3.1",
"containeranalysis": "0.4.0",
Expand Down Expand Up @@ -62,7 +62,7 @@
"mediatranslation": "0.3.0",
"memcache": "1.3.0",
"metastore": "1.3.0",
"monitoring": "1.5.0",
"monitoring": "1.6.0",
"networkconnectivity": "1.2.0",
"networkmanagement": "1.3.0",
"networksecurity": "0.3.1",
Expand Down Expand Up @@ -101,7 +101,7 @@
"translate": "1.2.0",
"video": "1.7.0",
"videointelligence": "1.4.0",
"vision/v2": "2.0.0",
"vision/v2": "2.1.0",
"vmmigration": "1.1.0",
"vpcaccess": "1.2.0",
"webrisk": "1.3.0",
Expand Down
8 changes: 8 additions & 0 deletions analytics/CHANGES.md
@@ -1,5 +1,13 @@
# Changes

## [0.9.0](https://github.com/googleapis/google-cloud-go/compare/analytics/v0.8.1...analytics/v0.9.0) (2022-08-09)


### Features

* **analytics/admin:** add `GetAudience`, 'ListAudience', 'CreateAudience', 'UpdateAudience', 'ArchiveAudience' methods to the Admin API v1alpha feat: add `GetAttributionSettings`, `UpdateAttributionSettings` methods to the Admin API v1alpha ([83d8e8d](https://github.com/googleapis/google-cloud-go/commit/83d8e8dde9d8601db20096fb869b50c7abf1ba7e))
* **analytics/admin:** add `RunAccessReport` method to the Admin API v1alpha ([83d8e8d](https://github.com/googleapis/google-cloud-go/commit/83d8e8dde9d8601db20096fb869b50c7abf1ba7e))

## [0.8.1](https://github.com/googleapis/google-cloud-go/compare/analytics/v0.8.0...analytics/v0.8.1) (2022-08-02)


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

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

## [1.8.0](https://github.com/googleapis/google-cloud-go/compare/compute/v1.7.0...compute/v1.8.0) (2022-08-09)


### Features

* **compute:** Update Compute Engine API to revision 20220720 ([#723](https://github.com/googleapis/google-cloud-go/issues/723)) ([3db735c](https://github.com/googleapis/google-cloud-go/commit/3db735c3c35ab3473ceb1948cf4da09b87728ef9))

## [1.7.0](https://github.com/googleapis/google-cloud-go/compare/compute/v1.6.1...compute/v1.7.0) (2022-06-16)


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.7.0"
const Version = "1.8.0"
7 changes: 7 additions & 0 deletions monitoring/CHANGES.md
@@ -1,5 +1,12 @@
# Changes

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


### Features

* **monitoring/apiv3:** Added support for evaluating missing data in AlertPolicy ([83d8e8d](https://github.com/googleapis/google-cloud-go/commit/83d8e8dde9d8601db20096fb869b50c7abf1ba7e))

## [1.5.0](https://github.com/googleapis/google-cloud-go/compare/monitoring/v1.4.0...monitoring/v1.5.0) (2022-04-14)


Expand Down
2 changes: 1 addition & 1 deletion monitoring/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 vision/v2/CHANGES.md
@@ -1,5 +1,12 @@
# Changes

## [2.1.0](https://github.com/googleapis/google-cloud-go/compare/vision/v2.0.0...vision/v2.1.0) (2022-08-09)


### Features

* **vision/v2:** Add TextDetectionParams.advanced_ocr_options ([076c35b](https://github.com/googleapis/google-cloud-go/commit/076c35b18f80fa14cb3941b294feb829a5c92103))

## [2.0.0](https://github.com/googleapis/google-cloud-go/compare/vision/v1.2.0...vision/v2.0.0) (2022-05-24)


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

// Version is the current tagged release of the library.
const Version = "2.0.0"
const Version = "2.1.0"

0 comments on commit e5bfcf5

Please sign in to comment.