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 Feb 23, 2024
1 parent 3814ee3 commit cd01ba0
Show file tree
Hide file tree
Showing 9 changed files with 41 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .release-please-manifest-submodules.json
Expand Up @@ -3,7 +3,7 @@
"accesscontextmanager": "1.8.5",
"advisorynotifications": "1.3.1",
"ai": "0.3.2",
"aiplatform": "1.61.0",
"aiplatform": "1.62.0",
"alloydb": "1.8.1",
"analytics": "0.23.0",
"apigateway": "1.6.5",
Expand Down Expand Up @@ -35,7 +35,7 @@
"confidentialcomputing": "1.4.1",
"config": "0.2.1",
"contactcenterinsights": "1.13.0",
"container": "1.31.0",
"container": "1.32.0",
"containeranalysis": "0.11.4",
"datacatalog": "1.19.3",
"dataflow": "0.9.5",
Expand Down Expand Up @@ -107,7 +107,7 @@
"secretmanager": "1.11.5",
"securesourcemanager": "0.1.3",
"security": "1.15.5",
"securitycenter": "1.25.0",
"securitycenter": "1.26.0",
"securitycentermanagement": "0.1.4",
"securityposture": "0.1.1",
"servicecontrol": "1.13.0",
Expand All @@ -118,7 +118,7 @@
"shell": "1.7.5",
"shopping": "0.3.1",
"spanner/test/opentelemetry/test": "0.0.0",
"speech": "1.21.1",
"speech": "1.22.0",
"storageinsights": "1.0.5",
"storagetransfer": "1.10.4",
"support": "1.0.4",
Expand Down
12 changes: 12 additions & 0 deletions aiplatform/CHANGES.md
@@ -1,6 +1,18 @@
# Changes


## [1.62.0](https://github.com/googleapis/google-cloud-go/compare/aiplatform/v1.61.0...aiplatform/v1.62.0) (2024-02-23)


### Features

* **aiplatform:** Add `point_of_contact` to `Feature` message ([3814ee3](https://github.com/googleapis/google-cloud-go/commit/3814ee3f27724ad0d02688ad86030b83e0a72fd4))
* **aiplatform:** Add CompositeKey message and composite_key field to FeatureViewDataKey ([3814ee3](https://github.com/googleapis/google-cloud-go/commit/3814ee3f27724ad0d02688ad86030b83e0a72fd4))
* **aiplatform:** Add CompositeKey message and composite_key field to FeatureViewDataKey ([#9452](https://github.com/googleapis/google-cloud-go/issues/9452)) ([3814ee3](https://github.com/googleapis/google-cloud-go/commit/3814ee3f27724ad0d02688ad86030b83e0a72fd4))
* **aiplatform:** Add point_of_contact to feature ([3814ee3](https://github.com/googleapis/google-cloud-go/commit/3814ee3f27724ad0d02688ad86030b83e0a72fd4))
* **aiplatform:** Add RayMetricSpec to persistent resource ([3814ee3](https://github.com/googleapis/google-cloud-go/commit/3814ee3f27724ad0d02688ad86030b83e0a72fd4))
* **aiplatform:** Enable FeatureView Service Agents ([3814ee3](https://github.com/googleapis/google-cloud-go/commit/3814ee3f27724ad0d02688ad86030b83e0a72fd4))

## [1.61.0](https://github.com/googleapis/google-cloud-go/compare/aiplatform/v1.60.0...aiplatform/v1.61.0) (2024-02-21)


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

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

## [1.32.0](https://github.com/googleapis/google-cloud-go/compare/container/v1.31.0...container/v1.32.0) (2024-02-23)


### Features

* **container:** Add API to enable Provisioning Request API on existing nodepools ([3814ee3](https://github.com/googleapis/google-cloud-go/commit/3814ee3f27724ad0d02688ad86030b83e0a72fd4))

## [1.31.0](https://github.com/googleapis/google-cloud-go/compare/container/v1.30.1...container/v1.31.0) (2024-02-09)


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

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

## [1.26.0](https://github.com/googleapis/google-cloud-go/compare/securitycenter/v1.25.0...securitycenter/v1.26.0) (2024-02-23)


### Features

* **securitycenter:** Add Backup DR field to finding's list of attributes ([3814ee3](https://github.com/googleapis/google-cloud-go/commit/3814ee3f27724ad0d02688ad86030b83e0a72fd4))

## [1.25.0](https://github.com/googleapis/google-cloud-go/compare/securitycenter/v1.24.4...securitycenter/v1.25.0) (2024-02-21)


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

## [1.22.0](https://github.com/googleapis/google-cloud-go/compare/speech/v1.21.1...speech/v1.22.0) (2024-02-23)


### Features

* **speech:** Add API for writing BatchRecognize transcripts in SRT and VTT formats ([3814ee3](https://github.com/googleapis/google-cloud-go/commit/3814ee3f27724ad0d02688ad86030b83e0a72fd4))

## [1.21.1](https://github.com/googleapis/google-cloud-go/compare/speech/v1.21.0...speech/v1.21.1) (2024-01-30)


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

// Version is the current tagged release of the library.
const Version = "1.21.1"
const Version = "1.22.0"

0 comments on commit cd01ba0

Please sign in to comment.