From 5d4c65f513ae918a3a2088b123f6c6404e47b296 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Wed, 15 Sep 2021 21:45:41 -0700 Subject: [PATCH] kubefwd: Update to version 1.21.0 --- bucket/kubefwd.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/kubefwd.json b/bucket/kubefwd.json index 9ace3c3e24..a1a4097096 100644 --- a/bucket/kubefwd.json +++ b/bucket/kubefwd.json @@ -1,16 +1,16 @@ { - "version": "1.20.0", + "version": "1.21.0", "description": "Bulk port forwarding Kubernetes services for local development", "homepage": "https://github.com/txn2/kubefwd", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://github.com/txn2/kubefwd/releases/download/1.20.0/kubefwd_Windows_x86_64.zip", - "hash": "763d1bc32442fcb641fa1f12d28c1d27b95588484502eb308424da15b2712c3d" + "url": "https://github.com/txn2/kubefwd/releases/download/1.21.0/kubefwd_Windows_x86_64.zip", + "hash": "098ab72078629e4282b62a4980ca7639d4efc6f4abf9357dc1f4b568b66d01c8" }, "32bit": { - "url": "https://github.com/txn2/kubefwd/releases/download/1.20.0/kubefwd_Windows_i386.zip", - "hash": "cab15c295d36704e8c2de681810502faeab0edd640bad1f4fa63b170deb29b6c" + "url": "https://github.com/txn2/kubefwd/releases/download/1.21.0/kubefwd_Windows_i386.zip", + "hash": "ed765acb1462cd164f1ad4fc0fd126c9e87aabc8727aa36378eccf1624f3af2d" } }, "bin": "kubefwd.exe",