From 32c90b17501b2b2a3ce99d6fde9ef4358e46d48f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Thu, 11 Mar 2021 17:44:04 +0100 Subject: [PATCH] k6: Update to version 0.31.0 --- bucket/k6.json | 14 +++++++------- bucket/terragrunt.json | 10 +++++----- bucket/which.json | 2 +- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/bucket/k6.json b/bucket/k6.json index 7cc57aa384..a8e3dcc237 100644 --- a/bucket/k6.json +++ b/bucket/k6.json @@ -1,18 +1,18 @@ { - "version": "0.30.0", + "version": "0.31.0", "description": "Load and performance regression testing tool for cloud native backend infrastructure", "homepage": "https://k6.io", "license": "AGPL-3.0", "architecture": { "64bit": { - "url": "https://github.com/loadimpact/k6/releases/download/v0.30.0/k6-v0.30.0-win64.zip", - "hash": "680f0cda64dcae71b511c6f148408128d7f1eb0d4c58eb9687892b923afd1374", - "extract_dir": "k6-v0.30.0-win64" + "url": "https://github.com/loadimpact/k6/releases/download/v0.31.0/k6-v0.31.0-win64.zip", + "hash": "7d168239902e9ce062eb43b4373ea5414bc5534dc315f2bd3e9d956c42ef78da", + "extract_dir": "k6-v0.31.0-win64" }, "32bit": { - "url": "https://github.com/loadimpact/k6/releases/download/v0.30.0/k6-v0.30.0-win32.zip", - "hash": "9a3b0a500ff370f7db88c7e91ef895dbf050d79374e400dda1dc048d6c6d58a0", - "extract_dir": "k6-v0.30.0-win32" + "url": "https://github.com/loadimpact/k6/releases/download/v0.31.0/k6-v0.31.0-win32.zip", + "hash": "45aa45a8ef30e7895b0d541a1f70871f4bcfc16b892219b66a7009419823e5a2", + "extract_dir": "k6-v0.31.0-win32" } }, "bin": "k6.exe", diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index a7f537ed55..b841ff1bc4 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.28.8", + "version": "0.28.9", "description": "Terragrunt is a thin wrapper for Terraform that provides extra tools for keeping your Terraform configurations DRY, working with multiple Terraform modules, and managing remote state.", "homepage": "https://github.com/gruntwork-io/terragrunt", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.28.8/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "8876e958e2118514328612548c704f8055514b4090a2610204a3dcaefc0bb173" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.28.9/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "be712ef85538d48a1db96c763337e7fe41ed696fcfbf5d2c4cbf8d9884fc9b7a" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.28.8/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "5c439c840061e0f85a7bcf245605f753c8e242cdd18c56827926aa1c78cc7568" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.28.9/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "2a8bfdefda2fc19184a84061de7dde50f5973ee43e58f18a7eb5df549a13bd9f" } }, "bin": "terragrunt.exe", diff --git a/bucket/which.json b/bucket/which.json index 9c4ad03cd6..a33087866c 100644 --- a/bucket/which.json +++ b/bucket/which.json @@ -6,7 +6,7 @@ "url": "https://downloads.sourceforge.net/project/gnuwin32/which/2.20/which-2.20-bin.zip", "hash": "sha1:385990045d755bb910d2c30b9697faf36d61e37e", "bin": "bin\\which.exe", - "checkver": "(?smi)Version\\s+

([\\d\\.]+)", + "checkver": "(?smi)Version\\s+

([\\d.]+)", "autoupdate": { "url": "https://downloads.sourceforge.net/project/gnuwin32/which/$version/which-$version-bin.zip" }