Skip to content

Commit

Permalink
chore(sdk): release KFP SDK 2.2.0 (#9984)
Browse files Browse the repository at this point in the history
  • Loading branch information
connor-mccarthy authored Sep 14, 2023
1 parent 1fbdeb2 commit 659c54b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 12 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,9 +134,9 @@
# 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.1.3/',
'https://kubeflow-pipelines.readthedocs.io/en/sdk-2.2.0/',
'title':
'2.1.3',
'2.2.0',
'aliases': ['stable'],
},
{
Expand Down
12 changes: 3 additions & 9 deletions sdk/RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@


## Features
* Add support for `dsl.If`, `dsl.Elif`, and `dsl.Else` control flow context managers; deprecate `dsl.Condition` in favor of `dsl.If` [\#9894](https://github.com/kubeflow/pipelines/pull/9894)


## Breaking changes

Expand All @@ -11,18 +11,12 @@
## Bug fixes and other changes

## Documentation updates
# 2.1.3
# 2.2.0

## Features
* Add support for `dsl.If`, `dsl.Elif`, and `dsl.Else` control flow context managers; deprecate `dsl.Condition` in favor of `dsl.If` [\#9894](https://github.com/kubeflow/pipelines/pull/9894)
* Create "dependency-free" runtime package (only `typing_extensions` required) for Lightweight Python Components to reduce runtime dependency resolution errors [\#9710](https://github.com/kubeflow/pipelines/pull/9710), [\#9886](https://github.com/kubeflow/pipelines/pull/9886)

## Breaking changes

## Deprecations

## Bug fixes and other changes

## Documentation updates
# 2.0.1

## Features
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.1.3'
__version__ = '2.2.0'

TYPE_CHECK = True

Expand Down

0 comments on commit 659c54b

Please sign in to comment.