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 Apr 1, 2024
1 parent 543a58d commit 1892d16
Show file tree
Hide file tree
Showing 13 changed files with 62 additions and 18 deletions.
12 changes: 6 additions & 6 deletions .release-please-manifest-submodules.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"accessapproval": "1.7.6",
"accesscontextmanager": "1.8.6",
"advisorynotifications": "1.3.2",
"ai": "0.3.4",
"aiplatform": "1.66.0",
"ai": "0.4.0",
"aiplatform": "1.67.0",
"alloydb": "1.10.1",
"analytics": "0.23.1",
"apigateway": "1.6.6",
Expand All @@ -15,7 +15,7 @@
"apps": "0.4.1",
"area120": "0.8.6",
"artifactregistry": "1.14.8",
"asset": "1.18.1",
"asset": "1.19.0",
"assuredworkloads": "1.11.6",
"automl": "1.13.6",
"baremetalsolution": "1.2.5",
Expand Down Expand Up @@ -75,15 +75,15 @@
"lifesciences": "0.9.6",
"longrunning": "0.5.6",
"managedidentities": "1.6.6",
"maps": "1.7.1",
"maps": "1.7.2",
"mediatranslation": "0.8.6",
"memcache": "1.10.6",
"metastore": "1.13.5",
"migrationcenter": "0.2.5",
"monitoring": "1.18.1",
"netapp": "0.2.7",
"networkconnectivity": "1.14.5",
"networkmanagement": "1.13.0",
"networkmanagement": "1.13.1",
"networksecurity": "0.9.6",
"notebooks": "1.11.4",
"optimization": "1.6.4",
Expand All @@ -109,7 +109,7 @@
"secretmanager": "1.12.0",
"securesourcemanager": "0.1.4",
"security": "1.15.6",
"securitycenter": "1.28.0",
"securitycenter": "1.29.0",
"securitycentermanagement": "0.1.7",
"securityposture": "0.1.2",
"servicecontrol": "1.13.1",
Expand Down
8 changes: 7 additions & 1 deletion ai/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.4.0](https://github.com/googleapis/google-cloud-go/compare/ai/v0.3.4...ai/v0.4.0) (2024-04-01)


### Features

* **ai/generativelanguage:** Add system instructions ([dd7c8e5](https://github.com/googleapis/google-cloud-go/commit/dd7c8e5a206ca6fab7d05e2591a36ea706e5e9f1))

## [0.3.4](https://github.com/googleapis/google-cloud-go/compare/ai/v0.3.3...ai/v0.3.4) (2024-03-19)


Expand Down Expand Up @@ -80,4 +87,3 @@
* **ai/generativelanguage:** Start generating apiv1beta2 ([#8229](https://github.com/googleapis/google-cloud-go/issues/8229)) ([837f325](https://github.com/googleapis/google-cloud-go/commit/837f32596518d8154f43da1c70f57d1515e2ea8c))

## Changes

2 changes: 1 addition & 1 deletion ai/internal/version.go

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

16 changes: 15 additions & 1 deletion aiplatform/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
# Changes


## [1.67.0](https://github.com/googleapis/google-cloud-go/compare/aiplatform/v1.66.0...aiplatform/v1.67.0) (2024-04-01)


### Features

* **aiplatform:** A new field `presence_penalty` is added to message `.google.cloud.aiplatform.v1.GenerationConfig` ([dd7c8e5](https://github.com/googleapis/google-cloud-go/commit/dd7c8e5a206ca6fab7d05e2591a36ea706e5e9f1))
* **aiplatform:** Add NotebookRuntime resource and APIs to public v1 client library ([dd7c8e5](https://github.com/googleapis/google-cloud-go/commit/dd7c8e5a206ca6fab7d05e2591a36ea706e5e9f1))
* **aiplatform:** Add NotebookRuntime resource and APIs to public v1beta1 client library ([dd7c8e5](https://github.com/googleapis/google-cloud-go/commit/dd7c8e5a206ca6fab7d05e2591a36ea706e5e9f1))
* **aiplatform:** GenAiTuningService aiplatform v1 initial release ([#9679](https://github.com/googleapis/google-cloud-go/issues/9679)) ([543a58d](https://github.com/googleapis/google-cloud-go/commit/543a58dc0df2ff0aa384ffec41c9ab45a893a714))


### Bug Fixes

* **aiplatform:** An existing field `response_recall_input` is removed from message `.google.cloud.aiplatform.v1beta1.EvaluateInstancesRequest` ([#9672](https://github.com/googleapis/google-cloud-go/issues/9672)) ([dd7c8e5](https://github.com/googleapis/google-cloud-go/commit/dd7c8e5a206ca6fab7d05e2591a36ea706e5e9f1))

## [1.66.0](https://github.com/googleapis/google-cloud-go/compare/aiplatform/v1.65.0...aiplatform/v1.66.0) (2024-03-27)


Expand Down Expand Up @@ -708,4 +723,3 @@ Stabilize GA surface.

This is the first tag to carve out aiplatform as its own module. See
[Add a module to a multi-module repository](https://github.com/golang/go/wiki/Modules#is-it-possible-to-add-a-module-to-a-multi-module-repository).

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.66.0"
const Version = "1.67.0"
8 changes: 7 additions & 1 deletion asset/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changes

## [1.19.0](https://github.com/googleapis/google-cloud-go/compare/asset/v1.18.1...asset/v1.19.0) (2024-04-01)


### Features

* **asset:** Add tag key id support ([fe85be0](https://github.com/googleapis/google-cloud-go/commit/fe85be03d1e6ba69182ff1045a3faed15aa00128))

## [1.18.1](https://github.com/googleapis/google-cloud-go/compare/asset/v1.18.0...asset/v1.18.1) (2024-03-14)


Expand Down Expand Up @@ -228,4 +235,3 @@ Stabilize GA surface.

This is the first tag to carve out asset as its own module. See
[Add a module to a multi-module repository](https://github.com/golang/go/wiki/Modules#is-it-possible-to-add-a-module-to-a-multi-module-repository).

2 changes: 1 addition & 1 deletion asset/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.19.0"
8 changes: 7 additions & 1 deletion maps/CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@



## [1.7.2](https://github.com/googleapis/google-cloud-go/compare/maps/v1.7.1...maps/v1.7.2) (2024-04-01)


### Documentation

* **maps/places:** Fix typo in PriceLevel enum ([#9669](https://github.com/googleapis/google-cloud-go/issues/9669)) ([264a6dc](https://github.com/googleapis/google-cloud-go/commit/264a6dcddbffaec987dce1dc00f6550c263d2df7))

## [1.7.1](https://github.com/googleapis/google-cloud-go/compare/maps/v1.7.0...maps/v1.7.1) (2024-03-14)


Expand Down Expand Up @@ -213,4 +220,3 @@

* **maps/addressvalidation:** Start generating apiv1 ([#7012](https://github.com/googleapis/google-cloud-go/issues/7012)) ([3e88250](https://github.com/googleapis/google-cloud-go/commit/3e882501ea196ff4f122989e5726bfd4c72e5133))
* **maps/routing:** Start generating apiv2 ([#7056](https://github.com/googleapis/google-cloud-go/issues/7056)) ([1b7993d](https://github.com/googleapis/google-cloud-go/commit/1b7993d6931cf33bab07124da4180eeb3faffe7e))

2 changes: 1 addition & 1 deletion maps/internal/version.go

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

8 changes: 7 additions & 1 deletion networkmanagement/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changes

## [1.13.1](https://github.com/googleapis/google-cloud-go/compare/networkmanagement/v1.13.0...networkmanagement/v1.13.1) (2024-04-01)


### Documentation

* **networkmanagement:** Update possible firewall rule actions comment ([fe85be0](https://github.com/googleapis/google-cloud-go/commit/fe85be03d1e6ba69182ff1045a3faed15aa00128))

## [1.13.0](https://github.com/googleapis/google-cloud-go/compare/networkmanagement/v1.12.0...networkmanagement/v1.13.0) (2024-03-27)


Expand Down Expand Up @@ -148,4 +155,3 @@ Stabilize GA surface.

This is the first tag to carve out networkmanagement as its own module. See
[Add a module to a multi-module repository](https://github.com/golang/go/wiki/Modules#is-it-possible-to-add-a-module-to-a-multi-module-repository).

2 changes: 1 addition & 1 deletion networkmanagement/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.13.0"
const Version = "1.13.1"
8 changes: 7 additions & 1 deletion securitycenter/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changes

## [1.29.0](https://github.com/googleapis/google-cloud-go/compare/securitycenter/v1.28.0...securitycenter/v1.29.0) (2024-04-01)


### Features

* **securitycenter:** Add Notebook field to finding's list of attributes ([fe85be0](https://github.com/googleapis/google-cloud-go/commit/fe85be03d1e6ba69182ff1045a3faed15aa00128))

## [1.28.0](https://github.com/googleapis/google-cloud-go/compare/securitycenter/v1.27.0...securitycenter/v1.28.0) (2024-03-12)


Expand Down Expand Up @@ -269,4 +276,3 @@ Stabilize GA surface.

This is the first tag to carve out securitycenter as its own module. See
[Add a module to a multi-module repository](https://github.com/golang/go/wiki/Modules#is-it-possible-to-add-a-module-to-a-multi-module-repository).

2 changes: 1 addition & 1 deletion securitycenter/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.28.0"
const Version = "1.29.0"

0 comments on commit 1892d16

Please sign in to comment.