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 Oct 7, 2022
1 parent 09e05f9 commit ba2def7
Show file tree
Hide file tree
Showing 7 changed files with 37 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .release-please-manifest-submodules.json
Expand Up @@ -36,9 +36,9 @@
"dataproc": "1.6.0",
"dataqna": "0.6.0",
"datastream": "1.3.0",
"deploy": "1.2.1",
"dialogflow": "1.16.1",
"dlp": "1.5.0",
"deploy": "1.3.0",
"dialogflow": "1.17.0",
"dlp": "1.5.1",
"documentai": "1.8.0",
"domains": "0.7.0",
"edgecontainer": "0.1.0",
Expand Down
12 changes: 12 additions & 0 deletions deploy/CHANGES.md
@@ -1,6 +1,18 @@
# Changes


## [1.3.0](https://github.com/googleapis/google-cloud-go/compare/deploy/v1.2.1...deploy/v1.3.0) (2022-10-07)


### Features

* **deploy:** Publish new JobRun resource and associated methods for Google Cloud Deploy ([ce3f945](https://github.com/googleapis/google-cloud-go/commit/ce3f9458e511eca0910992763232abbcd64698f1))


### Bug Fixes

* **deploy:** Fix resource annotations for Cloud Deploy to use common resource name for locations ([ce3f945](https://github.com/googleapis/google-cloud-go/commit/ce3f9458e511eca0910992763232abbcd64698f1))

## [1.2.1](https://github.com/googleapis/google-cloud-go/compare/deploy/v1.2.0...deploy/v1.2.1) (2022-07-12)


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

## [1.17.0](https://github.com/googleapis/google-cloud-go/compare/dialogflow/v1.16.1...dialogflow/v1.17.0) (2022-10-07)


### Features

* **dialogflow:** Add Agent Assist Summarization API (https://cloud.google.com/agent-assist/docs/summarization) docs: clarify SuggestionFeature enums which are specific to chat agents ([8388f87](https://github.com/googleapis/google-cloud-go/commit/8388f877b5682c96e9476863ca761b975cbe4131))


### Documentation

* **dialogflow/cx:** clarified gcs_bucket field of the SecuritySettings message ([8388f87](https://github.com/googleapis/google-cloud-go/commit/8388f877b5682c96e9476863ca761b975cbe4131))

## [1.16.1](https://github.com/googleapis/google-cloud-go/compare/dialogflow/v1.16.0...dialogflow/v1.16.1) (2022-09-28)


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

## [1.5.1](https://github.com/googleapis/google-cloud-go/compare/dlp/v1.5.0...dlp/v1.5.1) (2022-10-07)


### Bug Fixes

* **dlp:** deprecate extra field to avoid confusion ([8388f87](https://github.com/googleapis/google-cloud-go/commit/8388f877b5682c96e9476863ca761b975cbe4131))

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


Expand Down
2 changes: 1 addition & 1 deletion dlp/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.5.1"

0 comments on commit ba2def7

Please sign in to comment.