Skip to content

Commit

Permalink
chore: release 1.14.0 (#235)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Co-authored-by: Yu-Han Liu <yuhanliu@google.com>
  • Loading branch information
release-please[bot] and dizcology authored Dec 13, 2021
1 parent 559b462 commit 94500ea
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 4 deletions.
17 changes: 17 additions & 0 deletions packages/google-cloud-aiplatform/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [1.14.0](https://www.github.com/googleapis/nodejs-ai-platform/compare/v1.13.0...v1.14.0) (2021-12-11)


### Features

* add enable_private_service_connect field to Endpoint ([#238](https://www.github.com/googleapis/nodejs-ai-platform/issues/238)) ([bac788d](https://www.github.com/googleapis/nodejs-ai-platform/commit/bac788d9e229927d3c9b30178523084ce45db14f))
* add enable_private_service_connect field to Endpoint ([#239](https://www.github.com/googleapis/nodejs-ai-platform/issues/239)) ([e9cbc46](https://www.github.com/googleapis/nodejs-ai-platform/commit/e9cbc460a7af44b8dbbe038b37a33dbd1050928a))
* add endpoint_id to CreateEndpointRequest and method signature to CreateEndpoint ([e9cbc46](https://www.github.com/googleapis/nodejs-ai-platform/commit/e9cbc460a7af44b8dbbe038b37a33dbd1050928a))
* add id field to DeployedModel ([e9cbc46](https://www.github.com/googleapis/nodejs-ai-platform/commit/e9cbc460a7af44b8dbbe038b37a33dbd1050928a))
* add method signature to CreateFeatureStore, CreateEntityType, CreateFeature ([e9cbc46](https://www.github.com/googleapis/nodejs-ai-platform/commit/e9cbc460a7af44b8dbbe038b37a33dbd1050928a))
* add network and enable_private_service_connect to IndexEndpoint ([e9cbc46](https://www.github.com/googleapis/nodejs-ai-platform/commit/e9cbc460a7af44b8dbbe038b37a33dbd1050928a))
* add service_attachment field to PrivateEndpoints ([e9cbc46](https://www.github.com/googleapis/nodejs-ai-platform/commit/e9cbc460a7af44b8dbbe038b37a33dbd1050928a))
* add service_attachment to IndexPrivateEndpoints ([e9cbc46](https://www.github.com/googleapis/nodejs-ai-platform/commit/e9cbc460a7af44b8dbbe038b37a33dbd1050928a))
* add stratified_split field to training_pipeline InputDataConfig ([e9cbc46](https://www.github.com/googleapis/nodejs-ai-platform/commit/e9cbc460a7af44b8dbbe038b37a33dbd1050928a))
* Exposing a field for v1 CustomJob-Tensorboard integration. ([03881ff](https://www.github.com/googleapis/nodejs-ai-platform/commit/03881ff26fbbd72a81cbf0d162178e8d6aadeaac))
* Tensorboard v1 protos release ([#234](https://www.github.com/googleapis/nodejs-ai-platform/issues/234)) ([03881ff](https://www.github.com/googleapis/nodejs-ai-platform/commit/03881ff26fbbd72a81cbf0d162178e8d6aadeaac))

## [1.13.0](https://www.github.com/googleapis/nodejs-ai-platform/compare/v1.12.0...v1.13.0) (2021-11-11)


Expand Down
9 changes: 7 additions & 2 deletions packages/google-cloud-aiplatform/linkinator.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,13 @@
"skip": [
"https://codecov.io/gh/googleapis/",
"www.googleapis.com",
"img.shields.io"
"img.shields.io",
"https://console.cloud.google.com/cloudshell"
],
"silent": true,
"concurrency": 5
"concurrency": 5,
"retry": true,
"retryErrors": true,
"retryErrorsCount": 5,
"retryErrorsJitter": 3000
}
2 changes: 1 addition & 1 deletion packages/google-cloud-aiplatform/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@google-cloud/aiplatform",
"version": "1.13.0",
"version": "1.14.0",
"description": "Vertex AI client for Node.js",
"repository": "googleapis/nodejs-ai-platform",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-aiplatform/samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"test": "mocha --timeout 1200000 test/*.js"
},
"dependencies": {
"@google-cloud/aiplatform": "^1.13.0",
"@google-cloud/aiplatform": "^1.14.0",
"@google-cloud/storage": "^5.5.0"
},
"devDependencies": {
Expand Down

0 comments on commit 94500ea

Please sign in to comment.