File tree Expand file tree Collapse file tree 3 files changed +28
-3
lines changed Expand file tree Collapse file tree 3 files changed +28
-3
lines changed Original file line number Diff line number Diff line change 1
1
[
2
2
{
3
- "version" : " https://kubeflow-pipelines.readthedocs.io/en/sdk-2.11 .0/" ,
4
- "title" : " 2.11 .0" ,
3
+ "version" : " https://kubeflow-pipelines.readthedocs.io/en/sdk-2.12 .0/" ,
4
+ "title" : " 2.12 .0" ,
5
5
"aliases" : [
6
6
" stable" ,
7
7
" latest"
8
8
]
9
9
},
10
+ {
11
+ "version" : " https://kubeflow-pipelines.readthedocs.io/en/sdk-2.11.0/" ,
12
+ "title" : " 2.11.0" ,
13
+ "aliases" : []
14
+ },
10
15
{
11
16
"version" : " https://kubeflow-pipelines.readthedocs.io/en/sdk-2.10.1/" ,
12
17
"title" : " 2.10.1" ,
Original file line number Diff line number Diff line change 10
10
11
11
## Documentation updates
12
12
13
+ # 2.12.0
14
+
15
+ ## Features
16
+
17
+ * Add support for placeholders in resource limits [ \# 11501] ( https://github.com/kubeflow/pipelines/pull/11501 )
18
+ * Introduce cache_key to sdk [ \# 11466] ( https://github.com/kubeflow/pipelines/pull/11466 )
19
+ * Add support for importing models stored in the Modelcar format (sidecar) [ \# 11606] ( https://github.com/kubeflow/pipelines/pull/11606 )
20
+
21
+ ## Breaking changes
22
+
23
+ ## Deprecations
24
+
25
+ ## Bug fixes and other changes
26
+
27
+ * dsl.component docstring typo [ \# 11547] ( https://github.com/kubeflow/pipelines/pull/11547 )
28
+ * Update broken api-connect link [ \# 11521] ( https://github.com/kubeflow/pipelines/pull/11521 )
29
+ * Fix kfp-sdk-test for different python versions [ \# 11559] ( https://github.com/kubeflow/pipelines/pull/11559 )
30
+
31
+ ## Documentation updates
32
+
13
33
# 2.11.0
14
34
15
35
## Features
Original file line number Diff line number Diff line change 16
16
# https://packaging.python.org/guides/packaging-namespace-packages/#pkgutil-style-namespace-packages
17
17
__path__ = __import__ ('pkgutil' ).extend_path (__path__ , __name__ )
18
18
19
- __version__ = '2.11 .0'
19
+ __version__ = '2.12 .0'
20
20
21
21
import sys
22
22
import warnings
You can’t perform that action at this time.
0 commit comments