canonical / pipelines-rocks

ROCKs for Kubeflow Pipelines
Apache License 2.0
1 stars 7 forks source link

Update `metadata-writer` ROCK for `1.9.0-rc.2` #103

Closed NohaIhab closed 3 months ago

NohaIhab commented 4 months ago

Context

Each charm in Kubeflow has a ROCK (or a set of ROCKs) it is using. The process of upgrading ROCKs usually means going to the component's upstream repository Dockerfile, comparing current ROCK version against the one in the repository and adding the missing bits.

What needs to get done

  1. Clone the upstream's kubeflow repository.
  2. Go to desired Dockerfile (first line in rockcraft.yaml should specify the full path).
  3. Checkout to the branch or tag of the target version.
  4. Checkout to the branch or tag of the version of the current ROCK.
  5. Compare both files to spot the differences.

Definition of Done

  1. New ROCK is ready.
  2. Tests are passing.
  3. ROCK is published under charmedkubeflow Dockerhub account.
syncronize-issues-to-jira[bot] commented 4 months ago

Thank you for reporting us your feedback!

The internal ticket has been created: https://warthogs.atlassian.net/browse/KF-5938.

This message was autogenerated

DnPlas commented 3 months ago

After building the pipelines manifests from kubeflow/manifests repo tag 1.9.0-rc.2, I noticed the image tag used for all pipelines components is 2.2.0, and the images of this repository are already up to date with that tag, so nothing else to do.