Skip to content

Commit c86983a

Browse files
authored
Merge pull request opendatahub-io#761 from rimolive/rmartine
Adds the component_metadata.yaml to track KFP releases across DSP ones
2 parents b64c79d + 44a72ef commit c86983a

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

config/component_metadata.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
releases:
2+
- name: Kubeflow Pipelines
3+
version: 2.2.0
4+
repoUrl: https://github.com/kubeflow/pipelines

docs/release/RELEASE.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,16 @@ Steps on how to release `x.y+1`
3838

3939
1. Ensure `compatibility.yaml` is upto date, and generate a new `compatibility.md`
4040
- Use [release-tools] to accomplish this
41-
2. Cut branch `vx.y+1` from `main/master`
41+
2. If the changes include a code rebase from KFP repo, ensure `config/component_metadata.yaml` is updated with the respective KFP version
42+
3. Cut branch `vx.y+1` from `main/master`
4243
- Do this for DSPO and DSP repos
43-
3. Build images. Use the [build-tags] workflow, specifying the branches from above
44-
4. Retrieve the sha images from the resulting workflow (check quay.io for the digests)
44+
4. Build images. Use the [build-tags] workflow, specifying the branches from above
45+
5. Retrieve the sha images from the resulting workflow (check quay.io for the digests)
4546
- Using [release-tools] generate a `params.env` and submit a new pr to `vx.y+1` branch
4647
- For images pulled from registry, ensure latest images are upto date
47-
5. Perform any tests on the branch, confirm stability
48+
6. Perform any tests on the branch, confirm stability
4849
- If issues are found, they should be corrected in `main/master` and be cherry-picked into this branch.
49-
6. Create a tag release (using the branches from above) for `x.y+1.0` in DSPO and DSP (e.g. `v1.3.0`)
50+
7. Create a tag release (using the branches from above) for `x.y+1.0` in DSPO and DSP (e.g. `v1.3.0`)
5051

5152
## PATCH Releases
5253

0 commit comments

Comments
 (0)