Skip to content
This repository has been archived by the owner on Mar 8, 2022. It is now read-only.

minikube 1.11.0 #764

Merged
merged 1 commit into from
Jun 2, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions Food/minikube.lua
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
local name = "minikube"
local org = "kubernetes"
local release = "v1.10.1"
local version = "1.10.1"
local release = "v1.11.0"
local version = "1.11.0"
food = {
name = name,
description = "Run Kubernetes locally",
Expand All @@ -13,7 +13,7 @@ food = {
os = "darwin",
arch = "amd64",
url = "https://github.com/kubernetes/" .. name .. "/releases/download/" .. release .. "/" .. name .. "-darwin-amd64",
sha256 = "9c51656f6855b4dff9a6f0bf1136255c18bc07c467ff67b32257da921e879246",
sha256 = "cc1b8a3327661be6a5d4dc1d6f9891aeeca40f7d9a389aaaffd8d4a1abbe294b",
resources = {
{
path = name .. "-darwin-amd64",
Expand All @@ -26,7 +26,7 @@ food = {
os = "darwin",
arch = "amd64",
url = "https://github.com/kubernetes/" .. name .. "/releases/download/" .. release .. "/" .. name .. "-darwin-amd64.tar.gz",
sha256 = "0639343ba6076e702550c42315061cfb95a3e99072906fb3ea56e0cb82b08a85",
sha256 = "8a6bdeec07cae4b5e9fe1e51492f4c2828cd326d621ddcbee050a56b3c054359",
resources = {
{
path = name,
Expand All @@ -39,7 +39,7 @@ food = {
os = "linux",
arch = "amd64",
url = "https://github.com/kubernetes/" .. name .. "/releases/download/" .. release .. "/" .. name .. "-linux-amd64",
sha256 = "acc67ea2ff1ca261269a702a6d998367f65c86d9024c20bbf5ac3922bfca1aaa",
sha256 = "0b07a295d5110dc70907e4660429b8f9b3e8c05119e42f73e192b5313695a913",
resources = {
{
path = name .. "-linux-amd64",
Expand All @@ -52,7 +52,7 @@ food = {
os = "linux",
arch = "amd64",
url = "https://github.com/kubernetes/" .. name .. "/releases/download/" .. release .. "/" .. name .. "-linux-amd64.tar.gz",
sha256 = "c38dabe3d91173bdee8867b257336f1ed699b0ae6594cc0ccc99a58d3bbdc594",
sha256 = "8630c05fbbd0e2035ffea0fac8f4a77056696481c9d2e868a7869e4b4e6e386f",
resources = {
{
path = name,
Expand All @@ -65,7 +65,7 @@ food = {
os = "windows",
arch = "amd64",
url = "https://github.com/kubernetes/" .. name .. "/releases/download/" .. release .. "/" .. name .. "-windows-amd64",
sha256 = "60d4db87a834509a69b70ac253de040eabfb9e96aaf3cee159f73c3d5f37e81a",
sha256 = "e94991292f4a0c5b91ef165f826c6a615a122513e8771c8f9ce5b7ec96ab9df0",
resources = {
{
path = name,
Expand All @@ -77,7 +77,7 @@ food = {
os = "windows",
arch = "amd64",
url = "https://github.com/kubernetes/" .. name .. "/releases/download/" .. release .. "/" .. name .. "-windows-amd64.exe",
sha256 = "60d4db87a834509a69b70ac253de040eabfb9e96aaf3cee159f73c3d5f37e81a",
sha256 = "e94991292f4a0c5b91ef165f826c6a615a122513e8771c8f9ce5b7ec96ab9df0",
resources = {
{
path = name .. "-windows-amd64.exe",
Expand All @@ -89,7 +89,7 @@ food = {
os = "windows",
arch = "amd64",
url = "https://github.com/kubernetes/" .. name .. "/releases/download/" .. release .. "/" .. name .. "-windows-amd64.tar.gz",
sha256 = "7a68eb0fee88cc4e5df54338c72075a3294149776f7a1e2da4903b51d41e301a",
sha256 = "ae99bf82b2f2d73fd5e71bb2ac02ad2440941f5fba9db1007dfee55daec3d250",
resources = {
{
path = name .. ".exe",
Expand Down