File tree Expand file tree Collapse file tree 3 files changed +34
-3
lines changed
kubernetes_platform/python/docs Expand file tree Collapse file tree 3 files changed +34
-3
lines changed Original file line number Diff line number Diff line change 11[
22 {
3- "version" : " https://kubeflow-pipelines.readthedocs.io/en/sdk-2.14.6 /" ,
4- "title" : " 2.14.6 " ,
3+ "version" : " https://kubeflow-pipelines.readthedocs.io/en/sdk-2.15.0 /" ,
4+ "title" : " 2.15.0 " ,
55 "aliases" : [
66 " stable" ,
77 " latest"
88 ]
99 },
10+ {
11+ "version" : " https://kubeflow-pipelines.readthedocs.io/en/sdk-2.14.6/" ,
12+ "title" : " 2.14.6" ,
13+ "aliases" : []
14+ },
1015 {
1116 "version" : " https://kubeflow-pipelines.readthedocs.io/en/sdk-2.14.5/" ,
1217 "title" : " 2.14.5" ,
Original file line number Diff line number Diff line change @@ -138,12 +138,19 @@ def decorator(func):
138138 'version_dropdown' :
139139 True ,
140140 'version_info' : [
141+ {
142+ 'version' :
143+ 'https://kfp-kubernetes.readthedocs.io/en/kfp-kubernetes-2.15.0/' ,
144+ 'title' :
145+ '2.15.0' ,
146+ 'aliases' : ['stable' ],
147+ },
141148 {
142149 'version' :
143150 'https://kfp-kubernetes.readthedocs.io/en/kfp-kubernetes-2.14.6/' ,
144151 'title' :
145152 '2.14.6' ,
146- 'aliases' : ['stable' ],
153+ 'aliases' : [],
147154 },
148155 {
149156 'version' :
Original file line number Diff line number Diff line change 22
33## Features
44
5+ ## Breaking changes
6+
7+ ## Deprecations
8+
9+ ## Bug fixes and other changes
10+
11+ ## Documentation updates
12+
13+ # 2.15.0
14+
15+ ## Features
16+
517* Allow sharing utility functions across components via the ` additional_funcs ` argument to the ` component ` decorator;
618 functions are embedded into the generated component code before the main function (#12178 ).
19+ * feat(backend, sdk): Add custom_path field to RuntimeArtifact (#12248 )
20+ * feat(sdk): Add notebook components and embedded artifacts support (#12294 )
21+ * feat(sdk): add compile-time validation for workspace size
722
823## Breaking changes
924
1025## Deprecations
1126
1227## Bug fixes and other changes
1328
29+ * fix(sdk): Add support for list and dict parameter type hints (#12410 )
30+ * fix(CI/SDK): Fix tests for pipelines with optional input parameters and an SDK syntax error (#12420 )
31+ * chore: update py image refs to 3.11 (#12383 )
32+
1433## Documentation updates
1534
1635# 2.14.6
You can’t perform that action at this time.
0 commit comments