Skip to content

Commit

Permalink
chore: release main (#8428)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Aug 17, 2023
1 parent e5e950b commit db6dc5a
Show file tree
Hide file tree
Showing 13 changed files with 56 additions and 12 deletions.
12 changes: 6 additions & 6 deletions .release-please-manifest-submodules.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"accesscontextmanager": "1.8.1",
"advisorynotifications": "1.1.0",
"ai": "0.1.1",
"aiplatform": "1.48.0",
"aiplatform": "1.49.0",
"alloydb": "1.4.0",
"analytics": "0.21.3",
"apigateway": "1.6.1",
Expand All @@ -20,7 +20,7 @@
"batch": "1.4.0",
"beyondcorp": "1.0.0",
"billing": "1.16.0",
"binaryauthorization": "1.6.1",
"binaryauthorization": "1.7.0",
"certificatemanager": "1.7.1",
"channel": "1.16.0",
"cloudbuild": "1.14.0",
Expand All @@ -43,7 +43,7 @@
"dataqna": "0.8.1",
"datastream": "1.10.0",
"deploy": "1.13.0",
"dialogflow": "1.41.0",
"dialogflow": "1.42.0",
"discoveryengine": "1.1.0",
"dlp": "1.10.1",
"documentai": "1.22.0",
Expand All @@ -64,7 +64,7 @@
"ids": "1.4.1",
"iot": "1.7.1",
"kms": "1.15.1",
"language": "1.10.1",
"language": "1.11.0",
"lifesciences": "0.9.1",
"longrunning": "0.5.1",
"managedidentities": "1.6.1",
Expand All @@ -79,7 +79,7 @@
"networkmanagement": "1.9.0",
"networksecurity": "0.9.1",
"notebooks": "1.9.1",
"optimization": "1.4.1",
"optimization": "1.4.2",
"orchestration": "1.8.1",
"orgpolicy": "1.11.1",
"osconfig": "1.12.1",
Expand Down Expand Up @@ -123,6 +123,6 @@
"vpcaccess": "1.7.1",
"webrisk": "1.9.1",
"websecurityscanner": "1.6.1",
"workflows": "1.11.1",
"workflows": "1.12.0",
"workstations": "0.4.1"
}
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.49.0](https://github.com/googleapis/google-cloud-go/compare/aiplatform/v1.48.0...aiplatform/v1.49.0) (2023-08-17)


### Features

* **aiplatform:** Add NVIDIA_H100_80GB and TPU_V5_LITEPOD to AcceleratorType ([b3dbdde](https://github.com/googleapis/google-cloud-go/commit/b3dbdde48ddfa215c3c3bb110e0051fd8158f451))
* **aiplatform:** Update field_behavior for `name` to be IMMUTABLE instead of OUTPUT_ONLY in Context, ModelMonitor, Schedule, DeploymentResourcePool ([b3dbdde](https://github.com/googleapis/google-cloud-go/commit/b3dbdde48ddfa215c3c3bb110e0051fd8158f451))

## [1.48.0](https://github.com/googleapis/google-cloud-go/compare/aiplatform/v1.47.0...aiplatform/v1.48.0) (2023-07-31)


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.48.0"
const Version = "1.49.0"
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.7.0](https://github.com/googleapis/google-cloud-go/compare/binaryauthorization/v1.6.1...binaryauthorization/v1.7.0) (2023-08-17)


### Features

* **binaryauthorization:** Adds support for check-based platform policy evaluation to Binary Authorization Continuous Validation logs ([b3dbdde](https://github.com/googleapis/google-cloud-go/commit/b3dbdde48ddfa215c3c3bb110e0051fd8158f451))

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


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.6.1"
const Version = "1.7.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.42.0](https://github.com/googleapis/google-cloud-go/compare/dialogflow/v1.41.0...dialogflow/v1.42.0) (2023-08-17)


### Features

* **dialogflow:** Added baseline model version used to generate the summary ([b3dbdde](https://github.com/googleapis/google-cloud-go/commit/b3dbdde48ddfa215c3c3bb110e0051fd8158f451))

## [1.41.0](https://github.com/googleapis/google-cloud-go/compare/dialogflow/v1.40.1...dialogflow/v1.41.0) (2023-08-14)


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.41.0"
const Version = "1.42.0"
7 changes: 7 additions & 0 deletions language/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Changes


## [1.11.0](https://github.com/googleapis/google-cloud-go/compare/language/v1.10.1...language/v1.11.0) (2023-08-17)


### Features

* **language:** Start generating apiv2 ([#8434](https://github.com/googleapis/google-cloud-go/issues/8434)) ([e3b9cdc](https://github.com/googleapis/google-cloud-go/commit/e3b9cdc8d2fddcf829b9b308402be0b729242134))

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


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.10.1"
const Version = "1.11.0"
7 changes: 7 additions & 0 deletions optimization/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Changes


## [1.4.2](https://github.com/googleapis/google-cloud-go/compare/optimization/v1.4.1...optimization/v1.4.2) (2023-08-17)


### Documentation

* **optimization:** Minor formatting ([#8417](https://github.com/googleapis/google-cloud-go/issues/8417)) ([b3dbdde](https://github.com/googleapis/google-cloud-go/commit/b3dbdde48ddfa215c3c3bb110e0051fd8158f451))

## [1.4.1](https://github.com/googleapis/google-cloud-go/compare/optimization/v1.4.0...optimization/v1.4.1) (2023-06-20)


Expand Down
2 changes: 1 addition & 1 deletion optimization/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 workflows/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changes

## [1.12.0](https://github.com/googleapis/google-cloud-go/compare/workflows/v1.11.1...workflows/v1.12.0) (2023-08-17)


### Features

* **workflows/executions:** Add UNAVAILABLE and QUEUED to state enum ([#8430](https://github.com/googleapis/google-cloud-go/issues/8430)) ([404097e](https://github.com/googleapis/google-cloud-go/commit/404097e6081cffde41b8cc647775a6a7dba23420))
* **workflows:** Add UNAVAILABLE to state enum of workflow deployment ([b3dbdde](https://github.com/googleapis/google-cloud-go/commit/b3dbdde48ddfa215c3c3bb110e0051fd8158f451))

## [1.11.1](https://github.com/googleapis/google-cloud-go/compare/workflows/v1.11.0...workflows/v1.11.1) (2023-06-20)


Expand Down
2 changes: 1 addition & 1 deletion workflows/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.11.1"
const Version = "1.12.0"

0 comments on commit db6dc5a

Please sign in to comment.