File tree 3 files changed +26
-3
lines changed
3 files changed +26
-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.8 .0/" ,
4
- "title" : " 2.8 .0" ,
3
+ "version" : " https://kubeflow-pipelines.readthedocs.io/en/sdk-2.9 .0/" ,
4
+ "title" : " 2.9 .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.8.0/" ,
12
+ "title" : " 2.8.0" ,
13
+ "aliases" : []
14
+ },
10
15
{
11
16
"version" : " https://kubeflow-pipelines.readthedocs.io/en/sdk-2.7.0/" ,
12
17
"title" : " 2.7.0" ,
Original file line number Diff line number Diff line change 10
10
11
11
## Documentation updates
12
12
13
+ # 2.9.0
14
+
15
+ ## Features
16
+ * Kfp support for pip trusted host [ #11151 ] ( https://github.com/kubeflow/pipelines/pull/11151 )
17
+
18
+ ## Breaking changes
19
+
20
+ * Pin kfp-pipeline-spec==0.4.0, kfp-server-api>=2.1.0,<2.4.0 [ #11192 ] ( https://github.com/kubeflow/pipelines/pull/11192 )
21
+
22
+ ## Deprecations
23
+
24
+ ## Bug fixes and other changes
25
+
26
+ * Loosening kubernetes dependency constraint [ #11079 ] ( https://github.com/kubeflow/pipelines/pull/11079 )
27
+ * Throw 'exit_task cannot depend on any other tasks.' error when an ExitHandler has a parameter dependent on other task [ #11005 ] ( https://github.com/kubeflow/pipelines/pull/11005 )
28
+
29
+ ## Documentation updates
30
+
13
31
# 2.8.0
14
32
15
33
## 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.8 .0'
19
+ __version__ = '2.9 .0'
20
20
21
21
import sys
22
22
import warnings
You can’t perform that action at this time.
0 commit comments