Skip to content

Commit

Permalink
chore(sdk): release 1.8.18 (#8610)
Browse files Browse the repository at this point in the history
* bump version; update release notes

* bump version
  • Loading branch information
connor-mccarthy authored Dec 21, 2022
1 parent cad31de commit 64bf953
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions sdk/RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,23 @@

## Deprecations

## Bug Fixes and Other Changes

## Documentation Updates
# 1.8.18
## Major Features and Improvements

## Breaking Changes

### For Pipeline Authors

### For Component Authors

## Deprecations

## Bug Fixes and Other Changes
* Upgrade kubernetes library to v19 to get access to EphemeralVolume [#8526](https://github.com/kubeflow/pipelines/pull/8526) [#8563](https://github.com/kubeflow/pipelines/pull/8563)
* fix(sdk): make executor output writer more permissive [#8608](https://github.com/kubeflow/pipelines/pull/8608)

## Documentation Updates
# 1.8.17
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__ = '1.8.17'
__version__ = '1.8.18'

from . import components
from . import containers
Expand Down

0 comments on commit 64bf953

Please sign in to comment.