Skip to content

Commit

Permalink
Merge branch 'main' into pubsub-kinesis-ingestion
Browse files Browse the repository at this point in the history
  • Loading branch information
hongalex authored Feb 27, 2024
2 parents b2cb508 + 1abbcad commit c47fc64
Show file tree
Hide file tree
Showing 79 changed files with 10,412 additions and 7,738 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,8 +3,8 @@
"accesscontextmanager": "1.8.5",
"advisorynotifications": "1.3.1",
"ai": "0.3.2",
"aiplatform": "1.61.0",
"alloydb": "1.8.1",
"aiplatform": "1.62.0",
"alloydb": "1.9.0",
"analytics": "0.23.0",
"apigateway": "1.6.5",
"apigeeconnect": "1.6.5",
Expand All @@ -26,7 +26,7 @@
"channel": "1.17.5",
"cloudbuild": "1.15.1",
"clouddms": "1.7.4",
"cloudprofiler": "0.2.1",
"cloudprofiler": "0.3.0",
"cloudquotas": "0.1.1",
"cloudtasks": "1.12.6",
"commerce": "0.1.4",
Expand All @@ -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
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.112.0"
".": "0.112.1"
}
12 changes: 12 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changes

## [0.112.1](https://github.com/googleapis/google-cloud-go/compare/v0.112.0...v0.112.1) (2024-02-26)


### Bug Fixes

* **internal/postprocessor:** Handle googleapis link in commit body ([#9251](https://github.com/googleapis/google-cloud-go/issues/9251)) ([1dd3515](https://github.com/googleapis/google-cloud-go/commit/1dd35157bff871a2b3e5b0e3cac33502737fd631))


### Documentation

* **main:** Add OpenTelemetry-Go compatibility warning to debug.md ([#9268](https://github.com/googleapis/google-cloud-go/issues/9268)) ([18f9bb9](https://github.com/googleapis/google-cloud-go/commit/18f9bb94fbc239255a873b29462fc7c2eac3c0aa)), refs [#9267](https://github.com/googleapis/google-cloud-go/issues/9267)

## [0.112.0](https://github.com/googleapis/google-cloud-go/compare/v0.111.0...v0.112.0) (2024-01-11)


Expand Down
12 changes: 12 additions & 0 deletions aiplatform/CHANGES.md
Original file line number Diff line number Diff line change
@@ -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-26)


### 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
143 changes: 78 additions & 65 deletions aiplatform/apiv1/aiplatformpb/feature.pb.go

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

Loading

0 comments on commit c47fc64

Please sign in to comment.