Skip to content

Releases: diggerhq/digger

v0.6.44

23 Sep 18:28
0720b5b
Compare
Choose a tag to compare

Important: Digger no longer automatically upgrades modules/providers with the --upgrade flag when initializing a project. To restore the old behaviour you can use the extra_args field to pass --upgrade in the plan/apply steps in digger.yaml (https://docs.digger.dev/ce/reference/digger.yml#example-using-all-keys).


What's Changed

  • Added include_patterns, exclude_patterns, workflow, iac_type, workspace to project by @ZIJ in #1709
  • Feat/add failure reason when run fails by @motatoes in #1711
  • fix job title for trigger apply, and also fix the command passed by @motatoes in #1712
  • Stop automatically upgrading module/provider versions by @kieranbrown in #1713
  • configure gonic to use sentry by @motatoes in #1717
  • Feat/improve error reporting fix npe and improve github installation handling by @motatoes in #1718
  • Fixes issues with AWSAssumeRole in Blocks for Terraform being passed in by @ben-of-codecraft in #1720

New Contributors

Full Changelog: v0.6.43...v0.6.44

vLatest

23 Sep 19:09
0720b5b
Compare
Choose a tag to compare
Fixes issues with AWSAssumeRole in Blocks for Terraform being passed …

…in (#1720)

* Fixes issues with AWSAssumeRole in Blocks for Terraform being passed in

v0.6.43

16 Sep 13:39
562a65c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.42...v0.6.43

v0.6.42

13 Sep 14:57
1bf28cf
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.41...v0.6.42

v0.6.41

12 Sep 16:38
@ZIJ ZIJ
e213714
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.39...v0.6.41

v0.6.40

05 Sep 15:34
3dcb219
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.39...v0.6.40

v0.6.39

03 Sep 13:46
3dbd67a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.38...v0.6.39

v0.6.38

29 Aug 11:13
a91951e
Compare
Choose a tag to compare

What's Changed

The main changes in this release are internal improvements and refactor of some tech debt within the cli to unify all the flows. We also avoid reading any diggerr.yml within the CLI to make the CLI executor more "dumb" and most of the logic lies in the orchestrator piece.

  • refactor out some pacakges to libs to avoid them improting from cli pkg by @motatoes in #1676
  • improve error reporting on the RunSpec function by @motatoes in #1679
  • eliminate usage of diggerconfig in comment updater provider by @motatoes in #1680
  • rely on variables spec within orchestrator, not on workflow config by @motatoes in #1681
  • feat/unify/runspec by @motatoes in #1683

Full Changelog: v0.6.37...v0.6.38

v0.6.37

21 Aug 17:09
1663902
Compare
Choose a tag to compare

What's Changed

  • ensure that the job refreshes after variables are saved by @motatoes in #1673
  • also delete repository when deletion event comes through by @motatoes in #1674
  • handle duplicate locks existing during unlock phase by @motatoes in #1675

Full Changelog: v0.6.36...v0.6.37

v0.6.36

19 Aug 15:36
4793549
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.35...v0.6.36