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 #9049

Merged
merged 1 commit into from
Nov 29, 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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .release-please-manifest-submodules.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"batch": "1.7.0",
"beyondcorp": "1.0.3",
"billing": "1.17.4",
"binaryauthorization": "1.7.3",
"binaryauthorization": "1.8.0",
"certificatemanager": "1.7.4",
"channel": "1.17.3",
"cloudbuild": "1.15.0",
Expand All @@ -45,7 +45,7 @@
"dataqna": "0.8.4",
"datastream": "1.10.3",
"deploy": "1.15.0",
"dialogflow": "1.45.0",
"dialogflow": "1.46.0",
"discoveryengine": "1.2.3",
"dlp": "1.11.1",
"documentai": "1.23.6",
Expand Down
7 changes: 7 additions & 0 deletions binaryauthorization/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Changes


## [1.8.0](https://github.com/googleapis/google-cloud-go/compare/binaryauthorization/v1.7.3...binaryauthorization/v1.8.0) (2023-11-29)


### Features

* **binaryauthorization:** Add container_name, container_type fields to Continuous Validation Logs ([#9047](https://github.com/googleapis/google-cloud-go/issues/9047)) ([d0f9ff0](https://github.com/googleapis/google-cloud-go/commit/d0f9ff0515eae660f100fd27e258580af4601374))

## [1.7.3](https://github.com/googleapis/google-cloud-go/compare/binaryauthorization/v1.7.2...binaryauthorization/v1.7.3) (2023-11-01)


Expand Down
2 changes: 1 addition & 1 deletion binaryauthorization/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.7.3"
const Version = "1.8.0"
7 changes: 7 additions & 0 deletions dialogflow/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changes

## [1.46.0](https://github.com/googleapis/google-cloud-go/compare/dialogflow/v1.45.0...dialogflow/v1.46.0) (2023-11-29)


### Features

* **dialogflow/cx:** Added Generator API ([#9055](https://github.com/googleapis/google-cloud-go/issues/9055)) ([c844d8e](https://github.com/googleapis/google-cloud-go/commit/c844d8e294c188a2e9ac35dd4df081862da30510))

## [1.45.0](https://github.com/googleapis/google-cloud-go/compare/dialogflow/v1.44.3...dialogflow/v1.45.0) (2023-11-27)


Expand Down
2 changes: 1 addition & 1 deletion dialogflow/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.45.0"
const Version = "1.46.0"
Loading