From 915fdce3fb7c6095a68327ec027eec21eb621fcf Mon Sep 17 00:00:00 2001 From: juliusvonkohout <45896133+juliusvonkohout@users.noreply.github.com> Date: Tue, 17 Dec 2024 15:24:15 +0100 Subject: [PATCH] update KFP SDK from 2.4.0 to 2.11.0 Signed-off-by: juliusvonkohout <45896133+juliusvonkohout@users.noreply.github.com> --- .github/workflows/pipeline_swfs_test.yaml | 2 +- .github/workflows/pipeline_test.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pipeline_swfs_test.yaml b/.github/workflows/pipeline_swfs_test.yaml index 6bebea16e..27b9b4e6e 100644 --- a/.github/workflows/pipeline_swfs_test.yaml +++ b/.github/workflows/pipeline_swfs_test.yaml @@ -64,7 +64,7 @@ jobs: - name: List and deploy test pipeline with authorized ServiceAccount Token run: | - pip3 install kfp==2.4.0 + pip3 install kfp==2.11.0 KF_PROFILE=kubeflow-user-example-com TOKEN="$(kubectl -n $KF_PROFILE create token default-editor)" diff --git a/.github/workflows/pipeline_test.yaml b/.github/workflows/pipeline_test.yaml index 5c73d1ce2..792d5937e 100644 --- a/.github/workflows/pipeline_test.yaml +++ b/.github/workflows/pipeline_test.yaml @@ -57,7 +57,7 @@ jobs: - name: List and deploy test pipeline with authorized ServiceAccount Token run: | - pip3 install kfp==2.4.0 + pip3 install kfp==2.11.0 KF_PROFILE=kubeflow-user-example-com TOKEN="$(kubectl -n $KF_PROFILE create token default-editor)" @@ -94,7 +94,7 @@ jobs: - name: Fail to list pipelines with unauthorized ServiceAccount Token run: | - pip3 install kfp==2.4.0 + pip3 install kfp==2.11.0 KF_PROFILE=kubeflow-user-example-com TOKEN="$(kubectl -n default create token default)"