From 0c6ce7c8910f0b25d46e3cfeafc1c6e565536cd0 Mon Sep 17 00:00:00 2001 From: Daniela Plascencia Date: Wed, 20 Nov 2024 13:52:47 -0600 Subject: [PATCH] feat: bump kfp-persistenceagent rock version and source code tag 2.2.0 -> 2.3.0 Fixes #137 --- persistenceagent/rockcraft.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/persistenceagent/rockcraft.yaml b/persistenceagent/rockcraft.yaml index e6e987c..b1efd80 100644 --- a/persistenceagent/rockcraft.yaml +++ b/persistenceagent/rockcraft.yaml @@ -1,9 +1,9 @@ -# Based on: https://github.com/kubeflow/pipelines/blob/2.2.0/backend/Dockerfile.persistenceagent +# Based on: https://github.com/kubeflow/pipelines/blob/2.3.0/backend/Dockerfile.persistenceagent name: persistenceagent summary: Reusable end-to-end ML workflows built using the Kubeflow Pipelines SDK description: | This component serves as the backend persistence agent of Kubeflow pipelines. -version: "2.2.0" +version: "2.3.0" license: Apache-2.0 base: ubuntu@22.04 platforms: @@ -35,7 +35,7 @@ parts: plugin: go source: https://github.com/kubeflow/pipelines source-type: git - source-tag: 2.2.0 + source-tag: 2.3.0 build-snaps: - go/1.21/stable build-packages: