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] authored May 29, 2023
1 parent 3678dde commit 87b0a95
Show file tree
Hide file tree
Showing 15 changed files with 71 additions and 14 deletions.
14 changes: 7 additions & 7 deletions .release-please-manifest-submodules.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"accessapproval": "1.6.1",
"accesscontextmanager": "1.7.1",
"advisorynotifications": "0.2.1",
"aiplatform": "1.42.0",
"aiplatform": "1.43.0",
"alloydb": "1.0.1",
"analytics": "0.20.0",
"apigateway": "1.5.1",
Expand All @@ -23,13 +23,13 @@
"certificatemanager": "1.6.1",
"channel": "1.14.0",
"cloudbuild": "1.9.1",
"clouddms": "1.5.1",
"clouddms": "1.6.0",
"cloudtasks": "1.10.1",
"compute": "1.19.3",
"compute/metadata": "0.2.3",
"confidentialcomputing": "0.2.1",
"contactcenterinsights": "1.7.1",
"container": "1.18.1",
"container": "1.18.2",
"containeranalysis": "0.9.2",
"datacatalog": "1.13.1",
"dataflow": "0.8.1",
Expand All @@ -42,15 +42,15 @@
"datastream": "1.8.0",
"deploy": "1.8.1",
"dialogflow": "1.34.0",
"discoveryengine": "0.3.1",
"discoveryengine": "0.4.0",
"dlp": "1.9.1",
"documentai": "1.18.1",
"domains": "0.8.1",
"edgecontainer": "1.0.1",
"essentialcontacts": "1.5.1",
"eventarc": "1.11.1",
"filestore": "1.6.1",
"functions": "1.14.0",
"functions": "1.15.0",
"gaming": "1.9.1",
"gkebackup": "1.0.1",
"gkeconnect": "0.7.1",
Expand All @@ -63,7 +63,7 @@
"ids": "1.3.1",
"iot": "1.6.1",
"kms": "1.10.2",
"language": "1.9.1",
"language": "1.10.0",
"lifesciences": "0.8.1",
"longrunning": "0.4.2",
"managedidentities": "1.5.1",
Expand Down Expand Up @@ -117,7 +117,7 @@
"vmmigration": "1.6.1",
"vmwareengine": "0.3.1",
"vpcaccess": "1.6.1",
"webrisk": "1.8.1",
"webrisk": "1.9.0",
"websecurityscanner": "1.5.1",
"workflows": "1.10.1",
"workstations": "0.3.0"
Expand Down
8 changes: 8 additions & 0 deletions aiplatform/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# Changes


## [1.43.0](https://github.com/googleapis/google-cloud-go/compare/aiplatform/v1.42.0...aiplatform/v1.43.0) (2023-05-29)


### Features

* **aiplatform:** Add match service in aiplatform v1 ([2b3e7d9](https://github.com/googleapis/google-cloud-go/commit/2b3e7d9af7d2f500e736e3db77487127cb44ca23))
* **aiplatform:** Add updateSchedule method to ScheduleService ([2b3e7d9](https://github.com/googleapis/google-cloud-go/commit/2b3e7d9af7d2f500e736e3db77487127cb44ca23))

## [1.42.0](https://github.com/googleapis/google-cloud-go/compare/aiplatform/v1.41.0...aiplatform/v1.42.0) (2023-05-16)


Expand Down
2 changes: 1 addition & 1 deletion aiplatform/internal/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
package internal

// Version is the current tagged release of the library.
const Version = "1.42.0"
const Version = "1.43.0"
7 changes: 7 additions & 0 deletions clouddms/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changes

## [1.6.0](https://github.com/googleapis/google-cloud-go/compare/clouddms/v1.5.1...clouddms/v1.6.0) (2023-05-29)


### Features

* **clouddms:** Add Oracle to PostgreSQL migration APIs ([2b3e7d9](https://github.com/googleapis/google-cloud-go/commit/2b3e7d9af7d2f500e736e3db77487127cb44ca23))

## [1.5.1](https://github.com/googleapis/google-cloud-go/compare/clouddms/v1.5.0...clouddms/v1.5.1) (2023-05-08)


Expand Down
2 changes: 1 addition & 1 deletion clouddms/internal/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
package internal

// Version is the current tagged release of the library.
const Version = "1.5.1"
const Version = "1.6.0"
7 changes: 7 additions & 0 deletions container/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changes

## [1.18.2](https://github.com/googleapis/google-cloud-go/compare/container/v1.18.1...container/v1.18.2) (2023-05-29)


### Documentation

* **container:** Clarified release channel defaulting behavior for create cluster requests when release channel is unspecified ([2b3e7d9](https://github.com/googleapis/google-cloud-go/commit/2b3e7d9af7d2f500e736e3db77487127cb44ca23))

## [1.18.1](https://github.com/googleapis/google-cloud-go/compare/container/v1.18.0...container/v1.18.1) (2023-05-08)


Expand Down
2 changes: 1 addition & 1 deletion container/internal/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
package internal

// Version is the current tagged release of the library.
const Version = "1.18.1"
const Version = "1.18.2"
12 changes: 12 additions & 0 deletions discoveryengine/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.4.0](https://github.com/googleapis/google-cloud-go/compare/discoveryengine/v0.3.1...discoveryengine/v0.4.0) (2023-05-29)


### Features

* **discoveryengine:** Allow users to specify id field in documents gcs import ([ca94e27](https://github.com/googleapis/google-cloud-go/commit/ca94e2724f9e2610b46aefd0a3b5ddc06102e91b))


### Bug Fixes

* **discoveryengine:** Fix the field name typo for search service user_labels ([2b3e7d9](https://github.com/googleapis/google-cloud-go/commit/2b3e7d9af7d2f500e736e3db77487127cb44ca23))

## [0.3.1](https://github.com/googleapis/google-cloud-go/compare/discoveryengine/v0.3.0...discoveryengine/v0.3.1) (2023-05-08)


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

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

8 changes: 8 additions & 0 deletions functions/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# Changes


## [1.15.0](https://github.com/googleapis/google-cloud-go/compare/functions/v1.14.0...functions/v1.15.0) (2023-05-29)


### Features

* **functions:** ListFunctions now include metadata which indicates whether a function is a `GEN_1` or `GEN_2` function ([ca94e27](https://github.com/googleapis/google-cloud-go/commit/ca94e2724f9e2610b46aefd0a3b5ddc06102e91b))
* **functions:** ListFunctions now include metadata which indicates whether a function is a `GEN_1` or `GEN_2` function ([#7984](https://github.com/googleapis/google-cloud-go/issues/7984)) ([ca94e27](https://github.com/googleapis/google-cloud-go/commit/ca94e2724f9e2610b46aefd0a3b5ddc06102e91b))

## [1.14.0](https://github.com/googleapis/google-cloud-go/compare/functions/v1.13.1...functions/v1.14.0) (2023-05-16)


Expand Down
2 changes: 1 addition & 1 deletion functions/internal/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
package internal

// Version is the current tagged release of the library.
const Version = "1.14.0"
const Version = "1.15.0"
8 changes: 8 additions & 0 deletions language/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changes

## [1.10.0](https://github.com/googleapis/google-cloud-go/compare/language/v1.9.1...language/v1.10.0) (2023-05-29)


### Features

* **language:** Added client library support for ModerateText in the Natural Language API (V1) ([ca94e27](https://github.com/googleapis/google-cloud-go/commit/ca94e2724f9e2610b46aefd0a3b5ddc06102e91b))
* **language:** Added client library support for ModerateText in the Natural Language API (V1Beta2) ([ca94e27](https://github.com/googleapis/google-cloud-go/commit/ca94e2724f9e2610b46aefd0a3b5ddc06102e91b))

## [1.9.1](https://github.com/googleapis/google-cloud-go/compare/language/v1.9.0...language/v1.9.1) (2023-05-08)


Expand Down
2 changes: 1 addition & 1 deletion language/internal/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
package internal

// Version is the current tagged release of the library.
const Version = "1.9.1"
const Version = "1.10.0"
7 changes: 7 additions & 0 deletions webrisk/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changes

## [1.9.0](https://github.com/googleapis/google-cloud-go/compare/webrisk/v1.8.1...webrisk/v1.9.0) (2023-05-29)


### Features

* **webrisk:** Add SubmitUri endpoint ([#7953](https://github.com/googleapis/google-cloud-go/issues/7953)) ([2b3e7d9](https://github.com/googleapis/google-cloud-go/commit/2b3e7d9af7d2f500e736e3db77487127cb44ca23))

## [1.8.1](https://github.com/googleapis/google-cloud-go/compare/webrisk/v1.8.0...webrisk/v1.8.1) (2023-05-08)


Expand Down
2 changes: 1 addition & 1 deletion webrisk/internal/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
package internal

// Version is the current tagged release of the library.
const Version = "1.8.1"
const Version = "1.9.0"

0 comments on commit 87b0a95

Please sign in to comment.