chore(sdk): release KFP SDK 2.0.0-rc.2 (#9605)
* release 2.0.0-rc.2 * update comment
This commit is contained in:
parent
48ecc7d879
commit
b6c660853e
|
@ -136,7 +136,14 @@ html_theme_options = {
|
|||
'title': 'master',
|
||||
'aliases': [],
|
||||
},
|
||||
# need to use the sdk-, to avoid conflict with the rc.1 BE release in GitHub tags
|
||||
# need to use the sdk- prefix to avoid conflict with the BE's GitHub release tags
|
||||
{
|
||||
'version':
|
||||
'https://kubeflow-pipelines.readthedocs.io/en/sdk-2.0.0-rc.2/',
|
||||
'title':
|
||||
'v2.0.0rc2',
|
||||
'aliases': [],
|
||||
},
|
||||
{
|
||||
'version':
|
||||
'https://kubeflow-pipelines.readthedocs.io/en/sdk-2.0.0-rc.1/',
|
||||
|
|
|
@ -6,6 +6,17 @@
|
|||
|
||||
## Deprecations
|
||||
|
||||
## Bug fixes and other changes
|
||||
|
||||
## Documentation updates
|
||||
# 2.0.0-rc.2
|
||||
|
||||
## Features
|
||||
|
||||
## Breaking changes
|
||||
|
||||
## Deprecations
|
||||
|
||||
## Bug fixes and other changes
|
||||
* Fix integer value not allowed as float-typed return [\#9481](https://github.com/kubeflow/pipelines/pull/9481)
|
||||
* Change `kubernetes` version requirement from `kubernetes>=8.0.0,<24` to `kubernetes>=8.0.0,<27` [\#9545](https://github.com/kubeflow/pipelines/pull/9545)
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
# https://packaging.python.org/guides/packaging-namespace-packages/#pkgutil-style-namespace-packages
|
||||
__path__ = __import__('pkgutil').extend_path(__path__, __name__)
|
||||
|
||||
__version__ = '2.0.0-rc.1'
|
||||
__version__ = '2.0.0-rc.2'
|
||||
|
||||
TYPE_CHECK = True
|
||||
|
||||
|
|
Loading…
Reference in New Issue