Skip to content

Releases: kubernetes/minikube

v0.8.0

17 Aug 20:12
Compare
Choose a tag to compare

Minikube v0.8.0

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

Distribution

Minikube is distrubuted in binary form for Linux, OSX, and Windows systems for the v0.8.0 release. Please note that Windows support is currently experimental and may have issues. Binaries are available through Github or on Google Cloud Storage. The direct GCS links are:
Darwin/amd64
Linux/amd64
Windows/amd64

Installation

OSX

curl -Lo minikube https://storage.googleapis.com/minikube/releases/v0.8.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.8.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.

Windows [Experimental]

Download the minikube-windows-amd64.exe file, rename it to minikube.exe and add it to your path

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 sha256 hashes with these values:

OSX

$ openssl sha256 minikube-darwin-amd64
SHA256(minikube-darwin-amd64)= cc7439fc8e8e8e957246908f99314abeeb8513745b8d30ed64bf480227ec2607

Linux

$ openssl sha256 minikube-linux-amd64
SHA256(minikube-linux-amd64)= 8f9a8a41ba4a89ec847d998591ab24a8989c27852fce5193c5bdba23139223b7

Windows

$ openssl sha256 minikube-windows-amd64.exe
SHA256(minikube-linux-amd64)= 3f384df76a24d2f3d70d7fc4b2c41dfb833ce0f02fb7be5bd39928d647094bc1

ISO

$ openssl sha256 minikube.iso
SHA256(minikube.iso)= ff0f444f4a01f0ec7925e6bb0cb05e84156cff9cc8de6d03102d8b3df35693e2

v0.7.1

28 Jul 16:41
Compare
Choose a tag to compare

Minikube v0.7.1

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

Distribution

Minikube is distrubuted in binary form for Linux, OSX, and Windows systems for the v0.7.1 release. Please note that Windows support is currently experimental and may have issues. Binaries are available through Github or on Google Cloud Storage. The direct GCS links are:
Darwin/amd64
Linux/amd64
Windows/amd64

Installation

OSX

curl -Lo minikube https://storage.googleapis.com/minikube/releases/v0.7.1/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.7.1/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.

Windows [Experimental]

Download the minikube-windows-amd64.exe file, rename it to minikube.exe and add it to your path

Usage

Documentation is available here.

Checksums

The checksums for each file are also available for download below. To verify that the checksum is correct, run the following:

$ openssl sha256 <minikube-release>
SHA256(<minikube-release>)= ...sha256 value

Then verify that the sha256 value output by the command is the same as the value in the corresponding .sha256

v0.7.0

26 Jul 19:52
Compare
Choose a tag to compare

Minikube v0.7.0

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

Distribution

Minikube is distrubuted in binary form for Linux, OSX, and Windows systems for the v0.7.0 release. Please note that Windows support is currently experimental and may have issues. Binaries are available through Github or on Google Cloud Storage. The direct GCS links are:
Darwin/amd64
Linux/amd64
Windows/amd64

Installation

OSX

curl -Lo minikube https://storage.googleapis.com/minikube/releases/v0.7.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.7.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.

Windows [Experimental]

Download the minikube-windows-amd64.exe file, rename it to minikube.exe and add it to your path

Usage

Documentation is available here.

Checksums

The checksums for each file are also available for download below. To verify that the checksum is correct, run the following:

$ openssl sha256 <minikube-release>
SHA256(<minikube-release>)= ...sha256 value

Then verify that the sha256 value output by the command is the same as the value in the corresponding .sha256

v0.6.0

13 Jul 21:37
Compare
Choose a tag to compare
v0.6.0 Pre-release
Pre-release

Minikube v0.6.0

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.6.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.6.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.6.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)= 7268bc6b6b370bb5096b45c05551957cd60f3a3f

Linux

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

ISO

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

v0.5.0

06 Jul 18:03
Compare
Choose a tag to compare
v0.5.0 Pre-release
Pre-release

Minikube v0.5.0

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.5.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.5.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.5.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)= 1c639c213c2c0b52ac0c9fa64ded6e052a82eafe

Linux

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

ISO

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

v0.4.0

27 Jun 18:12
Compare
Choose a tag to compare
v0.4.0 Pre-release
Pre-release

Minikube v0.4.0

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.4.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.4.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.4.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)= 0e30c7936b427ceb8fc6e1994a7f5afa518d19fc

Linux

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

ISO

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

v0.3.0

10 Jun 23:02
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release

Minikube v0.3.0

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.3.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.3.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.3.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)= d87ac03acee70008b419bfaaea4be0404e703e35

Linux

$ openssl sha1 out/minikube-linux-amd64
SHA1(out/minikube-linux-amd64)= 79693d1ec96c65eb0e267b8f9bd11eb2d5f0c75f

ISO

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

v0.2.0

03 Jun 21:03
Compare
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
Compare
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