diff --git a/sdk/RELEASE.md b/sdk/RELEASE.md index 80017d1960c..bd17174452a 100644 --- a/sdk/RELEASE.md +++ b/sdk/RELEASE.md @@ -8,6 +8,7 @@ * Merge v2 experimental change back to v2 namespace [\#6890](https://github.com/kubeflow/pipelines/pull/6890) * Add ImporterSpec v2 [\#6917](https://github.com/kubeflow/pipelines/pull/6917) * Add add set_env_variable for Pipeline task [\#6919](https://github.com/kubeflow/pipelines/pull/6919) +* Add metadata field for importer [\#7112](https://github.com/kubeflow/pipelines/pull/7112) ## Breaking Changes @@ -69,7 +70,7 @@ ## Documentation Updates * N/A -* +* # 1.8.9 ## Major Features and Improvements diff --git a/sdk/python/kfp/v2/compiler_cli_tests/test_data/pipeline_with_after.json b/sdk/python/kfp/v2/compiler_cli_tests/test_data/pipeline_with_after.json index d835b4cbd16..e70c21d9f07 100644 --- a/sdk/python/kfp/v2/compiler_cli_tests/test_data/pipeline_with_after.json +++ b/sdk/python/kfp/v2/compiler_cli_tests/test_data/pipeline_with_after.json @@ -146,5 +146,5 @@ } }, "schemaVersion": "2.1.0", - "sdkVersion": "kfp-1.8.10" + "sdkVersion": "kfp-2.0.0-beta0" } \ No newline at end of file