Skip to content

Commit

Permalink
Update dependency gruntwork-io/terragrunt to v0.67.0 (#103)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[gruntwork-io/terragrunt](https://togithub.com/gruntwork-io/terragrunt)
| minor | `v0.66.9` -> `v0.67.0` |
|
[gruntwork-io/terragrunt](https://togithub.com/gruntwork-io/terragrunt)
| minor | `0.66.9` -> `0.67.0` |

---

### Release Notes

<details>
<summary>gruntwork-io/terragrunt (gruntwork-io/terragrunt)</summary>

###
[`v0.67.0`](https://togithub.com/gruntwork-io/terragrunt/releases/tag/v0.67.0)

[Compare
Source](https://togithub.com/gruntwork-io/terragrunt/compare/v0.66.9...v0.67.0)

#### Updated CLI args, config attributes and blocks

- `--terragrunt-forward-tf-stdout`
([docs](https://terragrunt.gruntwork.io/docs/reference/cli-options/#terragrunt-forward-tf-stdout))
- `--terragrunt-disable-log-formatting`
([docs](https://terragrunt.gruntwork.io/docs/reference/cli-options/#terragrunt-disable-log-formatting))

#### Breaking Changes

-
[--terragrunt-include-module-prefix](https://terragrunt.gruntwork.io/docs/reference/cli-options/#terragrunt-include-module-prefix)
flag is deprecated, use
[--terragrunt-forward-tf-stdout](https://terragrunt.gruntwork.io/docs/reference/cli-options/#terragrunt-forward-tf-stdout)
instead

#### What's Changed

- feat: Adding `wsl` lint by
[@&#8203;yhakbar](https://togithub.com/yhakbar) in
[https://github.com/gruntwork-io/terragrunt/pull/3351](https://togithub.com/gruntwork-io/terragrunt/pull/3351)
- feat: Engine documentation update by
[@&#8203;denis256](https://togithub.com/denis256) in
[https://github.com/gruntwork-io/terragrunt/pull/3355](https://togithub.com/gruntwork-io/terragrunt/pull/3355)
- feat: Adding strict lint by
[@&#8203;yhakbar](https://togithub.com/yhakbar) in
[https://github.com/gruntwork-io/terragrunt/pull/3348](https://togithub.com/gruntwork-io/terragrunt/pull/3348)
- feat: Split out unessential jobs by
[@&#8203;yhakbar](https://togithub.com/yhakbar) in
[https://github.com/gruntwork-io/terragrunt/pull/3357](https://togithub.com/gruntwork-io/terragrunt/pull/3357)
- feat: Adding `thelpher` and `wastedassign` lints by
[@&#8203;yhakbar](https://togithub.com/yhakbar) in
[https://github.com/gruntwork-io/terragrunt/pull/3352](https://togithub.com/gruntwork-io/terragrunt/pull/3352)
- fix: Updating docs 'Reading from other HCL files' by
[@&#8203;riccalioliojr](https://togithub.com/riccalioliojr) in
[https://github.com/gruntwork-io/terragrunt/pull/3361](https://togithub.com/gruntwork-io/terragrunt/pull/3361)
- feat: Log improvements by
[@&#8203;levkohimins](https://togithub.com/levkohimins) in
[https://github.com/gruntwork-io/terragrunt/pull/3338](https://togithub.com/gruntwork-io/terragrunt/pull/3338)

Old Terragrunt log:

![old-logs](https://togithub.com/user-attachments/assets/3cd5b8b1-ffe9-4002-a288-6ab333b6c174)

New Terragrunt log:

![new-logs](https://togithub.com/user-attachments/assets/0d30fd20-0360-47e2-9f5e-1db9f62d22d6)

#### New Contributors

- [@&#8203;riccalioliojr](https://togithub.com/riccalioliojr) made their
first contribution in
[https://github.com/gruntwork-io/terragrunt/pull/3361](https://togithub.com/gruntwork-io/terragrunt/pull/3361)

**Full Changelog**:
gruntwork-io/terragrunt@v0.66.9...v0.67.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **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.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/akrantz01/homelab).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4yNi4xIiwidXBkYXRlZEluVmVyIjoiMzguNTYuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 28, 2024
1 parent 6a8d3aa commit 1aef493
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ env:
# renovate: datasource=github-releases packageName=opentofu/opentofu
OPENTOFU_VERSION: 1.8.1
# renovate: datasource=github-releases packageName=gruntwork-io/terragrunt
TERRAGRUNT_VERSION: 0.66.9
TERRAGRUNT_VERSION: 0.67.0
WORKING_DIRECTORY: terraform

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ env:
# renovate: datasource=github-releases packageName=opentofu/opentofu
OPENTOFU_VERSION: 1.8.1
# renovate: datasource=github-releases packageName=gruntwork-io/terragrunt
TERRAGRUNT_VERSION: v0.66.9
TERRAGRUNT_VERSION: v0.67.0

jobs:
terraform:
Expand Down

0 comments on commit 1aef493

Please sign in to comment.