Skip to content

Commit

Permalink
chore: upgrade metadata-writer rock to 2.3.0 (#143)
Browse files Browse the repository at this point in the history
bump metadata-writer Rock from 2.2.0 to 2.3.0
  • Loading branch information
NohaIhab authored Nov 19, 2024
1 parent a2f7f9e commit 519bac2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions metadata-writer/rockcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Based on: https://github.com/kubeflow/pipelines/blob/2.2.0/backend/metadata_writer/Dockerfile
# Based on: https://github.com/kubeflow/pipelines/blob/2.3.0/backend/metadata_writer/Dockerfile
name: metadata-writer
summary: Reusable end-to-end ML workflows built using the Kubeflow Pipelines SDK
description: |
This service logs the metadata for KFP components and pipelines.
version: "2.2.0"
version: "2.3.0"
license: Apache-2.0
base: [email protected]
run-user: _daemon_
Expand Down Expand Up @@ -34,7 +34,7 @@ parts:
plugin: python
source: https://github.com/kubeflow/pipelines.git
source-subdir: backend/metadata_writer
source-tag: 2.2.0
source-tag: 2.3.0
stage-packages:
# sync this python version to the base image in the Dockerfile.
# Also keep this in sync with PARTS_PYTHON_INTERPRETER below.
Expand All @@ -55,7 +55,7 @@ parts:
copy-files:
plugin: nil
source: https://github.com/kubeflow/pipelines.git
source-tag: 2.2.0
source-tag: 2.3.0
override-build: |
mkdir -p ${CRAFT_PART_INSTALL}/kfp/metadata_writer/
cp ${CRAFT_PART_SRC}/backend/metadata_writer/src/* ${CRAFT_PART_INSTALL}/kfp/metadata_writer

0 comments on commit 519bac2

Please sign in to comment.