8000 Tags · infracost/terragrunt · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: infracost/terragrunt

Tags

v0.47.0

Toggle v0.47.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Go upgrade to 1.20 (gruntwork-io#2605)

* Upgrade to go 1.20

* Go 1.20 formatting update

v0.46.3

Toggle v0.46.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
gruntwork-io#2595 Fix for fetching reference value with slashes (grun…

…twork-io#2597)

* Disabled module path extraction from url ref

* Ref reconstruction

* Add tests for references with slashes

* Generic approach in concatenating paths

v0.46.2

Toggle v0.46.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: support git tag in `--terragrunt-source-map` option (gruntwork-…

…io#2586)

* feat: support git tag in `--terragrunt-source-map` option

* code improvement

* update comment

---------

Co-authored-by: Levko Burburas <levko.burburas@biptec.com>

v0.46.1

Toggle v0.46.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fixed reading of outputs during destroy (gruntwork-io#2589)

* Fix reading of outputs from modules with dependencies

* Add basic test for dependent modules

* Add integration test for outputs reading

* Test cleanup

* Naming convention update

v0.46.0

Toggle v0.46.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: redirecting stdout to stderr in hook commands (gruntwork-io#2587)

* fix: avoid redirecting the stdout output of hook commands to stderr

* fix test

* add `suppress_stdout` attr for ErrorHoook

---------

Co-authored-by: Levko Burburas <levko.burburas@biptec.com>

v0.45.18

Toggle v0.45.18's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: implement hclfmt diff output (gruntwork-io#2570)

* feat: implement hclfmt diff output

* feat: implement diff integration test

Catch diff function errors

Use native filepath.join function to avoid issues on Windows

Add diff function description

Update hclfmt docs

Signed-off-by: Mikhail Naletov <okgolove@markeloff.net>

* feat: use joinpath for finding expected diff

Signed-off-by: Mikhail Naletov <okgolove@markeloff.net>

* fix: remove extra slash

Signed-off-by: Mikhail Naletov <okgolove@markeloff.net>

* feat: improve diff

Remove names for returned values to keep code style

Handle diff generating error

Style improvements

Signed-off-by: Mikhail Naletov <okgolove@markeloff.net>

* feat: handle diff output error

Signed-off-by: Mikhail Naletov <okgolove@markeloff.net>

---------

Signed-off-by: Mikhail Naletov <okgolove@markeloff.net>

v0.45.17

Toggle v0.45.17's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: checking dependent modules in `destroy` command (gruntwork-io#2581)

* fix path_relative_to_include func

* fix unit test

* fix unit test

* fix detection of the child config

* fix read_terragrunt_config func

* fix downloadDir

* fix read_terragrunt_config path

* revert read-terragrunt-config func

* add integration test

* revert integration test

* update comment

* add unit test

* test unit improvements

* comment clarification

---------

Co-authored-by: Levko Burburas <levko.burburas@biptec.com>

v0.45.16

Toggle v0.45.16's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add support for Disable field in generate blocks (gruntwork-io#2497)

* Add support for Disable field in generate blocks

* add missing "disable" field for generate blocks in integration tests

* add a test case for when generate block disable=false

v0.45.15

Toggle v0.45.15's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Simplified source code locking/unlocking (gruntwork-io#2576)

v0.45.14

Toggle v0.45.14's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
gruntwork-io#2566 Update error message to include module directory (g…

…runtwork-io#2574)

* Add module path to exit error

* Update log error

* Updated tests for modle error

* Tests update
0