Skip to content

Commit

Permalink
update releasing guide. (kubeflow#4698)
Browse files Browse the repository at this point in the history
* update releasing guide.

* Address comments.
  • Loading branch information
jlewi authored Mar 30, 2020
1 parent 06bf3a4 commit 6188f27
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docs_dev/releasing.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,20 @@ A KfDef config file is used to pin the version for the repos we use.
- Example file: [link](https://github.com/kubeflow/kubeflow/blob/v0.6-branch/bootstrap/config/kfctl_gcp_iap.0.6.2.yaml)
- Add the file to [kubeflow/manifests/kfdef](https://github.com/kubeflow/manifests/tree/master/kfdef) in the release branch.

* Starting with kubeflow/manifests#778

On the **master** branch

1. Define a kustomize overlay: `source/vX.Y.Z`
1. For every kfdef add a patch that overrides the repo spec and version in the KFDef
* Look at the existing config
1. Run `hack/build_kfdef_spec.py` to generate KFDef YAMLs in `kfdefs/`
1. Check in all modified files

On the **vX.Y-branch** branch

1. Cherry pick the changes from above

## Build and Upload KFCTL Binaries

You can use the [CLI github-release](https://github.com/aktau/github-release) to automate uploading artifacts.
Expand Down

0 comments on commit 6188f27

Please sign in to comment.