Skip to content

Commit 663efb4

Browse files
committed
docs: Documenting fix in changelog
1 parent 80be6f7 commit 663efb4

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

docs/src/data/changelog/v1.0.1.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,12 @@ Dependents are now correctly discovered when units are discovered in worktrees.
9393

9494
A regression introduced in v0.99.4 caused `read_terragrunt_config()` to fail to parse `dependency` blocks in external configurations during stack execution. This is fixed by resetting parsing context fields that prevented proper evaluation of dependencies in configurations read by `read_terragrunt_config()`.
9595

96+
#### `get_original_terragrunt_dir()` now resolves correctly during dependency parsing
97+
98+
A regression introduced in `v1.0.0-rc3` caused `get_original_terragrunt_dir()` to return the dependent directory instead of the dependency's directory when parsing dependency configurations from a unit.
99+
100+
This broke configurations where a dependency's `read_terragrunt_config()` chain relied on `get_original_terragrunt_dir()` to locate sibling files. The fix introduces a dedicated `WithDependencyConfigPath` method that correctly resets the original config path when parsing a dependency as an independent unit.
101+
96102
#### Chained dependency with exposed include conversion fixed
97103

98104
Chaining dependencies with exposed includes no longer produces a spurious "Could not convert include to the execution ctx to evaluate additional locals" error during partial parsing.

0 commit comments

Comments
 (0)