Skip to content

Commit 38c49cc

Browse files
committed
bump sdk to 2.14.1
Signed-off-by: Humair Khan <[email protected]>
1 parent f866b07 commit 38c49cc

File tree

8 files changed

+14
-14
lines changed

8 files changed

+14
-14
lines changed

docs/sdk/versions.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[
22
{
3-
"version": "https://kubeflow-pipelines.readthedocs.io/en/sdk-2.14.0/",
4-
"title": "2.14.0",
3+
"version": "https://kubeflow-pipelines.readthedocs.io/en/sdk-2.14.1/",
4+
"title": "2.14.1",
55
"aliases": [
66
"stable",
77
"latest"

sdk/python/kfp/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '2.14.0'
1+
__version__ = '2.14.1'

sdk/python/test_data/components/component_with_pip_install.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ deploymentSpec:
2020
\ python3 -m pip install --quiet --no-warn-script-location --index-url https://pypi.org/simple\
2121
\ --trusted-host https://pypi.org/simple 'yapf' && python3 -m pip install\
2222
\ --quiet --no-warn-script-location --index-url https://pypi.org/simple\
23-
\ --trusted-host https://pypi.org/simple 'kfp==2.14.0' '--no-deps' 'typing-extensions>=3.7.4,<5;\
23+
\ --trusted-host https://pypi.org/simple 'kfp==2.14.1' '--no-deps' 'typing-extensions>=3.7.4,<5;\
2424
\ python_version<\"3.9\"' && \"$0\" \"$@\"\n"
2525
- sh
2626
- -ec
@@ -49,4 +49,4 @@ root:
4949
taskInfo:
5050
name: component-with-pip-install
5151
schemaVersion: 2.1.0
52-
sdkVersion: kfp-2.14.0
52+
sdkVersion: kfp-2.14.1

sdk/python/test_data/pipelines/component_with_pip_index_urls.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ deploymentSpec:
2020
\ python3 -m pip install --quiet --no-warn-script-location --index-url https://pypi.org/simple\
2121
\ --trusted-host https://pypi.org/simple 'yapf' && python3 -m pip install\
2222
\ --quiet --no-warn-script-location --index-url https://pypi.org/simple\
23-
\ --trusted-host https://pypi.org/simple 'kfp==2.14.0' '--no-deps' 'typing-extensions>=3.7.4,<5;\
23+
\ --trusted-host https://pypi.org/simple 'kfp==2.14.1' '--no-deps' 'typing-extensions>=3.7.4,<5;\
2424
\ python_version<\"3.9\"' && \"$0\" \"$@\"\n"
2525
- sh
2626
- -ec
@@ -48,4 +48,4 @@ root:
4848
taskInfo:
4949
name: component-op
5050
schemaVersion: 2.1.0
51-
sdkVersion: kfp-2.14.0
51+
sdkVersion: kfp-2.14.1

sdk/python/test_data/pipelines/pipeline_with_google_artifact_type.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ deploymentSpec:
5757
- "\nif ! [ -x \"$(command -v pip)\" ]; then\n python3 -m ensurepip ||\
5858
\ python3 -m ensurepip --user || apt-get install python3-pip\nfi\n\nPIP_DISABLE_PIP_VERSION_CHECK=1\
5959
\ python3 -m pip install --quiet --no-warn-script-location 'aiplatform'\
60-
\ && python3 -m pip install --quiet --no-warn-script-location 'kfp==2.14.0'\
60+
\ && python3 -m pip install --quiet --no-warn-script-location 'kfp==2.14.1'\
6161
\ '--no-deps' 'typing-extensions>=3.7.4,<5; python_version<\"3.9\"' && \"\
6262
$0\" \"$@\"\n"
6363
- sh
@@ -93,7 +93,7 @@ deploymentSpec:
9393
- "\nif ! [ -x \"$(command -v pip)\" ]; then\n python3 -m ensurepip ||\
9494
\ python3 -m ensurepip --user || apt-get install python3-pip\nfi\n\nPIP_DISABLE_PIP_VERSION_CHECK=1\
9595
\ python3 -m pip install --quiet --no-warn-script-location 'aiplatform'\
96-
\ && python3 -m pip install --quiet --no-warn-script-location 'kfp==2.14.0'\
96+
\ && python3 -m pip install --quiet --no-warn-script-location 'kfp==2.14.1'\
9797
\ '--no-deps' 'typing-extensions>=3.7.4,<5; python_version<\"3.9\"' && \"\
9898
$0\" \"$@\"\n"
9999
- sh
@@ -156,4 +156,4 @@ root:
156156
taskInfo:
157157
name: model-producer
158158
schemaVersion: 2.1.0
159-
sdkVersion: kfp-2.14.0
159+
sdkVersion: kfp-2.14.1

sdk/python/test_data/pipelines/pythonic_artifact_with_single_return.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ deploymentSpec:
5353
- "\nif ! [ -x \"$(command -v pip)\" ]; then\n python3 -m ensurepip ||\
5454
\ python3 -m ensurepip --user || apt-get install python3-pip\nfi\n\nPIP_DISABLE_PIP_VERSION_CHECK=1\
5555
\ python3 -m pip install --quiet --no-warn-script-location 'dill==0.3.7'\
56-
\ && python3 -m pip install --quiet --no-warn-script-location 'kfp==2.14.0'\
56+
\ && python3 -m pip install --quiet --no-warn-script-location 'kfp==2.14.1'\
5757
\ '--no-deps' 'typing-extensions>=3.7.4,<5; python_version<\"3.9\"' && \"\
5858
$0\" \"$@\"\n"
5959
- sh
@@ -120,4 +120,4 @@ root:
120120
schemaTitle: system.Model
121121
schemaVersion: 0.0.1
122122
schemaVersion: 2.1.0
123-
sdkVersion: kfp-2.14.0
123+
sdkVersion: kfp-2.14.1

test/sample-test/requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
kfp==2.14.0
1+
kfp==2.14.1
22
junit-xml
33
minio
44
black

test/sample-test/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jupyter-core==5.8.1
8383
# jupyter-client
8484
# nbclient
8585
# nbformat
86-
kfp==2.14.0
86+
kfp==2.14.1
8787
# via -r requirements.in
8888
kfp-pipeline-spec==2.14.0
8989
# via kfp

0 commit comments

Comments
 (0)