File tree Expand file tree Collapse file tree 3 files changed +20
-4
lines changed Expand file tree Collapse file tree 3 files changed +20
-4
lines changed Original file line number Diff line number Diff line change 11[
22 {
3- "version" : " https://kubeflow-pipelines.readthedocs.io/en/sdk-2.12.1 /" ,
4- "title" : " 2.12.1 " ,
3+ "version" : " https://kubeflow-pipelines.readthedocs.io/en/sdk-2.12.2 /" ,
4+ "title" : " 2.12.2 " ,
55 "aliases" : [
66 " stable" ,
77 " latest"
88 ]
99 },
10+ {
11+ "version" : " https://kubeflow-pipelines.readthedocs.io/en/sdk-2.12.1/" ,
12+ "title" : " 2.12.1" ,
13+ "aliases" : []
14+ },
1015 {
1116 "version" : " https://kubeflow-pipelines.readthedocs.io/en/sdk-2.12.0/" ,
1217 "title" : " 2.12.0" ,
Original file line number Diff line number Diff line change 1111## Bug fixes and other changes
1212
1313* Depends on ` google-cloud-storage>=2.2.1,<4 ` [ \# 11735] ( https://github.com/kubeflow/pipelines/pull/11735 )
14- * fix(sdk): Add SDK support for setting resource limits on older KFP versions (#11839 )
1514
1615## Documentation updates
1716
17+ # 2.12.2
18+
19+ ## Features
20+
21+ ## Breaking changes
22+
23+ ## Deprecations
24+
25+ ## Bug fixes and other changes
26+
27+ * fix(sdk): Add SDK support for setting resource limits on older KFP versions (#11839 )
28+
1829# 2.12.1
1930
2031## Features
Original file line number Diff line number Diff line change 1616# https://packaging.python.org/guides/packaging-namespace-packages/#pkgutil-style-namespace-packages
1717__path__ = __import__ ('pkgutil' ).extend_path (__path__ , __name__ )
1818
19- __version__ = '2.12.1 '
19+ __version__ = '2.12.2 '
2020
2121import sys
2222import warnings
You can’t perform that action at this time.
0 commit comments