From 6d3f1fce1af70f282554ec7ac1add1144eaa2c18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Thu, 9 Sep 2021 04:18:24 -0700 Subject: [PATCH] terragrunt: Update to version 0.31.9 --- bucket/conftest.json | 6 +++--- bucket/fluxctl.json | 1 - bucket/opa.json | 6 +++--- bucket/terragrunt.json | 10 +++++----- 4 files changed, 11 insertions(+), 12 deletions(-) diff --git a/bucket/conftest.json b/bucket/conftest.json index 84688471ef..737084b048 100644 --- a/bucket/conftest.json +++ b/bucket/conftest.json @@ -1,8 +1,8 @@ { - "homepage": "https://www.conftest.dev/", - "description": "Conftest is a utility to help you write tests against structured configuration data.", - "license": "Apache-2.0", "version": "0.27.0", + "description": "Test utility for structured configuration files", + "homepage": "https://www.conftest.dev", + "license": "Apache-2.0", "architecture": { "64bit": { "url": "https://github.com/open-policy-agent/conftest/releases/download/v0.27.0/conftest_0.27.0_Windows_x86_64.zip", diff --git a/bucket/fluxctl.json b/bucket/fluxctl.json index 654cbf3f0b..f4609d68d6 100644 --- a/bucket/fluxctl.json +++ b/bucket/fluxctl.json @@ -10,7 +10,6 @@ } }, "bin": "fluxctl.exe", - "checkver": "github", "autoupdate": { "architecture": { "64bit": { diff --git a/bucket/opa.json b/bucket/opa.json index 0a8fdb9815..4251fe28a3 100644 --- a/bucket/opa.json +++ b/bucket/opa.json @@ -1,8 +1,8 @@ { - "homepage": "https://www.openpolicyagent.org/", - "description": "OPA is policy-based control for cloud native environments.", - "license": "Apache-2.0", "version": "0.32.0", + "description": "Policy-based control for cloud native environments", + "homepage": "https://www.openpolicyagent.org", + "license": "Apache-2.0", "architecture": { "64bit": { "url": "https://github.com/open-policy-agent/opa/releases/download/v0.32.0/opa_windows_amd64.exe#/opa.exe", diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index f86e08e5fb..85a632e237 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.31.8", + "version": "0.31.9", "description": "Thin wrapper for Terraform that provides extra tools for keeping 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.31.8/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "94c320a764b29b4169cba8031f9e01d53e0fbbb947de307504dc4380b820dc6d" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.31.9/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "4c6de85a5eede5efcaf426025806476a85267bc67cb69524b4ad3ae6e6c54f7d" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.31.8/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "c789aa67d95a83a9d06a8ef9b10a685893f074e9098b91e2c295a8de6acd504c" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.31.9/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "07faf9dba43851bbb6140cd9321bed867adf15ddecd1c1ed76ce5848b7bf89b3" } }, "bin": "terragrunt.exe",