terragrunt: Update to version 0.31.9

This commit is contained in:
Jakub Čábera 2021-09-09 04:18:24 -07:00
parent 117b30e114
commit 6d3f1fce1a
4 changed files with 11 additions and 12 deletions

View File

@ -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", "version": "0.27.0",
"description": "Test utility for structured configuration files",
"homepage": "https://www.conftest.dev",
"license": "Apache-2.0",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/open-policy-agent/conftest/releases/download/v0.27.0/conftest_0.27.0_Windows_x86_64.zip", "url": "https://github.com/open-policy-agent/conftest/releases/download/v0.27.0/conftest_0.27.0_Windows_x86_64.zip",

View File

@ -10,7 +10,6 @@
} }
}, },
"bin": "fluxctl.exe", "bin": "fluxctl.exe",
"checkver": "github",
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {
"64bit": { "64bit": {

View File

@ -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", "version": "0.32.0",
"description": "Policy-based control for cloud native environments",
"homepage": "https://www.openpolicyagent.org",
"license": "Apache-2.0",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/open-policy-agent/opa/releases/download/v0.32.0/opa_windows_amd64.exe#/opa.exe", "url": "https://github.com/open-policy-agent/opa/releases/download/v0.32.0/opa_windows_amd64.exe#/opa.exe",

View File

@ -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.", "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", "homepage": "https://github.com/gruntwork-io/terragrunt",
"license": "MIT", "license": "MIT",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.31.8/terragrunt_windows_amd64.exe#/terragrunt.exe", "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.31.9/terragrunt_windows_amd64.exe#/terragrunt.exe",
"hash": "94c320a764b29b4169cba8031f9e01d53e0fbbb947de307504dc4380b820dc6d" "hash": "4c6de85a5eede5efcaf426025806476a85267bc67cb69524b4ad3ae6e6c54f7d"
}, },
"32bit": { "32bit": {
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.31.8/terragrunt_windows_386.exe#/terragrunt.exe", "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.31.9/terragrunt_windows_386.exe#/terragrunt.exe",
"hash": "c789aa67d95a83a9d06a8ef9b10a685893f074e9098b91e2c295a8de6acd504c" "hash": "07faf9dba43851bbb6140cd9321bed867adf15ddecd1c1ed76ce5848b7bf89b3"
} }
}, },
"bin": "terragrunt.exe", "bin": "terragrunt.exe",