Skip to content

Commit

Permalink
chore: fix release note (#11337)
Browse files Browse the repository at this point in the history
* chore: fix RELEASE.md

Signed-off-by: Chen Sun <[email protected]>

* fix: Update RELEASE.md

Signed-off-by: Chen Sun <[email protected]>

---------

Signed-off-by: Chen Sun <[email protected]>
  • Loading branch information
chensun authored Oct 29, 2024
1 parent df4d787 commit c81c61e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion components/google-cloud/RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
* Remove default prediction column names in `v1.model_evaluation.regression_component` component to fix pipeline errors when using bigquery data source.
* Add reservation_affinition support in `v1.create_custom_training_job_from_component`.
* Deprecate `preview.custom_job` module.
* Add a new `use_venv` field to the component decorator, enabling the component to run inside a virtual environment.

## Release 2.17.0
* Fix Gemini batch prediction support to `v1.model_evaluation.autosxs_pipeline` after output schema change.
Expand Down
1 change: 1 addition & 0 deletions sdk/RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## Features
* Support dynamic machine type parameters in pipeline task setters. [\#11097](https://github.com/kubeflow/pipelines/pull/11097)
* Add a new `use_venv` field to the component decorator, enabling the component to run inside a virtual environment. [\#11326](https://github.com/kubeflow/pipelines/pull/11326)

## Breaking changes

Expand Down

0 comments on commit c81c61e

Please sign in to comment.