Skip to content
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.

chore(deps): update dependency gruntwork-io/terragrunt to v0.46.3 - abandoned #6434

Merged
merged 2 commits into from
Jun 17, 2023

Conversation

nicholasdille-bot
Copy link
Collaborator

This PR contains the following updates:

Package Update Change
gruntwork-io/terragrunt minor 0.45.16 -> 0.46.3

⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.


Release Notes

gruntwork-io/terragrunt

v0.46.3

Compare Source

Updated CLI args, config attributes and blocks

  • terraform

Description

  • Updated handling of ?ref= in terraform block to read correctly value with slashes.

Related links

v0.46.2

Compare Source

Updated CLI args, config attributes and blocks

  • --terragrunt-source-map

Description

  • Added support git tag in URL for --terragrunt-source-map option.

Related links

v0.46.1

Compare Source

Updated CLI args, config attributes and blocks

  • dependency

Description

  • Fixed dependencies output reading during destroy execution.

Related links

v0.46.0

Compare Source

Updated CLI args, config attributes and blocks

  • before_hook [BACKWARD INCOMPATIBLE]
  • after_hook [BACKWARD INCOMPATIBLE]
  • error_hook [BACKWARD INCOMPATIBLE]

Description

  • Fixed redirection of stdout to stderr in hooks execution.

Migration guide

To disable stdout redirection should be defined attribute suppress_stdout = true in the hook declaration:

terraform {
    ... 
  after_hook "after_init_from_module" {
    ...
    suppress_stdout = true
  }
  after_hook "after_init" {
    ...
    suppress_stdout = true
  }
  error_hook "handle_error" {
    ...
    suppress_stdout = true
  }
}

Related Links

v0.45.18

Compare Source

Updated CLI args, config attributes and blocks

  • hclfmt

Description

Added flag --terragrunt-diff to hclfmt which will lead to printing of differences to output.

Special thanks

Related links

v0.45.17

Compare Source

Updated CLI args, config attributes and blocks

  • destroy

Description

Improved checking dependent modules during destroy execution

Related links


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - 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 Renovate Bot.

@nicholasdille-bot
Copy link
Collaborator Author

Autoclosing Skipped

This PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error.

@nicholasdille-bot nicholasdille-bot changed the title chore(deps): update dependency gruntwork-io/terragrunt to v0.46.3 chore(deps): update dependency gruntwork-io/terragrunt to v0.46.3 - abandoned Jun 16, 2023
@nicholasdille-bot
Copy link
Collaborator Author

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

@nicholasdille nicholasdille merged commit e391ddc into main Jun 17, 2023
@nicholasdille nicholasdille deleted the renovate/gruntwork-io-terragrunt-0.x branch June 17, 2023 21:14
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants