From c81c61e10177b728335f1c43e26eaeb3621c34d6 Mon Sep 17 00:00:00 2001 From: Chen Sun Date: Tue, 29 Oct 2024 11:27:11 -0700 Subject: [PATCH] chore: fix release note (#11337) * chore: fix RELEASE.md Signed-off-by: Chen Sun * fix: Update RELEASE.md Signed-off-by: Chen Sun --------- Signed-off-by: Chen Sun --- components/google-cloud/RELEASE.md | 1 - sdk/RELEASE.md | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/components/google-cloud/RELEASE.md b/components/google-cloud/RELEASE.md index b110648af31..3cc17345d65 100644 --- a/components/google-cloud/RELEASE.md +++ b/components/google-cloud/RELEASE.md @@ -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. diff --git a/sdk/RELEASE.md b/sdk/RELEASE.md index 4419f59dfad..e3d56214a2d 100644 --- a/sdk/RELEASE.md +++ b/sdk/RELEASE.md @@ -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