From fb0973889e07b542ede7c7b9e018625b35b9eee9 Mon Sep 17 00:00:00 2001 From: Chen Sun Date: Mon, 11 Oct 2021 19:45:36 +0000 Subject: [PATCH] add release note --- sdk/RELEASE.md | 1 + 1 file changed, 1 insertion(+) diff --git a/sdk/RELEASE.md b/sdk/RELEASE.md index 98efc8443d8..d41683c4dd1 100644 --- a/sdk/RELEASE.md +++ b/sdk/RELEASE.md @@ -18,6 +18,7 @@ * Fix function-based components not preserving the namespace of GCPC artifact types. [\#6702](https://github.com/kubeflow/pipelines/pull/6702) * Fix `dsl.` prefix in component I/O type annotation breaking component at runtime. [\#6714](https://github.com/kubeflow/pipelines/pull/6714) * Update v2 yaml format [\#6661](https://github.com/kubeflow/pipelines/pull/6661) +* Implement v2 PipelineTask [\#6713](https://github.com/kubeflow/pipelines/pull/6713) * Depends on `typing-extensions>=3.7.4,<4; python_version<"3.9"` [\#6683](https://github.com/kubeflow/pipelines/pull/6683) * Depends on `click>=7.1.2,<9` [\#6691](https://github.com/kubeflow/pipelines/pull/6691) * Depends on `cloudpickle>=2.0.0,<3` [\#6703](https://github.com/kubeflow/pipelines/pull/6703)