diff --git a/docs/release-process.md b/docs/release-process.md index 787ece6e68..183447bc3e 100644 --- a/docs/release-process.md +++ b/docs/release-process.md @@ -32,7 +32,10 @@ In order to create a new release branch off of master prior to a beta release, p 1. Update the periodic E2E Prow jobs for the "next" kOps/Kubernetes minor version. * Edit [build_jobs.py](https://github.com/kubernetes/test-infra/tree/master/config/jobs/kubernetes/kops/build_jobs.py) - to add the new minor version to `k8s_versions` and `kops_versions`. + to add the new minor version to `k8s_versions` and `kops_versions`. + Also update the list of minor versions in `generate_versions()`. + * Edit the [testgrid config.yaml](https://github.com/kubernetes/test-infra/blob/master/config/testgrids/kubernetes/kops/config.yaml) + to add the new minor version to both lists in the file, prefixed with `kops-k8s-`. * Remove the oldest minor version from each of those lists. * Run the `build_jobs.py` script. 2. Edit [kops-presubmits.yaml](https://github.com/kubernetes/test-infra/tree/master/config/jobs/kubernetes/kops/kops-presubmits.yaml)