Skip to content

Commit

Permalink
chore(sdk): release KFP SDK 2.0.0-rc.2 (#9605)
Browse files Browse the repository at this point in the history
* release 2.0.0-rc.2

* update comment
  • Loading branch information
connor-mccarthy authored Jun 9, 2023
1 parent 48ecc7d commit b6c6608
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
9 changes: 8 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,14 @@
'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/',
Expand Down
11 changes: 11 additions & 0 deletions sdk/RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion sdk/python/kfp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit b6c6608

Please sign in to comment.