You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* chore(sdk): release KFP SDK 2.10.0
Signed-off-by: Chen Sun <[email protected]>
* fix: version check regex in test
Signed-off-by: Chen Sun <[email protected]>
---------
Signed-off-by: Chen Sun <[email protected]>
Copy file name to clipboardExpand all lines: sdk/RELEASE.md
+18-1Lines changed: 18 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,32 @@
1
1
# Current Version (in development)
2
2
3
+
## Features
4
+
5
+
## Breaking changes
6
+
7
+
## Deprecations
8
+
9
+
## Bug fixes and other changes
10
+
11
+
## Documentation updates
12
+
13
+
# 2.10.0
14
+
3
15
## Features
4
16
* Support dynamic machine type parameters in pipeline task setters. [\#11097](https://github.com/kubeflow/pipelines/pull/11097)
5
17
* 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)
18
+
* Add PipelineConfig to DSL to re-implement pipeline-level config [\#11112](https://github.com/kubeflow/pipelines/pull/11112)
19
+
* Allow disabling default caching via a CLI flag and env var [\#11222](https://github.com/kubeflow/pipelines/pull/11222)
6
20
7
21
## Breaking changes
22
+
* Deprecate the metrics artifact auto-populating feature. [\#11362](https://github.com/kubeflow/pipelines/pull/11362)
8
23
9
24
## Deprecations
10
-
*Deprecate the metrics artifact auto-populating feature. [\#11362](https://github.com/kubeflow/pipelines/pull/11362)
25
+
*Set Python 3.9 as the Minimum Supported Version [\#11159](https://github.com/kubeflow/pipelines/pull/11159)
0 commit comments