File tree Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Original file line number Diff line number Diff line change
1
+ releases :
2
+ - name : Kubeflow Pipelines
3
+ version : 2.2.0
4
+ repoUrl : https://github.com/kubeflow/pipelines
Original file line number Diff line number Diff line change @@ -38,15 +38,16 @@ Steps on how to release `x.y+1`
38
38
39
39
1 . Ensure ` compatibility.yaml ` is upto date, and generate a new ` compatibility.md `
40
40
- 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 `
42
43
- 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)
45
46
- Using [ release-tools] generate a ` params.env ` and submit a new pr to ` vx.y+1 ` branch
46
47
- 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
48
49
- 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 ` )
50
51
51
52
## PATCH Releases
52
53
You can’t perform that action at this time.
0 commit comments