Skip to content

Commit

Permalink
Update dependency gruntwork-io/terragrunt to v0.63.4 (#81)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[gruntwork-io/terragrunt](https://togithub.com/gruntwork-io/terragrunt)
| patch | `v0.63.2` -> `v0.63.4` |
|
[gruntwork-io/terragrunt](https://togithub.com/gruntwork-io/terragrunt)
| patch | `0.63.2` -> `0.63.4` |

---

### Release Notes

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

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

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

#### What's Changed

- 3274 - fix: Include nothing when value for `terragrunt-include-dir`
doesn't exist on the filesystem by
[@&#8203;yhakbar](https://togithub.com/yhakbar) in
[https://github.com/gruntwork-io/terragrunt/pull/3286](https://togithub.com/gruntwork-io/terragrunt/pull/3286)

**Full Changelog**:
gruntwork-io/terragrunt@v0.63.3...v0.63.4

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

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

#### Description

-   Updated links to provider caching
- Fix generation of cliconfig `provider_installation` block used for
provider caching

#### Related links

-
[https://github.com/gruntwork-io/terragrunt/pull/3282](https://togithub.com/gruntwork-io/terragrunt/pull/3282)
-
[https://github.com/gruntwork-io/terragrunt/pull/3280](https://togithub.com/gruntwork-io/terragrunt/pull/3280)

**Full Changelog**:
gruntwork-io/terragrunt@v0.63.2...v0.63.3

</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://www.mend.io/free-developer-tools/renovate/). View the
[repository job
log](https://developer.mend.io/github/akrantz01/homelab).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MzguMCIsInVwZGF0ZWRJblZlciI6IjM3LjQzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 23, 2024
1 parent 81328b7 commit e801867
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.7.3
# renovate: datasource=github-releases packageName=gruntwork-io/terragrunt
TERRAGRUNT_VERSION: 0.63.2
TERRAGRUNT_VERSION: 0.63.4
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.7.3
# renovate: datasource=github-releases packageName=gruntwork-io/terragrunt
TERRAGRUNT_VERSION: v0.63.2
TERRAGRUNT_VERSION: v0.63.4

jobs:
terraform:
Expand Down

0 comments on commit e801867

Please sign in to comment.