chore(sdk): Release KFP SDK 1.8.9 off `sdk/release-1.8` branch (#6864)
* Update RELEASE.md * Update __init__.py
This commit is contained in:
parent
dea0823fe8
commit
bb9db6a19d
|
|
@ -21,6 +21,36 @@
|
|||
|
||||
## Documentation Updates
|
||||
|
||||
# 1.8.9
|
||||
|
||||
## Major Features and Improvements
|
||||
|
||||
* N/A
|
||||
|
||||
## Breaking Changes
|
||||
|
||||
* N/A
|
||||
|
||||
### For Pipeline Authors
|
||||
|
||||
* N/A
|
||||
|
||||
### For Component Authors
|
||||
|
||||
* N/A
|
||||
|
||||
## Deprecations
|
||||
|
||||
* N/A
|
||||
|
||||
## Bug Fixes and Other Changes
|
||||
|
||||
* Make `Artifact` type be compatible with any sub-artifact types bidirectionally [\#6859](https://github.com/kubeflow/pipelines/pull/6859)
|
||||
|
||||
## Documentation Updates
|
||||
|
||||
* N/A
|
||||
|
||||
# 1.8.8
|
||||
|
||||
## Major Features and Improvements
|
||||
|
|
|
|||
|
|
@ -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.7'
|
||||
__version__ = '1.8.9'
|
||||
|
||||
from . import components
|
||||
from . import containers
|
||||
|
|
|
|||
Loading…
Reference in New Issue