Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release main #8171

Merged
merged 1 commit into from Jun 27, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
18 changes: 9 additions & 9 deletions .release-please-manifest-submodules.json
Expand Up @@ -4,7 +4,7 @@
"advisorynotifications": "0.3.1",
"aiplatform": "1.45.0",
"alloydb": "1.2.1",
"analytics": "0.21.1",
"analytics": "0.21.2",
"apigateway": "1.6.1",
"apigeeconnect": "1.6.1",
"apigeeregistry": "0.7.1",
Expand Down Expand Up @@ -40,19 +40,19 @@
"dataproc": "2.0.1",
"dataqna": "0.8.1",
"datastream": "1.9.1",
"deploy": "1.10.1",
"dialogflow": "1.37.0",
"deploy": "1.11.0",
"dialogflow": "1.38.0",
"discoveryengine": "0.5.0",
"dlp": "1.10.1",
"documentai": "1.20.0",
"domains": "0.9.1",
"edgecontainer": "1.1.1",
"essentialcontacts": "1.6.1",
"essentialcontacts": "1.6.2",
"eventarc": "1.12.1",
"filestore": "1.7.1",
"functions": "1.15.1",
"gaming": "1.10.1",
"gkebackup": "1.2.1",
"gkebackup": "1.3.0",
"gkeconnect": "0.8.1",
"gkehub": "0.14.1",
"gkemulticloud": "0.6.1",
Expand All @@ -74,7 +74,7 @@
"migrationcenter": "0.1.0",
"monitoring": "1.15.1",
"networkconnectivity": "1.12.1",
"networkmanagement": "1.7.1",
"networkmanagement": "1.8.0",
"networksecurity": "0.9.1",
"notebooks": "1.9.1",
"optimization": "1.4.1",
Expand All @@ -97,15 +97,15 @@
"scheduler": "1.10.1",
"secretmanager": "1.11.1",
"security": "1.15.1",
"securitycenter": "1.22.1",
"securitycenter": "1.23.0",
"servicecontrol": "1.12.1",
"servicedirectory": "1.10.1",
"servicemanagement": "1.9.1",
"servicemanagement": "1.9.2",
"serviceusage": "1.7.1",
"shell": "1.7.1",
"speech": "1.17.1",
"storageinsights": "0.2.2",
"storagetransfer": "1.9.1",
"storagetransfer": "1.10.0",
"support": "0.2.2",
"talent": "1.6.2",
"texttospeech": "1.7.1",
Expand Down
7 changes: 7 additions & 0 deletions analytics/CHANGES.md
@@ -1,5 +1,12 @@
# Changes

## [0.21.2](https://github.com/googleapis/google-cloud-go/compare/analytics/v0.21.1...analytics/v0.21.2) (2023-06-27)


### Documentation

* **analytics/admin:** Announce the deprecation of first-click, linear, time-decay and position-based attribution models ([94ea341](https://github.com/googleapis/google-cloud-go/commit/94ea3410e233db6040a7cb0a931948f1e3bb4c9a))

## [0.21.1](https://github.com/googleapis/google-cloud-go/compare/analytics-v0.21.0...analytics/v0.21.1) (2023-06-20)


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.21.1"
const Version = "0.21.2"
7 changes: 7 additions & 0 deletions deploy/CHANGES.md
@@ -1,6 +1,13 @@
# Changes


## [1.11.0](https://github.com/googleapis/google-cloud-go/compare/deploy/v1.10.1...deploy/v1.11.0) (2023-06-27)


### Features

* **deploy:** Add deploy parameters for cloud deploy ([94ea341](https://github.com/googleapis/google-cloud-go/commit/94ea3410e233db6040a7cb0a931948f1e3bb4c9a))

## [1.10.1](https://github.com/googleapis/google-cloud-go/compare/deploy/v1.10.0...deploy/v1.10.1) (2023-06-20)


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

// Version is the current tagged release of the library.
const Version = "1.10.1"
const Version = "1.11.0"
8 changes: 8 additions & 0 deletions dialogflow/CHANGES.md
@@ -1,5 +1,13 @@
# Changes

## [1.38.0](https://github.com/googleapis/google-cloud-go/compare/dialogflow/v1.37.0...dialogflow/v1.38.0) (2023-06-27)


### Features

* **dialogflow:** Added dialogflow_assist_answer ([94ea341](https://github.com/googleapis/google-cloud-go/commit/94ea3410e233db6040a7cb0a931948f1e3bb4c9a))
* **dialogflow:** Added dialogflow_assist_answer ([94ea341](https://github.com/googleapis/google-cloud-go/commit/94ea3410e233db6040a7cb0a931948f1e3bb4c9a))

## [1.37.0](https://github.com/googleapis/google-cloud-go/compare/dialogflow/v1.36.0...dialogflow/v1.37.0) (2023-06-20)


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

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

## [1.6.2](https://github.com/googleapis/google-cloud-go/compare/essentialcontacts/v1.6.1...essentialcontacts/v1.6.2) (2023-06-27)


### Bug Fixes

* **essentialcontacts:** Mark fields in Contacts message as REQUIRED ([94ea341](https://github.com/googleapis/google-cloud-go/commit/94ea3410e233db6040a7cb0a931948f1e3bb4c9a))

## [1.6.1](https://github.com/googleapis/google-cloud-go/compare/essentialcontacts/v1.6.0...essentialcontacts/v1.6.1) (2023-06-20)


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

// Version is the current tagged release of the library.
const Version = "1.6.1"
const Version = "1.6.2"
7 changes: 7 additions & 0 deletions gkebackup/CHANGES.md
Expand Up @@ -2,6 +2,13 @@



## [1.3.0](https://github.com/googleapis/google-cloud-go/compare/gkebackup/v1.2.1...gkebackup/v1.3.0) (2023-06-27)


### Features

* **gkebackup:** Added new restore scope options ([#8176](https://github.com/googleapis/google-cloud-go/issues/8176)) ([1da334c](https://github.com/googleapis/google-cloud-go/commit/1da334c0cbeed9cfb8df0551714721284d164d60))

## [1.2.1](https://github.com/googleapis/google-cloud-go/compare/gkebackup/v1.2.0...gkebackup/v1.2.1) (2023-06-20)


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

## [1.8.0](https://github.com/googleapis/google-cloud-go/compare/networkmanagement/v1.7.1...networkmanagement/v1.8.0) (2023-06-27)


### Features

* **networkmanagement:** Add forwarding_rule field to Connectivity Test Endpoint proto ([#8156](https://github.com/googleapis/google-cloud-go/issues/8156)) ([94ea341](https://github.com/googleapis/google-cloud-go/commit/94ea3410e233db6040a7cb0a931948f1e3bb4c9a))

## [1.7.1](https://github.com/googleapis/google-cloud-go/compare/networkmanagement/v1.7.0...networkmanagement/v1.7.1) (2023-06-20)


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

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

## [1.23.0](https://github.com/googleapis/google-cloud-go/compare/securitycenter/v1.22.1...securitycenter/v1.23.0) (2023-06-27)


### Features

* **securitycenter:** Mark the Asset APIs as deprecated in client libraries ([94ea341](https://github.com/googleapis/google-cloud-go/commit/94ea3410e233db6040a7cb0a931948f1e3bb4c9a))

## [1.22.1](https://github.com/googleapis/google-cloud-go/compare/securitycenter/v1.22.0...securitycenter/v1.22.1) (2023-06-20)


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

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

## [1.9.2](https://github.com/googleapis/google-cloud-go/compare/servicemanagement/v1.9.1...servicemanagement/v1.9.2) (2023-06-27)


### Documentation

* **servicemanagement:** Update docs to existing services ([1da334c](https://github.com/googleapis/google-cloud-go/commit/1da334c0cbeed9cfb8df0551714721284d164d60))

## [1.9.1](https://github.com/googleapis/google-cloud-go/compare/servicemanagement/v1.9.0...servicemanagement/v1.9.1) (2023-06-20)


Expand Down
2 changes: 1 addition & 1 deletion servicemanagement/internal/version.go
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.9.2"
7 changes: 7 additions & 0 deletions storagetransfer/CHANGES.md
@@ -1,5 +1,12 @@
# Changes

## [1.10.0](https://github.com/googleapis/google-cloud-go/compare/storagetransfer/v1.9.1...storagetransfer/v1.10.0) (2023-06-27)


### Features

* **storagetransfer:** Add event driven transfer configuration ([1da334c](https://github.com/googleapis/google-cloud-go/commit/1da334c0cbeed9cfb8df0551714721284d164d60))

## [1.9.1](https://github.com/googleapis/google-cloud-go/compare/storagetransfer/v1.9.0...storagetransfer/v1.9.1) (2023-06-20)


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