From d9bd59da8b341fab97815f744c2b3e7a3b3ce307 Mon Sep 17 00:00:00 2001 From: Thomas Stromberg Date: Fri, 5 Oct 2018 11:00:07 -0700 Subject: [PATCH] Work on improvements to release docs. --- docs/contributors/releasing_minikube.md | 24 +++++++++++------------- 1 file changed, 11 insertions(+), 13 deletions(-) diff --git a/docs/contributors/releasing_minikube.md b/docs/contributors/releasing_minikube.md index 513d4f59b7..ec9268a88e 100644 --- a/docs/contributors/releasing_minikube.md +++ b/docs/contributors/releasing_minikube.md @@ -8,21 +8,19 @@ Collect the release notes, and edit them as necessary: hack/release_notes.sh ``` -Then merge into the CHANGELOG.md file. See [this PR](https://github.com/kubernetes/minikube/pull/164) for an example. +Merge output into CHANGELOG.md file. See [this PR](https://github.com/kubernetes/minikube/pull/164) for an example. -## Build and Release a New ISO +## Build a new ISO + + * Visit http:///job/ISO/build + * Ensure that you are logged in (top right) + * For ISO_VERSION, fill in the intended release version + * For ISO_BUCKET, use minikube/iso + * Click "Build" + * Wait ~45 minutes + +## Update ISO path -This step isn't always required. Check if there were changes in the deploy directory. -If you do this, bump the ISO URL to point to the new ISO, and send a PR. -To do this, build the new ISO by running: -```shell -deploy/iso/build.sh -``` -This will generate a new ISO at 'deploy/iso/minikube.iso'. Then upload the ISO and shasum using the following command: -```shell -gsutil cp deploy/iso/minikube.iso gs://minikube/minikube-.iso -gsutil cp deploy/iso/minikube.iso.sha256 gs://minikube/minikube-.iso.sha256 -``` ## Run integration tests