Skip to content

Commit

Permalink
chore(sdk): 1.8.14 release (#8288)
Browse files Browse the repository at this point in the history
* bump version

* update release notes
  • Loading branch information
connor-mccarthy authored Sep 21, 2022
1 parent 20b3af4 commit 5abc7c3
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
18 changes: 17 additions & 1 deletion sdk/RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,35 @@
# Current Version (Still in Development)
## Major Features and Improvements

## Breaking Changes

### For Pipeline Authors

### For Component Authors

## Deprecations

## Bug Fixes and Other Changes

## Documentation Updates
# 1.8.14
## Major Features and Improvements
* Support parallelism setting in ParallelFor [/#8112](https://github.com/kubeflow/pipelines/pull/8112)

## Breaking Changes

### For Pipeline Authors
* Support dynamic importer metadata [/#8226](https://github.com/kubeflow/pipelines/pull/8226)

### For Component Authors

## Deprecations

## Bug Fixes and Other Changes
* Migrate Out-Of-Band (OOB) authentication flow[\#8262](https://github.com/kubeflow/pipelines/pull/8262)
* Migrate Out-Of-Band (OOB) authentication flow [\#8262](https://github.com/kubeflow/pipelines/pull/8262)

## Documentation Updates
* Add importer documentation [\#3344](https://github.com/kubeflow/website/pull/3344)

# 1.8.13
## Major Features and Improvements
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.13'
__version__ = '1.8.14'

from . import components
from . import containers
Expand Down

0 comments on commit 5abc7c3

Please sign in to comment.