minikube: Update to version 1.23.1

This commit is contained in:
Jakub Čábera 2021-09-17 23:53:29 -07:00
parent fd5bccf4be
commit 82eceace96
2 changed files with 5 additions and 5 deletions

View File

@ -7,12 +7,12 @@
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/DNSCrypt/dnscrypt-proxy/releases/download/2.1.0/dnscrypt-proxy-win64-2.1.0.zip", "url": "https://github.com/DNSCrypt/dnscrypt-proxy/releases/download/2.1.0/dnscrypt-proxy-win64-2.1.0.zip",
"hash": "196DCB3DA3152DEF54F9BE89276A2B9063026F59FA6993D1850D66FD83858DF0", "hash": "196dcb3da3152def54f9be89276a2b9063026f59fa6993d1850d66fd83858df0",
"extract_dir": "win64" "extract_dir": "win64"
}, },
"32bit": { "32bit": {
"url": "https://github.com/DNSCrypt/dnscrypt-proxy/releases/download/2.1.0/dnscrypt-proxy-win32-2.1.0.zip", "url": "https://github.com/DNSCrypt/dnscrypt-proxy/releases/download/2.1.0/dnscrypt-proxy-win32-2.1.0.zip",
"hash": "64B9AB36F5037FF44DE0FA16A261E00192A419583DC2C3AEBE28B809D8908D23", "hash": "64b9ab36f5037ff44de0fa16a261e00192a419583dc2c3aebe28b809d8908d23",
"extract_dir": "win32" "extract_dir": "win32"
} }
}, },

View File

@ -1,12 +1,12 @@
{ {
"version": "1.23.0", "version": "1.23.1",
"description": "Runs a single-node Kubernetes cluster inside a Virtual Machine to try out Kubernetes.", "description": "Runs a single-node Kubernetes cluster inside a Virtual Machine to try out Kubernetes.",
"homepage": "https://kubernetes.io/docs/getting-started-guides/minikube/", "homepage": "https://kubernetes.io/docs/getting-started-guides/minikube/",
"license": "Apache-2.0", "license": "Apache-2.0",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://storage.googleapis.com/minikube/releases/v1.23.0/minikube-windows-amd64.exe#/minikube.exe", "url": "https://storage.googleapis.com/minikube/releases/v1.23.1/minikube-windows-amd64.exe#/minikube.exe",
"hash": "7b7f4c7be4fd954037dbb0f05ef5631f1b453d0d08c8de7c4d402261816b50ac" "hash": "4050b6c97b18c6c25e1d760ff2d93333af7fe1f69d3eb29b5a20e60d6ef3f766"
} }
}, },
"bin": "minikube.exe", "bin": "minikube.exe",