10000 chore(deps): update dependency gruntwork-io/terragrunt to v0.29.4 by renovate[bot] · Pull Request #101 · cloudkats/docker-tools · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

chore(deps): update dependency gruntwork-io/terragrunt to v0.29.4 #101

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

Merged
merged 1 commit into from
May 23, 2021

Conversation

renovate[bot]
Copy link
@renovate renovate bot commented Apr 8, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Update Change
gruntwork-io/terragrunt minor v0.28.18 -> v0.29.4

Release Notes

gruntwork-io/terragrunt

v0.29.4

Compare Source

Updated CLI args, config attributes and blocks

  • --terragrunt-iam-assume-role-duration [new CLI Arg]
  • iam_assume_role_duration [new config]

Description

You can now use the new CLI arg and config setting to configure the duration for the IAM role from --terragrunt-iam-role.

Special thanks

Thank you to @​thehunt33r for the contribution!

Related links

v0.29.3

Compare Source

Updated CLI args, config attributes and blocks

  • --terragrunt-source-map [CLI Arg]

Description

This release introduces --terragrunt-source-map, which can be used to provide multiple mappings to translate terragrunt source URLs in the config with another path. See the documentation for more information.

Related links

v0.29.2

Compare Source

Updated CLI args, config attributes and blocks

  • get_aws_account_id [func]
  • get_aws_caller_identity_arn [func]
  • get_aws_caller_identity_user_id [func]

Description

  • Fixes bug where the default credentials chain for the get_aws_** functions ignored the config file (~/.aws/config).

Related links

v0.29.1

Compare Source

Updated CLI args, config attributes and blocks

  • remote_state ; s3

Description

  • Fixes bug where AWS profile based authentication was not fully honored when automatic s3 bucket creation was happening.

Related links

v0.29.0

Compare Source

Updated CLI args, config attributes and blocks

  • (none)

Description

  • Update 8000 Terragrunt to work with Terraform 0.15. There are no code or behavior changes, but marking this release as incompatible because from this release onwards, we are only testing with Terraform 0.15 and up.

Related links

v0.28.24

Compare Source

Updated CLI args, config attributes and blocks

  • skip_bucket_versioning

Description

  • If skip_bucket_versioning is set to true, and you are using GCS as a backend, Terragrunt will not only not enable versioning automatically, but now it will also no longer try to check if versioning is enabled either.

Special thanks

Related links

v0.28.23

Compare Source

Updated CLI args, config attributes and blocks

  • get_terraform_commands_that_need_locking()

Description

  • Remove init from the list of commands returned by get_terraform_commands_that_need_locking(), as init does not support locking, and as of Terraform 0.15, will exit with an error if you try to use the lock parameters with it.

Special thanks

Related links

v0.28.22

Compare Source

Updated CLI args, config attributes and blocks

  • sops_decrypt_file()

Description

  • Updated the versions of sops, aws-sdk-go, and vault libraries that we depend on. As a result, the sops_decrypt_file() function should now work with data encrypted via HashiCorp Vault.

Special thanks

Related links

v0.28.21

Compare Source

Updated CLI args, config attributes and blocks

  • get_original_terragrunt_dir() [NEW]
  • generate
  • remote_state

Description

  • Added a new get_original_terragrunt_dir() helper, which returns the directory where the original Terragrunt configuration file (by default terragrunt.hcl) lives. This is primarily useful when one Terragrunt config is being read from another: e.g., if /terraform-code/terragrunt.hcl calls read_terragrunt_config("/foo/bar.hcl"), and within bar.hcl, you call get_original_terragrunt_dir(), you'll get back /terraform-code.
  • Updated the generate and remote_state settings so that they can be set either as blocks or attributes. This makes it possible to, for example, read these settings from common.hcl using read_terragrunt_config and set them dynamically.

Related links

v0.28.20

Compare Source

Updated CLI args, config attributes and blocks

  • --terragrunt-strict-include

Description

  • When you pass in --terragrunt-strict-include, Terragrunt will now only execute within the directories passed in via --terragrunt-include-dir. If you set --terragrunt-strict-include, but don't pass in any directories via --terragrunt-include-dir, then Terragrunt will exit without doing anything. This is arguably a backwards incompatible change, but this is the behavior the --terragrunt-strict-include flag was intended to have originally, and is less surprising, so we're treating this as a bug fix.

Special thanks

Related links

v0.28.19

Compare Source

Updated CLI args, config attributes and blocks

  • retry_max_attempts [NEW]
  • retry_sleep_interval_sec [NEW]

Description

  • Updated Terragrunt's auto retry functionality so that you can now configure the number of retry attempts and the time between retries using the new config attributes retry_max_attempts and retry_sleep_interval_sec, respectively.
  • Switch log level of terragrunt dependency fetching informational messages to debug.

Special thanks

Related links


Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Enabled.

♻️ 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 WhiteSource Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/gruntwork-io-terragrunt-0.x branch from d24807d to b2b5ae9 Compare April 12, 2021 12:16
@renovate renovate bot changed the title Update dependency gruntwork-io/terragrunt to v0.28.19 Update dependency gruntwork-io/terragrunt to v0.28.20 Apr 12, 2021
@renovate renovate bot force-pushed the renovate/gruntwork-io-terragrunt-0.x branch from b2b5ae9 to 7a077e3 Compare April 13, 2021 10:09
@renovate renovate bot changed the title Update dependency gruntwork-io/terragrunt to v0.28.20 Update dependency gruntwork-io/terragrunt to v0.28.21 Apr 13, 2021
@renovate renovate bot force-pushed the renovate/gruntwork-io-terragrunt-0.x branch from 7a077e3 to 49b5909 Compare April 15, 2021 11:40
@renovate renovate bot changed the title Update dependency gruntwork-io/terragrunt to v0.28.21 Update dependency gruntwork-io/terragrunt to v0.28.22 Apr 15, 2021
@renovate renovate bot force-pushed the renovate/gruntwork-io-terragrunt-0.x branch from 49b5909 to 7fa56c5 Compare April 16, 2021 11:05
@renovate renovate bot changed the title Update dependency gruntwork-io/terragrunt to v0.28.22 Update dependency gruntwork-io/terragrunt to v0.28.24 Apr 16, 2021
@renovate renovate bot force-pushed the renovate/gruntwork-io-terragrunt-0.x branch from 7fa56c5 to ec48346 Compare April 23, 2021 13:56
@renovate renovate bot changed the title Update dependency gruntwork-io/terragrunt to v0.28.24 Update dependency gruntwork-io/terragrunt to v0.29.0 Apr 23, 2021
@renovate renovate bot force-pushed the renovate/gruntwork-io-terragrunt-0.x branch from ec48346 to dfe1fbb Compare April 28, 2021 16:38
@renovate renovate bot changed the title Update dependency gruntwork-io/terragrunt to v0.29.0 Update dependency gruntwork-io/terragrunt to v0.29.1 Apr 28, 2021
@renovate renovate bot force-pushed the renovate/gruntwork-io-terragrunt-0.x branch from dfe1fbb to 3d7a420 Compare May 3, 2021 16:09
@renovate renovate bot changed the title Update dependency gruntwork-io/terragrunt to v0.29.1 Update dependency gruntwork-io/terragrunt to v0.29.2 May 3, 2021
@renovate renovate bot force-pushed the renovate/gruntwork-io-terragrunt-0.x branch from 3d7a420 to a375a85 Compare May 15, 2021 07:07
@renovate renovate bot changed the title Update dependency gruntwork-io/terragrunt to v0.29.2 Update dependency gruntwork-io/terragrunt to v0.29.3 May 15, 2021
@renovate renovate bot changed the title Update dependency gruntwork-io/terragrunt to v0.29.3 Update dependency gruntwork-io/terragrunt to v0.29.4 May 20, 2021
@renovate renovate bot force-pushed the renovate/gruntwork-io-terragrunt-0.x branch 2 times, most recently from 9cd3b3d to 536c219 Compare May 23, 2021 16:56
@renovate renovate bot changed the title Update dependency gruntwork-io/terragrunt to v0.29.4 chore(deps): update dependency gruntwork-io/terragrunt to v0.29.4 May 23, 2021
@renovate renovate bot force-pushed the renovate/gruntwork-io-terragrunt-0.x branch from 536c219 to be36d92 Compare May 23, 2021 17:06
@ivankatliarchuk ivankatliarchuk merged commit f623d91 into master May 23, 2021
@ivankatliarchuk ivankatliarchuk deleted the renovate/gruntwork-io-terragrunt-0.x branch May 23, 2021 17:06
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.

2 participants
0