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

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

Merged
merged 1 commit into from
Jun 28, 2021

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jun 11, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Update Change
gruntwork-io/terragrunt minor v0.29.10 -> v0.31.0

Release Notes

gruntwork-io/terragrunt

v0.31.0

Compare Source

Description

  • Terraform 1.0 support: We are now testing Terragrunt against Terraform 1.0 and is confirmed to be working.
  • Terraform functions have been updated to the versions shipped with Terraform 0.15.3 (previously the functions were pulled in from Terraform 0.12.24). These may include backward incompatibilities. Refer to the terraform release notes for more information.

Related links

gruntwork-io/terragrunt#1726

v0.30.7

Compare Source

Updated CLI args, config attributes and blocks

  • include [block]

Description

Fix bug where using an exposed include with local in the same expression did not work when referencing in locals blocks.

Related links

gruntwork-io/terragrunt#1727
gruntwork-io/terragrunt#1728

v0.30.6

Compare Source

Updated CLI args, config attributes and blocks

  • remote_state [block]

Description

  • Fix the way the remote_state block handles the AWS partition settings so that it works correctly with GovCloud.

Special thanks

Related links

v0.30.5

Compare Source

Updated CLI args, config attributes and blocks

  • include [block]

Description

Fix bug where exposing include did not work when referencing in locals blocks.

Related links

gruntwork-io/terragrunt#1721
gruntwork-io/terragrunt#1723

v0.30.4

Compare Source

Updated CLI args, config attributes and blocks

  • include [block]

Description

You can now access values from included config. E.g., if you want to access a local var region defined in the parent terragrunt config, you can reference include.locals.region in the child config.

Note that there are a few limitations/differences with read_terragrunt_config:

  • include references do not include fetched dependencies. This will change in the future.
  • include references are not automatically available. You must set the new expose attribute to true to access the included references.
  • At the moment, you can only have a single include block in the child, and you can only include one level deep (no nested includes). This will change in the future.

(This is the first of several features that implement the Imports RFC)

Related links

gruntwork-io/terragrunt#1566
gruntwork-io/terragrunt#1716

v0.30.3

Compare Source

Updated CLI args, config attributes and blocks

  • run-all [command]

Description

Improved error messaging when multiple errors are returned.

Special thanks

Special thanks to @​derom for their contribution!

Related links

gruntwork-io/terragrunt#1703

v0.30.2

Compare Source

Updated CLI args, config attributes and blocks

  • aws-provider-patch (command)

Description

Improve error messages in aws-provider-patch when the json input is malformed.

Related links

gruntwork-io/terragrunt#1715

v0.30.1

Compare Source

Updated CLI args, config attributes and blocks

  • hclfmt (command)

Description

Updated documentation and help text in hclfmt command to clarify that it works on all files with hcl extension, not just terragrunt.hcl.

Special thanks

Special thanks to @​edgarsandi for their contribution!

Related links

gruntwork-io/terragrunt#1713

v0.30.0

Compare Source

Updated CLI args, config attributes and blocks

  • aws-provider-patch (command)

Description

aws-provider-patch now supports additional data types. Previously aws-provider-patch only supported patching strings, which made it impossible to patch provider attributes that are not strings (e.g., the allowed_account_ids attribute of the aws provider, which is list(string) type).

Note that to support this, the aws-provider-patch now expects attribute values to be json encoded when passed in. That means that you need to quote the values in order for it to work. For example, if you previously ran:

terragrunt aws-provider-patch --terragrunt-override-attr region=us-east-2

you need to update the call to:

terragrunt aws-provider-patch --terragrunt-override-attr 'region="us-east-2"'

Related links

gruntwork-io/terragrunt#1714
gruntwork-io/terragrunt#1709


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 231a92f to ec9a9c6 Compare June 11, 2021 17:15
@renovate renovate bot changed the title chore(deps): update dependency gruntwork-io/terragrunt to v0.30.0 chore(deps): update dependency gruntwork-io/terragrunt to v0.30.3 Jun 11, 2021
@renovate renovate bot force-pushed the renovate/gruntwork-io-terragrunt-0.x branch from ec9a9c6 to f87eb31 Compare June 17, 2021 14:02
@renovate renovate bot changed the title chore(deps): update dependency gruntwork-io/terragrunt to v0.30.3 chore(deps): update dependency gruntwork-io/terragrunt to v0.30.4 Jun 17, 2021
@renovate renovate bot force-pushed the renovate/gruntwork-io-terragrunt-0.x branch from f87eb31 to e970466 Compare June 18, 2021 14:30
@renovate renovate bot changed the title chore(deps): update dependency gruntwork-io/terragrunt to v0.30.4 chore(deps): update dependency gruntwork-io/terragrunt to v0.30.6 Jun 18, 2021
@renovate renovate bot force-pushed the renovate/gruntwork-io-terragrunt-0.x branch from e970466 to 38fc399 Compare June 19, 2021 00:27
@renovate renovate bot changed the title chore(deps): update dependency gruntwork-io/terragrunt to v0.30.6 chore(deps): update dependency gruntwork-io/terragrunt to v0.30.7 Jun 19, 2021
@renovate renovate bot force-pushed the renovate/gruntwork-io-terragrunt-0.x branch from 38fc399 to 4d6a566 Compare June 22, 2021 14:37
@renovate renovate bot changed the title chore(deps): update dependency gruntwork-io/terragrunt to v0.30.7 chore(deps): update dependency gruntwork-io/terragrunt to v0.31.0 Jun 22, 2021
@renovate renovate bot force-pushed the renovate/gruntwork-io-terragrunt-0.x branch from 4d6a566 to b22781f Compare June 28, 2021 06:39
@ivankatliarchuk ivankatliarchuk merged commit 467dced into master Jun 28, 2021
@ivankatliarchuk ivankatliarchuk deleted the renovate/gruntwork-io-terragrunt-0.x branch June 28, 2021 06:39
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