Skip to content

Releases: kubernetes/minikube

v0.26.0

10 Apr 21:54
72c6d3d
Compare
Choose a tag to compare

Minikube v0.26.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.26.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.26.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.26.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.26-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 <==
0b2c63c6f5a00525e679b01948edffcb16e3bdb37ea0db3ed89431dd0e4c3b3c

==> out/minikube-linux-amd64.sha256 <==
65dcc26a595c73b5bd2a3e47c3d5aa3bbdef81fe603f8d56f947d37cb12c74fc

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

ISO

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

v0.25.2

22 Mar 22:36
Compare
Choose a tag to compare

Minikube v0.25.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.25.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.25.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.25.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.25-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 <==
dc5b00c4a06e8160bd607732c9a2294598d803716e353293b4463cc2c9539eec

==> out/minikube-linux-amd64.sha256 <==
41d666ddc9ea1eee3d08a939b1075347da7e670c93836d2756ee5ef1daaa1457

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

ISO

$ openssl sha256 minikube.iso
SHA256(minikube.iso)=
20f313bcd23da6223540c3e8aa600358c6a1bf13fa9c250980fe1d3827ceec97

v0.25.1

21 Mar 21:56
Compare
Choose a tag to compare

Minikube v0.25.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.25.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.25.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.25.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.25-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 <==
34e8bab34567e5bbe7a3d72ecb45d67972324e4f5ac6a1372db711414edb128e

==> out/minikube-linux-amd64.sha256 <==
17f955f86ab9444f9e67b735f7bb8e1db7280a47ba3625005bc0d386ec4f219c

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

ISO

$ openssl sha256 minikube.iso
SHA256(minikube.iso)=
20f313bcd23da6223540c3e8aa600358c6a1bf13fa9c250980fe1d3827ceec97

v0.25.0

26 Jan 19:12
c8a2016
Compare
Choose a tag to compare

Minikube v0.25.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.25.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.25.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.25.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.25-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 <==
0d85ecc1cd064bae04ea4a8ef634d4fdc80318b65a2b8d14d105f1e15fcbced0

==> out/minikube-linux-amd64.sha256 <==
5676f2d4f37f1c6f9cf99d56c7e1a3016976d657f9715e8cb255667a0c5803c1

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

ISO

$ openssl sha256 minikube.iso
SHA256(minikube.iso)=
20f313bcd23da6223540c3e8aa600358c6a1bf13fa9c250980fe1d3827ceec97

v0.24.1

01 Dec 05:03
2e94432
Compare
Choose a tag to compare

Minikube v0.24.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.24.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.24.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.24.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.24-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 <==
f89abc1caaf73f3a623c6c5b792833fab2e0667cd0d1ebaffc05918b3b81c164

==> out/minikube-linux-amd64.sha256 <==
1261de09386fd1f4ee7a4645958757c2c9e69f419a2a4ca8aff475017a7e036e

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

ISO

$ openssl sha256 minikube.iso
SHA256(minikube.iso)=
2198cbbebada7be8fb51398d06ab76ded08ea9efa35cb961f0eb87ed9b697e3e

v0.24.0

29 Nov 22:50
Compare
Choose a tag to compare

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

New Drivers

This release also includes official support for two new drivers, hyperkit and kvm2. These drivers are intended to replace the out-of-tree drivers xhyve and kvm, respectively.

For installation and usage instructions, see the driver documentation.

Installation

OSX

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

==> docker-machine-driver-hyperkit.sha256 <==
c48c5974e7c26e9275896345bad338147a8999e3a80c00bc1336f0bac52b107a

==> docker-machine-driver-kvm2.sha256 <==
e1cafeacb90e453181877d03cfbbd2972e2c75c695588efea4efa1a887167812

==> e2e-darwin-amd64.sha256 <==
a7b3d2e82e41e96c0b7ba4f00c4af35d5a7d07e939afeeace5b0f5bb6ce1887a

==> e2e-linux-amd64.sha256 <==
7a68531b91fee978ceb54fb056f0fa2f3973f8bc044fa5ec37ddc92450e0939c

==> e2e-windows-amd64.exe.sha256 <==
a7ca69bc57067e7fab40c1a76c0c23131e5179923d29254f32997df71ed35cf3

==> localkube.sha256 <==
546bd1980d0ea7424a21fc7ff3d7a8afd7809cefd362546d40f19a40d805f553

==> minikube_0.24-0.deb.sha256 <==
a97e5db5bae7c312e55357ae9b650bc9a07688deb5946fc7cbb0a23d860316ce

==> minikube-darwin-amd64.sha256 <==
7db2045495db05a885c3ad9a0e5e7ff017ae1f2f1a835d9151142df0c6f1d192

==> minikube-installer.exe.sha256 <==
04b0851d24d29d2dac0aefc6b4d8d117cadd9f136e8df43099049b53bb335620

==> minikube-linux-amd64.sha256 <==
fb624bfda432c764d19212fcaab2a368db8bb0e8427b7ff04b5b684faab0b463

==> minikube-windows-amd64.exe.sha256 <==
46510a457658e7aee492cc0f1807b3b57c61b1d7154e7ee5b4da607fe681347f

==> minikube-windows-amd64.sha256 <==
46510a457658e7aee492cc0f1807b3b57c61b1d7154e7ee5b4da607fe681347f

ISO

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

v0.23.0

26 Oct 23:41
Compare
Choose a tag to compare

Minikube v0.23.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.23.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.23.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.23.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.23-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 <==
3d0c5581cd14f85637fb888c1e2e124152c4c9643a257ba90c8cd929d2c2b8b3

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

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

ISO

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

v0.22.3

06 Oct 21:01
Compare
Choose a tag to compare

Minikube v0.22.3

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.22.3 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.22.3/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.22.3/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.22-3.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 <==
62483f95b55fc14e6cd3898bbfdd637a0ad921e5f1a632b5e367d74af5e36f24

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

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

ISO

$ openssl sha256 minikube.iso
SHA256(minikube.iso)=
7f0766b20c237fbaa5bdbcb0a08dbc5cc839343b7862e882f2a9f79ac1c18826

v0.22.2

18 Sep 20:50
Compare
Choose a tag to compare

Minikube v0.22.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.22.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.22.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.22.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.22-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 <==
d59ca57fece491fee8b47a5c092ac297e807ca47584ac2b65078d070ed5d3f48

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

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

ISO

$ openssl sha256 minikube.iso
SHA256(minikube.iso)=
4a2fbaf724ff163d8054d8a5d2ca5f287d8f7c4741b1da51909cc63adfd3d250

v0.22.1

11 Sep 22:06
Compare
Choose a tag to compare

Minikube v0.22.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.22.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.22.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.22.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.22-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 <==
a5bf0deacfce70a7f19f5955da14bb02871fee724185f76ad95657a5f35d96ce

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

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

ISO

$ openssl sha256 minikube.iso
SHA256(minikube.iso)=
7f0766b20c237fbaa5bdbcb0a08dbc5cc839343b7862e882f2a9f79ac1c18826