Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update module github.com/gruntwork-io/terragrunt to v0.53.8 #154

Closed

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 17, 2023

Mend Renovate logo banner

This PR contains the following updates:

Package Type Update Change
github.com/gruntwork-io/terragrunt require minor v0.48.1 -> v0.53.8

Release Notes

gruntwork-io/terragrunt (github.com/gruntwork-io/terragrunt)

v0.53.8

Compare Source

Updated CLI args, config attributes and blocks

  • remote_state

Description

  • Fixed passing of assume_role values to Terraform.

Related links

v0.53.7

Compare Source

Description

  • Updated github.com/golang-jwt/jwt/v4 dependency to v4.5.0

Related links

v0.53.6

Compare Source

Updated CLI args, config attributes and blocks

  • remote_state

Description

  • Added support for assuming roles in S3 backend configuration.

Special thanks

Special thanks to @​sylwit for their contribution!

Related links

v0.53.5

Compare Source

Updated CLI args, config attributes and blocks

  • get_terraform_commands_that_need_input()

Description

  • Corrected get_terraform_commands_that_need_input() function name.

Related links

v0.53.4

Compare Source

Updated CLI args, config attributes and blocks

  • get_working_dir()

Description

  • Add shell completion.
  • Add a new built-in function get_working_dir().

Related links

v0.53.3

Compare Source

Updated CLI args, config attributes and blocks

  • terraform

Description

  • Added missing terraform commands to pass validation.
  • Added explanation of errors related to missing AWS credentials.

Related links

v0.53.2

Compare Source

Updated CLI args, config attributes and blocks

  • remote_state

Description

  • Updated GCP dependencies to support "type": "external_account_authorized_user" authentication.

Related links

v0.53.1

Compare Source

Description

  • Updated aws-sdk to support SSO

Related links

v0.53.0

Compare Source

Description

Terraform 1.6 support: We are now testing Terragrunt against Terraform 1.6 and is confirmed to be working.

NOTE: Although this release is marked as backward incompatible, it is functionally compatible as nothing has been changed in Terragrunt internals. The minor version release is useful to mark the change in Terraform version that is being tested.

Related links

v0.52.7

Compare Source

Description

Updated google.golang.org/grpc dependency from 1.55.0 to 1.56.3

Related links

v0.52.6

Compare Source

Updated CLI args, config attributes and blocks

  • output-module-groups

Description

  • Updated output-module-groups to work like run-all from any subfolder within a Terragrunt configuration.
  • Improved output-module-groups performance by eliminating the need for init.
  • Introduced Terragrunt CLI option support for output-module-groups.
  • Added support for destroy subcommand for output-module-groups to generate a reversed dependency ordered stack list.

Migration Guide

Processes relying on init for output-module-groups must be updated to use an alternative method like terragrunt run-all init for the initialization.

Special thanks

Special thanks to @​bt-macole and @​evsl for their contribution!

Related links

v0.52.5

Compare Source

Updated CLI args, config attributes and blocks

  • read_tfvars_file

Description

  • Added read_tfvars_file function for parsing tfvar.tf or tfvar.json, returning JSON string.

Special thanks

Special thanks to @​alikhil for their contribution!

Related links

v0.52.4

Compare Source

Description

  • CICD improvements: Added Go code linting and resolved code issues.

Related links

v0.52.3

Compare Source

Description

Updated golang.org/x/net dependency to 0.17.0

Related links

v0.52.2

Compare Source

Updated CLI args, config attributes and blocks

  • remote_state

Description

  • Added checking of skip_credentials_validation field in the remote state to skip AWS session validation.

Related links

v0.52.1

Compare Source

Description

  • Enhanced dependent module scanning to eliminate unnecessary user input prompts.

Related links

v0.52.0

Compare Source

Description

  • Added support for OpenTofu in Terragrunt, by default, will be wrapped terraform command with a fallback to tofu.

Related links

Migration guide

Switching to tofu:

  1. Install OpenTofu cli https://github.com/opentofu/opentofu
  2. Apply one of:
  • Option 1: Remove terraform binary from PATH
  • Option 2: Define env variable TERRAGRUNT_TFPATH=tofu
  • Option 3: When launching terragrunt, specify --terragrunt-tfpath tofu

v0.51.9

Compare Source

Updated CLI args, config attributes and blocks

  • render-json

Description

  • Added dependent_modules field to render-json output with a list of paths to dependent modules
  • Replaced deprecated calls to io/ioutil package

Special thanks

Special thanks to @​maunzCache for their contribution!

Related links

v0.51.8

Compare Source

Updated CLI args, config attributes and blocks

  • remote_state

Description

  • Added AWS session status validation before S3 bucket status check

Related links

v0.51.7

Compare Source

Updated CLI args, config attributes and blocks

  • terraform

Description

  • Enhanced error handling during reading Terraform state.

Related links

v0.51.6

Compare Source

Description

Related links

v0.51.5

Compare Source

Updated CLI args, config attributes and blocks

  • generate

Description

  • Updated validation of generate blocks to identify blocks with the same name

Related links

v0.51.4

Compare Source

Description

  • Make auto-init feature respect -no-color flag
  • Add a new built-in function get_default_retryable_errors() that returns a list of default retryable errors.

Related links

v0.51.3

Compare Source

Updated CLI args, config attributes and blocks

  • terragrunt-debug

Description

  • Updated terragrunt-debug command to print valid executed terraform commands

Related links

v0.51.2

Compare Source

Updated CLI args, config attributes and blocks

  • remote_state

Description

  • Improved handling of S3 bucket configuration errors

Related links

v0.51.1

Compare Source

Updated CLI args, config attributes and blocks

  • get_path_to_repo_root()

Description

  • Removes trailing slash appended to the end of get_path_to_repo_root()

Migration Guide

  • source = "${get_path_to_repo_root()}/modules -> source = "${get_path_to_repo_root()}//modules
  • source = "${get_path_to_repo_root()}modules -> source = "${get_path_to_repo_root()}/modules

Related links

v0.51.0

Compare Source

Description

Upgraded CICD jobs to build and test Terragrunt using Go 1.21

Related links

v0.50.17

Compare Source

Updated CLI args, config attributes and blocks

  • dependency

Description

  • Added enabled property on dependency block, once set to false - dependency will be skipped.

Related links

v0.50.16

Compare Source

Description

  • Reduced "The handle is invalid" log noise for Terragrunt executions in Windows.

Related links

v0.50.15

Compare Source

Updated CLI args, config attributes and blocks

  • --terragrunt-config

Description

  • Fixed searching for config with the specified --terragrunt-config flag when running run-all commands.
  • Added the ability to explicitly specify the name of dependency configuration files with a name other than the default terragrunt.conf.

Related links

v0.50.14

Compare Source

Description

  • Added passing of Terragrunt version in user agent for AWS API calls.

Related links

v0.50.13

Compare Source

Updated CLI args, config attributes and blocks

  • terraform

Description

  • Improved checking for module path in terraform source URL.

Related links

v0.50.12

Compare Source

Updated CLI args, config attributes and blocks

  • --terragrunt-fetch-dependency-output-from-state

Description

  • Fixed handling of --terragrunt-fetch-dependency-output-from-state option.

Related links

v0.50.11

Compare Source

Updated CLI args, config attributes and blocks

  • --terragrunt-disable-command-validation

Description

  • Added a new flag --terragrunt-disable-command-validation to disable terraform command validation.
  • Prevent terraform init command from parallel running if the terraform plugin cache is used.

Related links

v0.50.10

Compare Source

Updated CLI args, config attributes and blocks

  • remote_state

Description

  • Enhanced GCP storage configuration to include optional prefix support.

Related links

v0.50.9

Compare Source

Updated CLI args, config attributes and blocks

  • remote_state

Description

Improved handling of AWS S3 errors:

  • Handling of errors when the bucket is in a different region
  • Logging of underlying S3 API errors

Related links

v0.50.8

Compare Source

Updated CLI args, config attributes and blocks

  • terraform

Description

  • Updated tflint hook to handle the passing of custom configuration file through --config argument.

Related links

v0.50.7

Compare Source

Updated CLI args, config attributes and blocks

  • terragrunt console

Description

  • Fixed the issue when using the terragrunt console command in non-interactive mode would result in an error.

Related links

v0.50.6

Compare Source

Updated CLI args, config attributes and blocks

  • terraform

Description

  • Addressed the issue related to GCP impersonation during state bucket creation.

Related links

v0.50.5

Compare Source

Description

  • Implementation of validation for provided Terraform commands.

Related links

v0.50.4

Compare Source

Updated CLI args, config attributes and blocks

  • terraform

Description

  • Eliminated generation of unnecessary .terragrunt-null-vars.auto.tfvars.json files.

Related links

v0.50.3

Compare Source

Description

  • Updated logrus dependency to v1.9.3

Related links

v0.50.2

Compare Source

Description

  • Fixed updating S3 bucket policy when the previous statement contains NotPrincipal field.

Related links

v0.50.1

Compare Source

Updated CLI args, config attributes and blocks

  • --terragrunt-exclude-dir

Description

  • Prevent parsing of excluded modules.

Related links

v0.50.0

Compare Source

Updated CLI args, config attributes and blocks

  • terraform [BACKWARD INCOMPATIBLE]

Description

  • Updated the process of passing inputs to Terraform to support inputs with null values.

Related links

Migration guide

To keep passing null values as strings, wrap values in quotes:

inputs = {
  input_1 = "null"
}

v0.49.1

Compare Source

Description

Update CircleCI config to sign MacOS binaries! 🎉

Related links

https://github.com/gruntwork-io/terragrunt/pull/2661

v0.49.0

Compare Source

Updated CLI args, config attributes and blocks

  • terraform [BACKWARD INCOMPATIBLE]

Description

  • Added support for the --terragrunt-external-tflint parameter into the tflint hook. This modification enables Terragrunt to execute tflint directly from the operating system.
  • Upgraded internal tflint to version 0.47.0, introducing backward incompatibility.

Related links

Migration guide

Follow tflint recommendations to upgrade to 0.47.0 version:

https://github.com/terraform-linters/tflint/blob/v0.47.0/CHANGELOG.md#breaking-changes

v0.48.7

Compare Source

Updated CLI args, config attributes and blocks

  • --terragrunt-no-color

Description

  • Added a new flag --terragrunt-no-color to disable colors in logs.
  • Replaced environment variables (backward compatibility preserved):
    TERRAGRUNT_AUTO_INIT with TERRAGRUNT_NO_AUTO_INIT
    TERRAGRUNT_AUTO_RETRY with TERRAGRUNT_NO_AUTO_RETRY
    TERRAGRUNT_AUTO_APPROVE with TERRAGRUNT_NO_AUTO_APPROVE
    TF_INPUT with TERRAGRUNT_NON_INTERACTIVE

Related links

v0.48.6

Compare Source

Updated CLI args, config attributes and blocks

  • run-all

Description

  • Improved readability of the run-all confirmation message.

Related links

v0.48.5

Compare Source

Updated CLI args, config attributes and blocks

  • output-module-groups

Description

  • Added output-module-groups command which outputs as JSON the groups of modules

Special thanks

Special thanks to @​smaftoul for their contribution!

Related links

v0.48.4

Compare Source

Updated CLI args, config attributes and blocks

  • terraform cli

Description

  • Added --terragrunt-fail-on-state-bucket-creation which will fail Terragrunt execution if state bucket creation is required
  • Added --terragrunt-disable-bucket-update which will disable updating of state bucket

Related links

v0.48.3

Compare Source

Updated CLI args, config attributes and blocks

  • render-json

Description

  • Updated render-json to handle output values from not applied dependencies.

Related links

v0.48.2

Compare Source

Updated CLI args, config attributes and blocks

  • --terragrunt-use-partial-parse-config-cache

Description

  • Updated partial cache key construction to include filename

Special thanks

Special thanks to @​untcha for their contribution!

Related links


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/github.com-gruntwork-io-terragrunt-0.x branch from 3c77382 to 526aead Compare July 18, 2023 09:28
@renovate renovate bot changed the title fix(deps): update module github.com/gruntwork-io/terragrunt to v0.48.2 fix(deps): update module github.com/gruntwork-io/terragrunt to v0.48.3 Jul 18, 2023
@renovate renovate bot force-pushed the renovate/github.com-gruntwork-io-terragrunt-0.x branch from 526aead to 49421a7 Compare July 19, 2023 16:03
@renovate renovate bot changed the title fix(deps): update module github.com/gruntwork-io/terragrunt to v0.48.3 fix(deps): update module github.com/gruntwork-io/terragrunt to v0.48.4 Jul 19, 2023
@renovate renovate bot force-pushed the renovate/github.com-gruntwork-io-terragrunt-0.x branch from 49421a7 to 9581c30 Compare July 28, 2023 19:30
@renovate renovate bot changed the title fix(deps): update module github.com/gruntwork-io/terragrunt to v0.48.4 fix(deps): update module github.com/gruntwork-io/terragrunt to v0.48.5 Jul 28, 2023
@renovate renovate bot force-pushed the renovate/github.com-gruntwork-io-terragrunt-0.x branch from 9581c30 to 5fbcecf Compare August 2, 2023 22:15
@renovate renovate bot changed the title fix(deps): update module github.com/gruntwork-io/terragrunt to v0.48.5 fix(deps): update module github.com/gruntwork-io/terragrunt to v0.48.6 Aug 2, 2023
@renovate renovate bot force-pushed the renovate/github.com-gruntwork-io-terragrunt-0.x branch from 5fbcecf to a4a3508 Compare August 9, 2023 18:30
@renovate renovate bot changed the title fix(deps): update module github.com/gruntwork-io/terragrunt to v0.48.6 fix(deps): update module github.com/gruntwork-io/terragrunt to v0.48.7 Aug 9, 2023
@renovate
Copy link
Contributor Author

renovate bot commented Aug 9, 2023

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: go.sum
Command failed: docker run --rm --name=renovate_a_sidecar --label=renovate_a_child --memory=3584m -v "/tmp/worker/8ec088/87fdb7/repos/github/kitos9112/terragrunt-gitlab-cicd-config":"/tmp/worker/8ec088/87fdb7/repos/github/kitos9112/terragrunt-gitlab-cicd-config" -v "/tmp/worker/8ec088/87fdb7/cache":"/tmp/worker/8ec088/87fdb7/cache" -e GOPATH -e GOPROXY -e GOSUMDB -e GOFLAGS -e CGO_ENABLED -e GIT_CONFIG_KEY_0 -e GIT_CONFIG_VALUE_0 -e GIT_CONFIG_KEY_1 -e GIT_CONFIG_VALUE_1 -e GIT_CONFIG_KEY_2 -e GIT_CONFIG_VALUE_2 -e GIT_CONFIG_COUNT -e CONTAINERBASE_CACHE_DIR -w "/tmp/worker/8ec088/87fdb7/repos/github/kitos9112/terragrunt-gitlab-cicd-config" ghcr.io/containerbase/sidecar:9.24.0 bash -l -c "install-tool golang 1.21.4 && go get -d -t ./..."
go: downloading github.com/Masterminds/sprig/v3 v3.2.3
go: downloading github.com/gruntwork-io/go-commons v0.17.1
go: downloading github.com/gruntwork-io/terragrunt v0.53.8
go: downloading github.com/hashicorp/go-getter v1.7.3
go: downloading github.com/hashicorp/hcl/v2 v2.19.1
go: downloading github.com/hashicorp/hcl v1.0.1-vault
go: downloading github.com/sirupsen/logrus v1.9.3
go: downloading github.com/hashicorp/terraform-config-inspect v0.0.0-20230925220900-5a6f8d18746d
go: downloading github.com/spf13/cobra v1.8.0
go: downloading github.com/zclconf/go-cty v1.14.1
go: downloading golang.org/x/sync v0.5.0
go: downloading github.com/Masterminds/goutils v1.1.1
go: downloading github.com/Masterminds/semver/v3 v3.2.1
go: downloading github.com/google/uuid v1.4.0
go: downloading github.com/huandu/xstrings v1.3.3
go: downloading github.com/imdario/mergo v0.3.11
go: downloading github.com/mitchellh/copystructure v1.2.0
go: downloading github.com/shopspring/decimal v1.2.0
go: downloading github.com/spf13/cast v1.3.1
go: downloading golang.org/x/crypto v0.14.0
go: downloading github.com/go-errors/errors v1.4.2
go: downloading github.com/urfave/cli/v2 v2.25.5
go: downloading github.com/hashicorp/go-version v1.6.0
go: downloading github.com/aws/aws-sdk-go v1.46.6
go: downloading github.com/urfave/cli v1.22.3
go: downloading github.com/mattn/go-zglob v0.0.3
go: downloading github.com/mitchellh/go-homedir v1.1.0
go: downloading golang.org/x/term v0.13.0
go: downloading github.com/hashicorp/terraform v0.15.3
go: downloading github.com/mitchellh/mapstructure v1.4.3
go: downloading go.mozilla.org/sops/v3 v3.7.3
go: downloading cloud.google.com/go/storage v1.30.1
go: downloading cloud.google.com/go v0.110.10
go: downloading github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d
go: downloading github.com/hashicorp/go-cleanhttp v0.5.2
go: downloading github.com/hashicorp/go-safetemp v1.0.0
go: downloading github.com/klauspost/compress v1.15.11
go: downloading github.com/mitchellh/go-testing-interface v1.14.1
go: downloading github.com/ulikunitz/xz v0.5.11
go: downloading golang.org/x/oauth2 v0.13.0
go: downloading google.golang.org/api v0.149.0
go: downloading github.com/agext/levenshtein v1.2.3
go: downloading github.com/apparentlymart/go-textseg/v15 v15.0.0
go: downloading github.com/mitchellh/go-wordwrap v1.0.1
go: downloading github.com/google/go-cmp v0.6.0
go: downloading golang.org/x/sys v0.13.0
go: downloading github.com/inconshreveable/mousetrap v1.1.0
go: downloading github.com/spf13/pflag v1.0.5
go: downloading github.com/mitchellh/reflectwalk v1.0.2
go: downloading github.com/hashicorp/go-multierror v1.1.1
go: downloading github.com/gruntwork-io/gruntwork-cli v0.7.0
go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
go: downloading github.com/posener/complete v1.2.3
go: downloading github.com/creack/pty v1.1.11
go: downloading golang.org/x/text v0.13.0
go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.3
go: downloading github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673
go: downloading cloud.google.com/go/compute/metadata v0.2.3
go: downloading cloud.google.com/go/compute v1.23.1
go: downloading cloud.google.com/go/iam v1.1.3
go: downloading github.com/googleapis/gax-go/v2 v2.12.0
go: downloading google.golang.org/genproto v0.0.0-20231016165738-49dd2c1f3d0b
go: downloading google.golang.org/grpc v1.59.0
go: downloading google.golang.org/protobuf v1.31.0
go: downloading github.com/zclconf/go-cty-yaml v1.0.3
go: downloading github.com/stretchr/testify v1.8.4
go: downloading github.com/hashicorp/errwrap v1.1.0
go: downloading github.com/gruntwork-io/terratest v0.41.0
go: downloading github.com/terraform-linters/tflint v0.47.0
go: downloading golang.org/x/exp v0.0.0-20230905200255-921286631fa9
go: downloading github.com/russross/blackfriday/v2 v2.1.0
go: downloading github.com/jmespath/go-jmespath v0.4.0
go: downloading github.com/hashicorp/terraform-svchost v0.0.1
go: downloading github.com/fatih/color v1.15.0
go: downloading gopkg.in/urfave/cli.v1 v1.20.0
go: downloading google.golang.org/genproto/googleapis/api v0.0.0-20231016165738-49dd2c1f3d0b
go: downloading go.opencensus.io v0.24.0
go: downloading golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2
go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20231016165738-49dd2c1f3d0b
go: downloading google.golang.org/appengine v1.6.7
go: downloading golang.org/x/net v0.17.0
go: downloading github.com/apparentlymart/go-cidr v1.1.0
go: downloading github.com/bmatcuk/doublestar v1.3.1
go: downloading github.com/hashicorp/go-uuid v1.0.3
go: downloading github.com/google/s2a-go v0.1.7
go: downloading github.com/davecgh/go-spew v1.1.1
go: downloading github.com/pmezard/go-difflib v1.0.0
go: downloading gopkg.in/yaml.v3 v3.0.1
go: downloading github.com/hashicorp/logutils v1.0.0
go: downloading github.com/jessevdk/go-flags v1.5.0
go: downloading github.com/sourcegraph/jsonrpc2 v0.2.0
go: downloading github.com/spf13/afero v1.9.5
go: downloading github.com/terraform-linters/tflint-plugin-sdk v0.17.0
go: downloading github.com/terraform-linters/tflint-ruleset-terraform v0.4.0
go: downloading github.com/apparentlymart/go-versions v1.0.1
go: downloading github.com/hashicorp/go-retryablehttp v0.7.0
go: downloading golang.org/x/mod v0.12.0
go: downloading github.com/goware/prefixer v0.0.0-20160118172347-395022866408
go: downloading github.com/mattn/go-colorable v0.1.13
go: downloading github.com/mattn/go-isatty v0.0.17
go: downloading github.com/golang/protobuf v1.5.3
go: downloading gopkg.in/ini.v1 v1.66.4
go: downloading github.com/blang/semver v3.5.1+incompatible
go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da
go: downloading github.com/googleapis/enterprise-certificate-proxy v0.3.2
go: downloading github.com/jstemmer/go-junit-report v1.0.0
go: downloading github.com/owenrumney/go-sarif v1.1.1
go: downloading github.com/sourcegraph/go-lsp v0.0.0-20200429204803-219e11d77f5d
go: downloading github.com/hashicorp/terraform-registry-address v0.2.0
go: downloading github.com/google/go-github/v35 v35.3.0
go: downloading github.com/hashicorp/go-plugin v1.4.10
go: downloading github.com/hashicorp/go-hclog v1.5.0
go: downloading github.com/mitchellh/panicwrap v1.0.0
go: downloading github.com/lib/pq v1.10.5
go: downloading github.com/pkg/errors v0.9.1
go: downloading filippo.io/age v1.0.0
go: downloading github.com/Azure/azure-sdk-for-go v63.3.0+incompatible
go: downloading github.com/Azure/go-autorest/autorest v0.11.26
go: downloading github.com/Azure/go-autorest v14.2.0+incompatible
go: downloading github.com/Azure/go-autorest/autorest/azure/auth v0.5.11
go: downloading github.com/hashicorp/vault/api v1.5.0
go: downloading github.com/ProtonMail/go-crypto v0.0.0-20220407094043-a94812496cf5
go: downloading github.com/howeyc/gopass v0.0.0-20210920133722-c8aef6fb66ef
go: downloading go.mozilla.org/gopgagent v0.0.0-20170926210634-4d7ea76ff71a
go: downloading github.com/hashicorp/yamux v0.0.0-20211028200310-0bc27b27de87
go: downloading github.com/oklog/run v1.1.0
go: downloading github.com/google/go-querystring v1.1.0
go: downloading github.com/Azure/go-autorest/autorest/adal v0.9.18
go: downloading github.com/Azure/go-autorest/logger v0.2.1
go: downloading github.com/Azure/go-autorest/tracing v0.6.0
go: downloading github.com/Azure/go-autorest/autorest/azure/cli v0.4.5
go: downloading github.com/dimchansky/utfbom v1.1.1
go: downloading github.com/cenkalti/backoff/v3 v3.2.2
go: downloading github.com/hashicorp/go-rootcerts v1.0.2
go: downloading github.com/hashicorp/go-secure-stdlib/parseutil v0.1.3
go: downloading github.com/hashicorp/vault/sdk v0.4.1
go: downloading golang.org/x/time v0.0.0-20220224211638-0e9765cccd65
go: downloading gopkg.in/square/go-jose.v2 v2.6.0
go: downloading github.com/Azure/go-autorest/autorest/date v0.3.0
go: downloading github.com/golang-jwt/jwt/v4 v4.5.0
go: downloading github.com/hashicorp/go-secure-stdlib/strutil v0.1.2
go: downloading github.com/hashicorp/go-sockaddr v1.0.2
go: downloading github.com/vmihailenco/msgpack/v5 v5.3.5
go: downloading github.com/ryanuber/go-glob v1.0.0
go: downloading github.com/golang/snappy v0.0.4
go: downloading github.com/pierrec/lz4 v2.6.1+incompatible
go: downloading github.com/hashicorp/go-secure-stdlib/mlock v0.1.2
go: downloading github.com/armon/go-metrics v0.3.10
go: downloading github.com/hashicorp/golang-lru v0.5.4
go: downloading go.uber.org/atomic v1.9.0
go: downloading github.com/armon/go-radix v1.0.0
go: downloading github.com/vmihailenco/tagparser/v2 v2.0.0
go: downloading github.com/hashicorp/go-immutable-radix v1.3.1
go: downloading github.com/Azure/go-autorest/autorest/to v0.4.0
go: downloading github.com/Azure/go-autorest/autorest/validation v0.3.1
go: github.com/kitos9112/terragrunt-gitlab-cicd-config/cmd imports
	github.com/gruntwork-io/terragrunt/errors: cannot find module providing package github.com/gruntwork-io/terragrunt/errors
go: warning: github.com/Azure/go-autorest/autorest/[email protected]: retracted by module author: retracted due to token refresh errors
go: to switch to the latest unretracted version, run:
	go get github.com/Azure/go-autorest/autorest/adal@latest

@renovate renovate bot force-pushed the renovate/github.com-gruntwork-io-terragrunt-0.x branch from a4a3508 to ffe027a Compare August 11, 2023 17:16
@renovate renovate bot changed the title fix(deps): update module github.com/gruntwork-io/terragrunt to v0.48.7 fix(deps): update module github.com/gruntwork-io/terragrunt to v0.49.1 Aug 11, 2023
@renovate renovate bot force-pushed the renovate/github.com-gruntwork-io-terragrunt-0.x branch from ffe027a to 02a2f3b Compare August 14, 2023 21:55
@renovate renovate bot changed the title fix(deps): update module github.com/gruntwork-io/terragrunt to v0.49.1 fix(deps): update module github.com/gruntwork-io/terragrunt to v0.50.0 Aug 14, 2023
@renovate renovate bot force-pushed the renovate/github.com-gruntwork-io-terragrunt-0.x branch from 02a2f3b to da6918a Compare August 15, 2023 18:55
@renovate renovate bot changed the title fix(deps): update module github.com/gruntwork-io/terragrunt to v0.50.0 fix(deps): update module github.com/gruntwork-io/terragrunt to v0.50.1 Aug 15, 2023
@renovate renovate bot force-pushed the renovate/github.com-gruntwork-io-terragrunt-0.x branch from da6918a to e5e867c Compare August 16, 2023 17:00
@renovate renovate bot changed the title fix(deps): update module github.com/gruntwork-io/terragrunt to v0.50.1 fix(deps): update module github.com/gruntwork-io/terragrunt to v0.50.2 Aug 16, 2023
@renovate renovate bot force-pushed the renovate/github.com-gruntwork-io-terragrunt-0.x branch from e5e867c to 80ba415 Compare August 16, 2023 21:46
@renovate renovate bot changed the title fix(deps): update module github.com/gruntwork-io/terragrunt to v0.50.2 fix(deps): update module github.com/gruntwork-io/terragrunt to v0.50.3 Aug 16, 2023
@renovate renovate bot force-pushed the renovate/github.com-gruntwork-io-terragrunt-0.x branch from 80ba415 to d65701b Compare August 17, 2023 21:19
@renovate renovate bot changed the title fix(deps): update module github.com/gruntwork-io/terragrunt to v0.50.3 fix(deps): update module github.com/gruntwork-io/terragrunt to v0.50.4 Aug 17, 2023
@renovate renovate bot force-pushed the renovate/github.com-gruntwork-io-terragrunt-0.x branch from d65701b to 08ee9af Compare August 21, 2023 20:21
@renovate renovate bot changed the title fix(deps): update module github.com/gruntwork-io/terragrunt to v0.50.4 fix(deps): update module github.com/gruntwork-io/terragrunt to v0.50.6 Aug 21, 2023
@renovate renovate bot force-pushed the renovate/github.com-gruntwork-io-terragrunt-0.x branch from 08ee9af to fd351b0 Compare August 25, 2023 03:29
@renovate renovate bot changed the title fix(deps): update module github.com/gruntwork-io/terragrunt to v0.50.6 fix(deps): update module github.com/gruntwork-io/terragrunt to v0.50.7 Aug 25, 2023
@renovate renovate bot force-pushed the renovate/github.com-gruntwork-io-terragrunt-0.x branch from fd351b0 to 0a5bbce Compare August 25, 2023 17:05
@renovate renovate bot changed the title fix(deps): update module github.com/gruntwork-io/terragrunt to v0.50.7 fix(deps): update module github.com/gruntwork-io/terragrunt to v0.50.8 Aug 25, 2023
@renovate renovate bot force-pushed the renovate/github.com-gruntwork-io-terragrunt-0.x branch from 0a5bbce to 4b5e5e6 Compare August 28, 2023 21:20
@renovate renovate bot changed the title fix(deps): update module github.com/gruntwork-io/terragrunt to v0.52.5 fix(deps): update module github.com/gruntwork-io/terragrunt to v0.52.7 Oct 26, 2023
@renovate renovate bot force-pushed the renovate/github.com-gruntwork-io-terragrunt-0.x branch from 20d06a2 to e8026e4 Compare October 27, 2023 18:59
@renovate renovate bot changed the title fix(deps): update module github.com/gruntwork-io/terragrunt to v0.52.7 fix(deps): update module github.com/gruntwork-io/terragrunt to v0.53.0 Oct 27, 2023
@renovate renovate bot force-pushed the renovate/github.com-gruntwork-io-terragrunt-0.x branch from e8026e4 to 97e4c1c Compare November 2, 2023 01:12
@renovate renovate bot changed the title fix(deps): update module github.com/gruntwork-io/terragrunt to v0.53.0 fix(deps): update module github.com/gruntwork-io/terragrunt to v0.53.1 Nov 2, 2023
@renovate renovate bot force-pushed the renovate/github.com-gruntwork-io-terragrunt-0.x branch from 97e4c1c to e29c82f Compare November 5, 2023 19:38
@renovate renovate bot changed the title fix(deps): update module github.com/gruntwork-io/terragrunt to v0.53.1 fix(deps): update module github.com/gruntwork-io/terragrunt to v0.53.2 Nov 5, 2023
@renovate renovate bot force-pushed the renovate/github.com-gruntwork-io-terragrunt-0.x branch from e29c82f to b6650a0 Compare November 14, 2023 16:11
@renovate renovate bot changed the title fix(deps): update module github.com/gruntwork-io/terragrunt to v0.53.2 fix(deps): update module github.com/gruntwork-io/terragrunt to v0.53.3 Nov 14, 2023
@renovate renovate bot force-pushed the renovate/github.com-gruntwork-io-terragrunt-0.x branch from b6650a0 to 1d6b0fd Compare November 16, 2023 22:07
@renovate renovate bot changed the title fix(deps): update module github.com/gruntwork-io/terragrunt to v0.53.3 fix(deps): update module github.com/gruntwork-io/terragrunt to v0.53.4 Nov 16, 2023
@renovate renovate bot force-pushed the renovate/github.com-gruntwork-io-terragrunt-0.x branch from 1d6b0fd to 9be29bc Compare November 20, 2023 21:37
@renovate renovate bot changed the title fix(deps): update module github.com/gruntwork-io/terragrunt to v0.53.4 fix(deps): update module github.com/gruntwork-io/terragrunt to v0.53.5 Nov 20, 2023
@renovate renovate bot force-pushed the renovate/github.com-gruntwork-io-terragrunt-0.x branch from 9be29bc to a38e62d Compare November 22, 2023 18:38
@renovate renovate bot changed the title fix(deps): update module github.com/gruntwork-io/terragrunt to v0.53.5 fix(deps): update module github.com/gruntwork-io/terragrunt to v0.53.6 Nov 22, 2023
@renovate renovate bot force-pushed the renovate/github.com-gruntwork-io-terragrunt-0.x branch 3 times, most recently from ecf62ef to a72b070 Compare November 25, 2023 21:13
@kitos9112
Copy link
Owner

Bumping Terragrunt implies a relevant amount of work to rework the whole lot. I won't be doing such unless it's necessary

@renovate renovate bot force-pushed the renovate/github.com-gruntwork-io-terragrunt-0.x branch 4 times, most recently from 891b075 to a3c953e Compare November 27, 2023 22:29
@renovate renovate bot changed the title fix(deps): update module github.com/gruntwork-io/terragrunt to v0.53.6 fix(deps): update module github.com/gruntwork-io/terragrunt to v0.53.7 Nov 27, 2023
@renovate renovate bot force-pushed the renovate/github.com-gruntwork-io-terragrunt-0.x branch from a3c953e to 0f171ac Compare November 28, 2023 12:07
@renovate renovate bot changed the title fix(deps): update module github.com/gruntwork-io/terragrunt to v0.53.7 fix(deps): update module github.com/gruntwork-io/terragrunt to v0.53.8 Nov 28, 2023
@kitos9112 kitos9112 closed this Nov 29, 2023
Copy link
Contributor Author

renovate bot commented Nov 29, 2023

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (v0.53.8). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate bot deleted the renovate/github.com-gruntwork-io-terragrunt-0.x branch November 29, 2023 00:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant