Merge pull request #10678 from kubernetes/updateKicReleaseNotes

site: Update kic-release documentation
pull/10681/head
Sharif Elgamal 2021-03-01 14:22:19 -08:00 committed by GitHub
commit 507aaec6b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 4 deletions

View File

@ -22,10 +22,7 @@ See [ISO release instructions]({{<ref "iso.md">}})
## Release new kicbase image
If there are changes to the Dockerfile for the docker and/or podman drivers
(and there is a -snapshot image), you should retag it as a new version and push it to GCR, dockerhub and github packages.
For example, if you are releasing v0.0.13 and the current kicbase image tag is v0.0.12-snapshot, you should tag v0.0.13 and change [kic/types.go](https://github.com/medyagh/minikube/blob/635ff53a63e5bb1be4e1abb9067ebe502a16224e/pkg/drivers/kic/types.go#L29-L30) as well.
Run the `kic-release` job in Jenkins, which will automatically create a PR which must be merged (make sure to enter the correct version and repos).
## Update Release Notes