Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: terraform-ibm-modules/common-dev-assets
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: ce80a6dab3ca29d86f3455635fd2dc4724fb6fc4
Choose a base ref
...
head repository: terraform-ibm-modules/common-dev-assets
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3324eff08be65984717e92c9983b0a87a56ea708
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Feb 9, 2024

  1. fix(deps): update all (#889)

    terraform-ibm-modules-ops authored Feb 9, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    3324eff View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 module-assets/ci/install-deps.sh
6 changes: 3 additions & 3 deletions module-assets/ci/install-deps.sh
Original file line number Diff line number Diff line change
@@ -242,7 +242,7 @@ clean "${TMP_DIR}"
#######################################

# renovate: datasource=github-releases depName=gruntwork-io/terragrunt
TERRAGRUNT_VERSION=v0.55.0
TERRAGRUNT_VERSION=v0.55.1
BINARY=terragrunt
set +e
INSTALLED_TERRAGRUNT_VERSION="$(terragrunt --version | head -1 | cut -d' ' -f3)"
@@ -297,7 +297,7 @@ fi
# tflint
#######################################
# renovate: datasource=github-releases depName=terraform-linters/tflint
TFLINT_VERSION=v0.50.2
TFLINT_VERSION=v0.50.3
BINARY=tflint
set +e
INSTALLED_TFLINT_VERSION="$(tflint --version | grep "TFLint version " |cut -d' ' -f3)"
@@ -354,7 +354,7 @@ fi
#######################################

# renovate: datasource=github-releases depName=golangci/golangci-lint
GOLANGCI_LINT_VERSION=v1.55.2
GOLANGCI_LINT_VERSION=v1.56.1
BINARY=golangci-lint
set +e
INSTALLED_GOLANGCI_LINT_VERSION="$(golangci-lint --version | head -1 | cut -d' ' -f4)"