Skip to content

Releases: kubernetes/minikube

v0.33.0

17 Jan 23:25
e2ef83e
Compare
Choose a tag to compare

Minikube v0.33.0

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

Distribution

Minikube is distributed in binary form for Linux, OSX, and Windows systems for the v0.33.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.33.0/minikube-darwin-amd64 && chmod +x minikube && sudo cp minikube /usr/local/bin/ && rm minikube

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

Or you can install via homebrew with brew cask install minikube.

Linux

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

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

Debian Package (.deb) [Experimental]

Download the minikube_0.33-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 <==
bfa1b27ef6ad3912a24917c07237409db033e1454fe9c8df063c1fb1180b3b7a

==> out/minikube-linux-amd64.sha256 <==
8a2eb70571993efbd5b44eda7ed3b04853ef877973bfe1a2c768ce649f8e5af5

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

ISO

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

v0.32.0

22 Dec 02:32
1142932
Compare
Choose a tag to compare

Minikube v0.32.0

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

Distribution

Minikube is distributed in binary form for Linux, OSX, and Windows systems for the v0.32.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.32.0/minikube-darwin-amd64 && chmod +x minikube && sudo cp minikube /usr/local/bin/ && rm minikube

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

Or you can install via homebrew with brew cask install minikube.

Linux

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

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

Debian Package (.deb) [Experimental]

Download the minikube_0.32-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 <==
d5b21adacd4b6bad9006816e4bdb29f39318a60919e7a6bb5e388a6299fffd0f

==> out/minikube-linux-amd64.sha256 <==
3298d3183deacd9ddd3032dab113a64d863df7648d6d24693284ba4193e95b49

==> out/minikube-windows-amd64.exe.sha256 <==
31668f64f6be25644b22d0465e0f72d745a027804b2c8685e040b8147bacfba1

ISO

$ openssl sha256 minikube.iso
SHA256(minikube.iso)=
0cf854dbf6a131f5fa9139ddebc2e1593367c869c94cdd267dfe0184cb3213df

v0.31.0

10 Dec 17:42
890c806
Compare
Choose a tag to compare

Minikube v0.31.0

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

Distribution

Minikube is distributed in binary form for Linux, OSX, and Windows systems for the v0.31.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.31.0/minikube-darwin-amd64 && chmod +x minikube && sudo cp minikube /usr/local/bin/ && rm minikube

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

Or you can install via homebrew with brew cask install minikube.

Linux

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

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

Debian Package (.deb) [Experimental]

Download the minikube_0.31-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 <==
621189b5ec9cbb55003ee3577d480e847c0f80a9ed58f4fb3ed567bb7be623a1

==> out/minikube-linux-amd64.sha256 <==
5926978aee75776af0867d112a77334b10ec65f687d734f238bfd88960c983c2

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

ISO

$ openssl sha256 minikube.iso
SHA256(minikube.iso)=
1f175bd724f387d27acd57552b064d52c4eb268c77e2f978825b90573b0019eb

v0.30.0

05 Oct 23:30
d159f3e
Compare
Choose a tag to compare

Minikube v0.30.0

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

Distribution

Minikube is distributed in binary form for Linux, OSX, and Windows systems for the v0.30.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.30.0/minikube-darwin-amd64 && chmod +x minikube && sudo cp minikube /usr/local/bin/ && rm minikube

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

Or you can install via homebrew with brew cask install minikube.

Linux

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

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

Debian Package (.deb) [Experimental]

Download the minikube_0.30-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 <==
e09789c4eb751969f712947a43effd79cf73488163563e79d98bc3d15d06831e

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

==> out/minikube-windows-amd64.exe.sha256 <==
8f09d63c64a2a0c4810c492066b16ccd4bd63e2f3c2d0eb55e49c51c915493f6

ISO

$ openssl sha256 minikube.iso
SHA256(minikube.iso)=
63ddb9cc2db1816a18c76b95cb6ea93acb9a912f5faf37677ab3d2436a45056f

v0.29.0

27 Sep 22:39
628f9de
Compare
Choose a tag to compare

Minikube v0.29.0

Release notes are available here.

Distribution

Minikube is distributed in binary form for Linux, OSX, and Windows systems for the v0.29.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.29.0/minikube-darwin-amd64 && chmod +x minikube && sudo cp minikube /usr/local/bin/ && rm minikube

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

Or you can install via homebrew with brew cask install minikube.

Linux

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

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

Debian Package (.deb) [Experimental]

Download the minikube_0.29-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 <==
196b2cbf4003ccc3574ba105437ae675bcd9cf80e6f8396b5581d40c35c6070d

==> out/minikube-linux-amd64.sha256 <==
0f8890d4a0869e6e80a62e63ad08336caf75e38111307e8fe57773d706c4142d

==> out/minikube-windows-amd64.exe.sha256 <==
78aeb9ccff70121bc8dd0d6fb8a9c9438a39da806104d1be09923f369f496c32

ISO

$ openssl sha256 minikube.iso
SHA256(minikube.iso)=
11369f6beea73c2c5a77fa227c871d1fc3b726388d83d072747a0cb1b35b8e8c

v0.28.2

23 Jul 16:11
Compare
Choose a tag to compare

Minikube v0.28.2

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

Distribution

Minikube is distributed in binary form for Linux, OSX, and Windows systems for the v0.28.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.28.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.

Or you can install via homebrew with brew cask install minikube.

Linux

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

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 <==
dca43053510f5e8987ff89abf601594eaf58bc5d447d74f9a08e300f3d92133f

==> out/minikube-linux-amd64.sha256 <==
3c84872ffa5ddbce472062fb548f9b3a25af72587d35243e12f18d86aaa6a085

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

ISO

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

v0.28.1

17 Jul 15:11
Compare
Choose a tag to compare

Minikube v0.28.1

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

Distribution

Minikube is distributed in binary form for Linux, OSX, and Windows systems for the v0.28.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.28.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.

Or you can install via homebrew with brew cask install minikube.

Linux

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

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

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

ISO

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

v0.28.0

13 Jun 21:24
Compare
Choose a tag to compare

Minikube v0.28.0

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

Distribution

Minikube is distributed in binary form for Linux, OSX, and Windows systems for the v0.28.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.28.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.

Or you can install via homebrew with brew cask install minikube

Linux

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

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

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

ISO

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

v0.27.0

16 May 19:03
Compare
Choose a tag to compare

Minikube v0.27.0

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

Distribution

Minikube is distributed in binary form for Linux, OSX, and Windows systems for the v0.27.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.27.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.27.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.27-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 <==
d335f7a6a03d7aead5cb95867ecdb96b845b3520593df16688e6dfac7d4717c1

==> out/minikube-linux-amd64.sha256 <==
7c03650d33e029f1dbf810d27dc1fc197ad9b889f645a4d5c353bb1c46d3ff2a

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

ISO

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

v0.26.1

18 Apr 23:00
Compare
Choose a tag to compare

Minikube v0.26.1

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

Distribution

Minikube is distributed in binary form for Linux, OSX, and Windows systems for the v0.26.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.26.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.26.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.26-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 <==
8cabcaa244a7d62697ad8f4393e3661c9e9cd598a75df79a8d1ffe803f80b209

==> out/minikube-linux-amd64.sha256 <==
3c956459ee8dad9452c97d54463f982d1d511a9afaa0f3851d88320bd5dcf58a

==> out/minikube-windows-amd64.exe.sha256 <==
498f9f090972c047836fcb1580bb6fcee53fe920955377569d903ba72a0c425e

ISO

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