diff --git a/sdk/RELEASE.md b/sdk/RELEASE.md index a89652ed4c8..10f60b177ac 100644 --- a/sdk/RELEASE.md +++ b/sdk/RELEASE.md @@ -15,6 +15,7 @@ ## Bug Fixes and Other Changes * Fix executor getting None as value when float 0 is passed in. [\#6682](https://github.com/kubeflow/pipelines/pull/6682) +* Fix function-based components not preserving the namespace of GCPC artifact types. [\#6702](https://github.com/kubeflow/pipelines/pull/6702) * Depends on `typing-extensions>=3.7.4,<4; python_version<"3.9"` [\#6683](https://github.com/kubeflow/pipelines/pull/6683) ## Documentation Updates