From 6e814b6437b9d37b7fb175e4d258f6854fbf9364 Mon Sep 17 00:00:00 2001 From: tech189 Date: Sat, 8 Apr 2023 00:30:03 +0100 Subject: [PATCH] kube-linter: Update to version 0.6.1 Fix autoupdate --- bucket/kube-linter.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/kube-linter.json b/bucket/kube-linter.json index 3e693d0493..792c0f2846 100644 --- a/bucket/kube-linter.json +++ b/bucket/kube-linter.json @@ -1,12 +1,12 @@ { - "version": "0.6.0", + "version": "0.6.1", "description": "Analyze Kubernetes YAML files and Helm charts, and check them against a variety of best practices, with a focus on production readiness and security.", "homepage": "https://github.com/stackrox/kube-linter", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://github.com/stackrox/kube-linter/releases/download/0.6.0/kube-linter.exe", - "hash": "6bdc0c1886c073a4b6d63e36163c29e2df9a63bcb45eef9f6340c9eefd85e80d" + "url": "https://github.com/stackrox/kube-linter/releases/download/v0.6.1/kube-linter.exe", + "hash": "b00d31bf96ce0a632fb5e82c0bde688b2bcd87b8703e72990926367cbe079650" } }, "bin": "kube-linter.exe", @@ -14,7 +14,7 @@ "autoupdate": { "architecture": { "64bit": { - "url": "https://github.com/stackrox/kube-linter/releases/download/$version/kube-linter.exe" + "url": "https://github.com/stackrox/kube-linter/releases/download/v$version/kube-linter.exe" } } }