Skip to content

Releases: coveooss/terragrunt

v2.7.7

22 Apr 15:10
afae841

Choose a tag to compare

Changelog

  • afae841 Merge pull request #345 from coveooss/ci/pull-full-history-on-release
  • 6219d68 Pull all commits when doing a tag

v2.7.5

24 Feb 18:29
aa2dcc6

Choose a tag to compare

What's Changed

  • Stagger module workers start by @pballandras in #306
  • Bump github.com/mitchellh/mapstructure from 1.4.1 to 1.4.3 by @dependabot in #293
  • Bump github.com/aws/aws-sdk-go-v2/config from 1.4.1 to 1.13.1 by @dependabot in #305
  • Bump github.com/zclconf/go-cty from 1.9.0 to 1.10.0 by @dependabot in #300
  • Bump github.com/fatih/color from 1.12.0 to 1.13.0 by @dependabot in #292
  • Bump github.com/aws/aws-sdk-go-v2/service/ssm from 1.7.0 to 1.20.0 by @dependabot in #301
  • Bump github.com/aws/aws-sdk-go-v2/service/dynamodb from 1.4.0 to 1.13.0 by @dependabot in #295

New Contributors

Full Changelog: v2.7.4...v2.7.5

v2.7.4

04 Feb 14:57
25369d2

Choose a tag to compare

What's Changed

  • Fix the worker init wait time before running any *-all command by @pballandras in #290
  • DT-4467 // New "no changes" string in terraform v1.0.2? by @jonapich in #303

Full Changelog: v2.7.3...v2.7.4

v2.7.3

16 Dec 18:53
b1dc3b0

Choose a tag to compare

Changelog

New Contributors

Full Changelog: v2.7.2...v2.7.3

v2.7.2

13 Dec 17:50
047b20d

Choose a tag to compare

Changelog

  • 047b20d Merge pull request #288 from coveooss/DT-4364/measure-hook-duration
  • 21c1e9f Ignore .out files generated by test fixtures
  • deaa2df Integrate hook type init into the init loop for extensions
  • 05cebd1 Test hook types and initialize them in a safer spot
  • 742527e Panic instead of returning jank when converting HookType to string
  • 21a23ba Show hook type when logging about it

v2.7.1

25 Nov 19:19
6432080

Choose a tag to compare

Changelog

362f81c Build macOS ARM binaries + update goreleaser (#287)
da27cd5 Update README.md (#284)

v2.7.0

08 Jul 13:10

Choose a tag to compare

Changelog

70197b5 Ignore terraform lock files
9ec7acd Support terrafrom 1.0 (#283)
daea0d4 Upgrade to GitHub-native Dependabot (#280)
0d973e9 Merge pull request #282 from coveooss/feature/bring-back-codecov
566b421 Bring back Codecov
d1d155c Delete main.yml
85ac4c5 Merge pull request #281 from coveooss/temp/dblanchette-workflow
9d5bab9 Update main.yml
f9538e2 Create main.yml
0ede961 Remove codecov

v2.6.2

11 Mar 19:01
042b090

Choose a tag to compare

Changelog

042b090 Fix issue where transitive dependencies were required even if ignored (#279)

v2.6.1

23 Feb 12:24
b43c67b

Choose a tag to compare

Changelog

b43c67b Do not log error for failed commands (#278)

v2.6.0

21 Jan 01:59
7574c82

Choose a tag to compare

Changelog

7574c82 Add configuration block that allows you to export the config (#272)
4179d2e Upgrade versions