From 8716298d336de8ca9057a9bd0f79875652398a38 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 7 Apr 2022 00:32:38 +0000 Subject: [PATCH] kubefwd: Update to version 1.22.2 --- bucket/kubefwd.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/kubefwd.json b/bucket/kubefwd.json index df744ecbd5..e2882cd130 100644 --- a/bucket/kubefwd.json +++ b/bucket/kubefwd.json @@ -1,16 +1,16 @@ { - "version": "1.22.0", + "version": "1.22.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.22.0/kubefwd_Windows_x86_64.zip", - "hash": "f01bc7909dc30b584c7ed59b5814c24a24beb80a71a56a01e49b9fd094f8a114" + "url": "https://github.com/txn2/kubefwd/releases/download/1.22.2/kubefwd_Windows_x86_64.zip", + "hash": "2c467c404277ab012e66a93bcd240fda8059605e0b8df470119f55569b78c0d9" }, "32bit": { - "url": "https://github.com/txn2/kubefwd/releases/download/1.22.0/kubefwd_Windows_i386.zip", - "hash": "f6f394dfbe339a7ec7c53d5a5b3a047494b75ab7e11fdef2ad4bb25fa3b6a7ab" + "url": "https://github.com/txn2/kubefwd/releases/download/1.22.2/kubefwd_Windows_i386.zip", + "hash": "3410ee197718186c6a858da9d06a182a9f7153ff1692a342e6c2f77a1a44a140" } }, "bin": "kubefwd.exe",