Skip to content

Releases: kubernetes/minikube

v0.2.0

03 Jun 21:03

Choose a tag to compare

v0.2.0 Pre-release
Pre-release

Minikube v0.2.0

This is the second release of Minikube. Minikube is still under active development, and features may change at any time. Release notes are available here.

Distribution

Minikube is only distributed in binary form for Linux and OSX systems for the v0.2.0 release. Binaries are available through Github or on Google Cloud Storage. The direct GCS links are:
Darwin/amd64
Linux/amd64

Installation

OSX

curl -Lo minikube https://storage.googleapis.com/minikube/releases/v0.2.0/minikube-darwin-amd64 && chmod +x minikube && sudo mv minikube /usr/local/bin/

Feel free to leave off the sudo mv minikube /usr/local/bin if you would like to add minikube to your path manually.

Linux

curl -Lo minikube https://storage.googleapis.com/minikube/releases/v0.2.0/minikube-linux-amd64 && chmod +x minikube && sudo mv minikube /usr/local/bin/

Feel free to leave off the sudo mv minikube /usr/local/bin if you would like to add minikube to your path manually.

Usage

Documentation is available here.

Checksums

Minikube consists of a binary executable and a VM image in ISO format. To verify the contents of your distribution, you can compare SHA1 hashes with these values:

OSX

$ openssl sha1 out/minikube-darwin-amd64
SHA1(out/minikube-darwin-amd64)= cadd06c75f6f25ef392d63f9141989cce5652d39

Linux

$ openssl sha1 out/minikube-linux-amd64
SHA1(out/minikube-linux-amd64)= 2d0461353700f8fc4583b7503386e0dada6aaf33

ISO

$ openssl sha1 deploy/iso/minikube.iso
SHA1(deploy/iso/minikube.iso)= c8d8a7399ae8f0bee9481d51250565e291833211

v0.1.0

30 May 17:29

Choose a tag to compare

v0.1.0 Pre-release
Pre-release

Minikube v0.1.0

This is the initial release of Minikube. Minikube is still under active development, and features may change at any time.

Distribution

Minikube is only distributed in binary form for Linux and OSX systems for the v0.1.0 release. Binaries are available through Github or on Google Cloud Storage. The direct GCS links are:
Darwin/amd64
Linux/amd64

Installation

OSX

curl -Lo minikube https://storage.googleapis.com/minikube/releases/v0.1.0/minikube-darwin-amd64 && chmod +x minikube && sudo mv minikube /usr/local/bin/

Feel free to leave off the sudo mv minikube /usr/local/bin if you would like to add minikube to your path manually.

Linux

curl -Lo minikube https://storage.googleapis.com/minikube/releases/v0.1.0/minikube-linux-amd64 && chmod +x minikube && sudo mv minikube /usr/local/bin/

Feel free to leave off the sudo mv minikube /usr/local/bin if you would like to add minikube to your path manually.

Usage

Documentation is available here.

Checksums

Minikube consists of a binary executable and a VM image in ISO format. To verify the contents of your distribution, you can compare SHA1 hashes with these values:

OSX

$ openssl sha1 minikube-darwin-amd64
SHA1(minikube-darwin-amd64)= 3bb14d8edbfce78a629a8fae2aa851222da5d2b6

Linux

$ openssl sha1 minikube-linux-amd64
SHA1(minikube-linux-amd64)= 232fab1b77aeeb49efc157811e79ce031b72a182

ISO

$ openssl sha1 minikube.iso
SHA1(minikube.iso)= b817e54b1ea44889dcacbb89aa68736b306017c5