chore(sdk): release KFP SDK 2.0.0b8 (#8508)

* update release notes

* bump version

* add beta 8 to docs; remove beta 7
This commit is contained in:
Connor McCarthy 2022-11-29 21:04:15 -08:00 committed by GitHub
parent 834bfbe90a
commit 249e7af384
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 16 additions and 3 deletions

View File

@ -137,8 +137,8 @@ html_theme_options = {
'aliases': [],
},
{
'version': 'https://kubeflow-pipelines.readthedocs.io/en/2.0.0b7/',
'title': 'v2.0.0b7',
'version': 'https://kubeflow-pipelines.readthedocs.io/en/2.0.0b8/',
'title': 'v2.0.0b8',
'aliases': [],
},
{

View File

@ -9,6 +9,19 @@
## Bug fixes and other changes
## Documentation updates
# 2.0.0-beta.8
## Features
## Breaking changes
## Deprecations
## Bug fixes and other changes
* Fix client methods [\#8507](https://github.com/kubeflow/pipelines/pull/8507)
## Documentation updates
# 2.0.0-beta.7

View File

@ -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.7'
__version__ = '2.0.0-beta.8'
TYPE_CHECK = True