Skip to content

Releases: kubernetes/minikube

v0.14.0

14 Dec 20:19
Compare
Choose a tag to compare

Minikube v0.14.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.14.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.14.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.14.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.

Debian Package (.deb) [Experimental]

Download the minikube_0.14-0.deb file, and install it using sudo dpkg -i minikube_.deb

Windows [Experimental]

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

Windows Installer [Experimental]

Download the minikube-installer.exe file, and execute the installer. This will automatically add minikube.exe to your path with an uninstaller available as well.

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:

$ tail -n +1 -- out/*.sha256
==> out/minikube-darwin-amd64.sha256 <==
950805a1e1929dc41ef27698a0325b981f99f4a45df121521861fcd696e35f28

==> out/minikube-linux-amd64.sha256 <==
a9e8423474de6046c672db5b035475fc034223652b081d1accba89af7da5a5e0

==> out/minikube-windows-amd64.exe.sha256 <==
5d6ef16842ea17aeaa715e5966edbc4f5ad220eaca15c070c1a191bb2360677b

ISO

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

v0.13.1

05 Dec 22:53
Compare
Choose a tag to compare

Minikube v0.13.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.13.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.13.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.13.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.

Debian Package (.deb) [Experimental]

Download the minikube_0.13-1.deb file, and install it using sudo dpkg -i minikube_.deb

Windows [Experimental]

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

Windows Installer [Experimental]

Download the minikube-installer.exe file, and execute the installer. This will automatically add minikube.exe to your path with an uninstaller available as well.

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:

$ tail -n +1 -- out/*.sha256
==> out/minikube-darwin-amd64.sha256 <==
77bc72679ca1beb09ad7f26ec8ba8b286283ddf7bee4e68163b88c5a439bc049

==> out/minikube-linux-amd64.sha256 <==
52706da92b6cf9a5eb4f59fe6034f119e3eb442c3fc57bf181d01db929e1289f

==> out/minikube-windows-amd64.exe.sha256 <==
5bbb30feb34f09a1d7cee5051bb3b28103eef719ae828bfd8fddb11efc56a5c7

ISO

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

v0.13.0

01 Dec 21:29
Compare
Choose a tag to compare

Minikube v0.13.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.13.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.13.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.13.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.

Debian Package (.deb) [Experimental]

Download the minikube_0.13-0.deb file, and install it using sudo dpkg -i minikube_.deb

Windows [Experimental]

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

Windows Installer [Experimental]

Download the minikube-installer.exe file, and execute the installer. This will automatically add minikube.exe to your path with an uninstaller available as well.

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:

$ tail -n +1 -- out/*.sha256
==> out/minikube-darwin-amd64.sha256 <==
bf04827735c1f8b7dd51548fbd01ef3a2f84a2db64b235a794020241c3ccf996

==> out/minikube-linux-amd64.sha256 <==
453c2e3e55afb258bd7ca7ca9ba1da3f59d0131eb9bb73cf46cce7bb5bc0fbb4

==> out/minikube-windows-amd64.exe.sha256 <==
1f5d09f7d9442e2d861eaed3a8403c7db029f076d69773d9ffdd177b3af14b6f

ISO

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

v0.12.2

31 Oct 17:10
Compare
Choose a tag to compare

Minikube v0.12.2

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.12.2 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.12.2/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.12.2/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.

Debian Package (.deb) [Experimental]

Download the minikube_0.12-2.deb file, and install it using sudo dpkg -i minikube_.deb

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:

$ tail -n +1 -- out/*.sha256
==> out/minikube-darwin-amd64.sha256 <==
5f818be5235d606ec5241ac1eea0dc92e6328d56841617c51e4595a0abc4300c

==> out/minikube-linux-amd64.sha256 <==
ace8dcaf9418ed0e4eb07e7737b0af41036f6aaa05f784386725feb041463a74

==> out/minikube-windows-amd64.exe.sha256 <==
1768aea06220946f22e88d294f02984135a77799b88373fc6b1a98b3da6802ef

ISO

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

v0.12.1

28 Oct 16:22
Compare
Choose a tag to compare

Minikube v0.12.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.12.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.12.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.12.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.

Debian Package (.deb) [Experimental]

Download the minikube_0.12-1.deb file, and install it using sudo dpkg -i minikube_.deb

Windows [Experimental]

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

Windows Installer [Experimental]

Download the minikube-installer.exe file, and execute the installer. This will automatically add minikube.exe to your path with an uninstaller available as well.

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:

$ tail -n +1 -- out/*.sha256
==> out/minikube-darwin-amd64.sha256 <==
d1f4ae5ef298ffbd50f56f7da7fb6215bd79795a5db90b07d9d57468e8485a3c

==> out/minikube-linux-amd64.sha256 <==
e767236598d619ac93d4fa2782a5534c7107068f3b46ecee69e92ab8d9f0a3d1

==> out/minikube-windows-amd64.exe.sha256 <==
67a6146011f6c90274b0f509f7dff18bd3a6f423dc9ba3bcce933ac9b25c2891

ISO

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

v0.12.0

21 Oct 21:52
Compare
Choose a tag to compare

Minikube v0.12.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.12.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.12.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.12.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.

Debian Package (.deb) [Experimental]

Download the minikube_0.12-0.deb file, and install it using sudo dpkg -i minikube_.deb

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:

$ tail -n +1 -- out/*.sha256
==> out/minikube-darwin-amd64.sha256 <==
a96d6e1d53a7999503d00bcd41b4ccaa80f5d57f798608f03e3f4d63a42f9991

==> out/minikube-linux-amd64.sha256 <==
1315a334e701c1558740e4140f8e28985d7734e8a53e4af2153076c2586c3c7d

==> out/minikube-windows-amd64.exe.sha256 <==
373e3e2e1d9e000044711dfafe3a88fdb9620c3050a6b5f9e8ed0eb3e7ffd12e

ISO

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

v0.11.0

06 Oct 23:34
Compare
Choose a tag to compare

Minikube v0.11.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.11.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.11.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.11.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.

Debian Package (.deb) [Experimental]

Download the minikube_0.11-0.deb file, and install it using sudo dpkg -i minikube_.deb

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:

$ tail -n +1 -- out/*.sha256
==> out/minikube-darwin-amd64.sha256 <==
7fe7ce35eda959d91071d065141d040053b945d5af0d57f98eb18afb93a4c921

==> out/minikube-linux-amd64.sha256 <==
f654835e3610fc746060ffdcdba5df68ca39231a4c6d5c6c9d9caffb10c25da1

==> out/minikube-windows-amd64.exe.sha256 <==
4ba3e7a08cf3cc2b0f50e454a48d67022e8ca78b9363cd743644eb7b5f03a3b5

ISO

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

v0.10.0

15 Sep 19:47
Compare
Choose a tag to compare

Minikube v0.10.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.10.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.10.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.10.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:

$ tail -n +1 -- out/*.sha256
==> out/minikube-darwin-amd64.sha256 <==
fc7552b5475d0c20ad96057fb88d686e226d09bd1034269d5078b33ba7d7cc8e

==> out/minikube-linux-amd64.sha256 <==
f905af9b2ef1e954d0633680ab5a8914d628b9104cce54de7e42509d89d2c541

==> out/minikube-windows-amd64.exe.sha256 <==
93b0e1fabeab79da2b61c9237076893dacf3cc147294298d50cb48ca7cd2a86f

ISO

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

v0.9.0

01 Sep 21:36
Compare
Choose a tag to compare

Minikube v0.9.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.9.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.9.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.9.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:

$ tail -n +1 -- out/*.sha256
==> out/minikube-darwin-amd64.sha256 <==
4415e7f3a30ace7cf0e5ad023f979509e6b25ded1bfb55368f918fc25098307e

==> out/minikube-linux-amd64.sha256 <==
76b341aa377c274c7147e203483f117ef01151a8e33bb232e29872ad20f6effc

==> out/minikube-windows-amd64.exe.sha256 <==
98cb96fef863c9a4acac210eea910c2d239a87b13a6e2ac10ffe35244880e203

ISO

$ openssl sha256 minikube.iso
SHA256(minikube.iso)= 
65dd4fda45f4a13f14e1f81f8ea8491d6ed07468da77d34f78e4b6cd6a3cc95e

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