Skip to content

build(deps): Bump gruntwork-io/terragrunt from 0.76.6 to 0.77.1#1181

Merged
mergify[bot] merged 1 commit intomasterfrom
dependabot/github_actions/gruntwork-io/terragrunt-0.77.1
Mar 31, 2025
Merged

build(deps): Bump gruntwork-io/terragrunt from 0.76.6 to 0.77.1#1181
mergify[bot] merged 1 commit intomasterfrom
dependabot/github_actions/gruntwork-io/terragrunt-0.77.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Mar 31, 2025

Bumps gruntwork-io/terragrunt from 0.76.6 to 0.77.1.

Release notes

Sourced from gruntwork-io/terragrunt's releases.

v0.77.1

✨ New Features

  • Improved error handling by adding a test check for non-existent stack and unit paths, ensuring clearer messages when expected files are missing.
  • Added support for reading stack and values files read_terragrunt_config() now handles both formats.

What's Changed

Validation demo:

stack-validation-v2

Read config demo:

read_terragrunt_config-v2

Stacks RFC: gruntwork-io/terragrunt#3313

Full Changelog: gruntwork-io/terragrunt@v0.77.0...v0.77.1

v0.77.0

🛠️ Breaking Changes

Best Effort Parsing

Exported functions like ParseConfig and ParseConfigString now perform best effort parsing instead of early returns. Consumers of Terragrunt as a library should be aware of this change, as it can result in partially parsed configurations being returned instead of nil when errors are encountered during parsing. As a consumer of these functions, you are responsible for checking the errors being returned, and handling the returned configuration value accordingly.

These changes are being introduced to support greater parsing flexibility for usage in the find and list command, which will be able to handle partial parse failures while still returning valuable information, along with the Terragrunt LSP, which needs the same adjustments to parsing.

Struct Field Alignment

The fieldalignment govet lint has been introduced to the codebase, and all structs that had less efficient struct field alignment have been updated to minimize their memory footprint. If you are consuming Terragrunt as a library, you may have to make changes to how you are leveraging exported structs from Terragrunt.

The simplest way to avoid any breakage related to this change is to avoid usage of unkeyed composite literals.

# before
type Foo struct {
  BoolField bool
  IntField int
}
f := Foo{false, 30}

</tr></table> 

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [gruntwork-io/terragrunt](https://github.com/gruntwork-io/terragrunt) from 0.76.6 to 0.77.1.
- [Release notes](https://github.com/gruntwork-io/terragrunt/releases)
- [Commits](gruntwork-io/terragrunt@v0.76.6...v0.77.1)

---
updated-dependencies:
- dependency-name: gruntwork-io/terragrunt
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update Github_actions code labels Mar 31, 2025
@mergify mergify Bot merged commit b732200 into master Mar 31, 2025
4 checks passed
@mergify mergify Bot deleted the dependabot/github_actions/gruntwork-io/terragrunt-0.77.1 branch March 31, 2025 07:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update Github_actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants