From 53eeceaf96b0fb27733d317cca984c4b3297e548 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Tue, 27 Oct 2020 08:31:33 +0100 Subject: [PATCH] kubefwd: Update to version 1.17.2 --- bucket/kubefwd.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/kubefwd.json b/bucket/kubefwd.json index 9a68519e0f..44b6a18cbd 100644 --- a/bucket/kubefwd.json +++ b/bucket/kubefwd.json @@ -1,16 +1,16 @@ { - "version": "1.17.0", + "version": "1.17.2", "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.17.0/kubefwd_Windows_x86_64.zip", - "hash": "8d9d12d43b8e7bb8a34246e9ea57b6e991540053fdf809278208c17bfa14d694" + "url": "https://github.com/txn2/kubefwd/releases/download/1.17.2/kubefwd_Windows_x86_64.zip", + "hash": "7a6f28db69df6a2c826ddbb15c825df6187e30a61aa68085469276e241645f22" }, "32bit": { - "url": "https://github.com/txn2/kubefwd/releases/download/1.17.0/kubefwd_Windows_i386.zip", - "hash": "61313933234733281d3b366d8f32cf53a638539be7ccdeea56d3c1ae1c066638" + "url": "https://github.com/txn2/kubefwd/releases/download/1.17.2/kubefwd_Windows_i386.zip", + "hash": "6c9c4fefedf34339b583b90eff923371df9ad826960b389c501fb6d5a5e89a4f" } }, "bin": "kubefwd.exe",