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(github-release): update gruntwork-io/terragrunt ( v0.68.7 → v0.68.8 ) #1263

Merged
merged 1 commit into from
Nov 7, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 7, 2024

This PR contains the following updates:

Package Update Change
gruntwork-io/terragrunt patch v0.68.7 -> v0.68.8
gruntwork-io/terragrunt patch 0.68.7 -> 0.68.8

Release Notes

gruntwork-io/terragrunt (gruntwork-io/terragrunt)

v0.68.8

Compare Source

v0.68.8-beta2024110601

Compare Source

Updated CLI args, config attributes and blocks

  • --feature
  • feature

What's Changed

  • Added new HCL block and CLI options for feature flags to modify Terragrunt code evaluation

Related links

Example flags usage:

### terragrunt.hcl

feature "run_hook" {
  default = false
}

terraform {
  before_hook "feature_flag" {
    commands = ["apply", "plan", "destroy"]
    execute  = feature.run_hook.value ? ["sh", "-c", "feature_flag_script.sh"] : [ "sh", "-c", "exit", "0" ]
  }
}

Passing feature flags:

terragrunt --feature run_hook=true apply
terragrunt --feature run_hook=true --feature string_flag=dev apply

Full Changelog: gruntwork-io/terragrunt@v0.68.7...v0.68.8-beta2024110601


Configuration

📅 Schedule: Branch creation - "before 9pm on friday" in timezone Europe/Paris, 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 these updates again.


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot enabled auto-merge (squash) November 7, 2024 19:13
@renovate renovate bot merged commit fe1fd18 into main Nov 7, 2024
10 checks passed
@renovate renovate bot deleted the renovate/gruntwork-io-terragrunt-0.68.x branch November 7, 2024 19:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants