chore(sdk): release KFP SDK 2.1.1 (#9787)

This commit is contained in:
Connor McCarthy 2023-07-26 17:26:51 -07:00 committed by GitHub
parent 8ad97167ff
commit 49db9effe4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 6 additions and 6 deletions

View File

@ -134,9 +134,9 @@ html_theme_options = {
# need to use the sdk- prefix to avoid conflict with the BE's GitHub release tags
{
'version':
'https://kubeflow-pipelines.readthedocs.io/en/sdk-2.1.0/',
'https://kubeflow-pipelines.readthedocs.io/en/sdk-2.1.1/',
'title':
'2.1.0',
'2.1.1',
'aliases': ['stable'],
},
{

View File

@ -9,7 +9,7 @@
## Bug fixes and other changes
## Documentation updates
# 2.1.0
# 2.1.1
## Features
* Create "dependency-free" runtime package (only `typing_extensions` required) for Lightweight Python Components to reduce runtime dependency resolution errors [\#9710](https://github.com/kubeflow/pipelines/pull/9710), [\#9738](https://github.com/kubeflow/pipelines/pull/9738)

View File

@ -16,7 +16,7 @@ import setuptools
setuptools.setup(
name='kfp-dsl',
version='2.1.0',
version='2.1.1',
description='A KFP SDK subpackage containing the DSL and runtime code.',
author='google',
author_email='kubeflow-pipelines@google.com',

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.1.0'
__version__ = '2.1.1'
TYPE_CHECK = True

View File

@ -10,7 +10,7 @@ google-api-core>=1.31.5,<3.0.0dev,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0
google-auth>=1.6.1,<3
# https://github.com/googleapis/python-storage/blob/main/CHANGELOG.md#221-2022-03-15
google-cloud-storage>=2.2.1,<3
kfp-dsl==2.1.0
kfp-dsl==2.1.1
# pin kfp-pipeline-spec to an exact version, since this is the contract between a given KFP SDK version and the BE. we don't want old version of the SDK to write new fields and to have the BE reject the new unsupported field (even if the new field backward compatible from a proto perspective)
kfp-pipeline-spec==0.2.2
# Update the upper version whenever a new major version of the