chore(sdk): release KFP SDK 2.0.0b9 (#8609)
This commit is contained in:
parent
f64348f29e
commit
ecfdc665c4
|
|
@ -1,5 +1,16 @@
|
|||
# Current Version (in development)
|
||||
|
||||
## Features
|
||||
|
||||
## Breaking changes
|
||||
|
||||
## Deprecations
|
||||
|
||||
## Bug fixes and other changes
|
||||
|
||||
## Documentation updates
|
||||
# 2.0.0-beta.9
|
||||
|
||||
## Features
|
||||
* Add comments to IR YAML file [\#8467](https://github.com/kubeflow/pipelines/pull/8467)
|
||||
|
||||
|
|
@ -9,7 +20,7 @@
|
|||
|
||||
## Bug fixes and other changes
|
||||
* Unblock valid topologies [\#8416](https://github.com/kubeflow/pipelines/pull/8416)
|
||||
* Fix bug when writing to same file using gcsfuse and distributed training strategy in lightweight/containerized Python components [#8544](https://github.com/kubeflow/pipelines/pull/8544) [alternative fix after [#8455](https://github.com/kubeflow/pipelines/pull/8455) in `kfp==2.0.0b8`]
|
||||
* Fix bug when writing to same file using gcsfuse and distributed training strategy in lightweight/containerized Python components [#8544](https://github.com/kubeflow/pipelines/pull/8544) [alternative fix after [#8455](https://github.com/kubeflow/pipelines/pull/8455) in `kfp==2.0.0b8`], [#8607](https://github.com/kubeflow/pipelines/pull/8607)
|
||||
|
||||
## Documentation updates
|
||||
# 2.0.0-beta.8
|
||||
|
|
|
|||
|
|
@ -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-beta.8'
|
||||
__version__ = '2.0.0-beta.9'
|
||||
|
||||
TYPE_CHECK = True
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue