Skip to content

Releases: diggerhq/digger

vee

05 Jun 16:07
Compare
Choose a tag to compare
vee
fix drift notification provider

v0.5.0

03 Jun 15:24
97f8ce0
Compare
Choose a tag to compare

Breaking change from v0.4.x due to the introduction of an extra parameter to github actions workflow called run_name. In order to upgrade from previous version to v0.5.0 please ensure to add the parameter to your workflow file:

on:
  workflow_dispatch:
  inputs:
    id:
      description: 'run identifier'
      required: false
    job:
      required: true
    comment_id:
      required: true
    run_name:
      required: false

run-name: '${{inputs.run_name}}'

This will make the action runs in the actions tab to appear with meaningfuil titles instead of a static title

What's Changed

Full Changelog: v0.4.39...v0.5.0

v0.4.39

31 May 11:30
084e528
Compare
Choose a tag to compare

What's Changed

  • fix opentofu loading with orchestrator by @motatoes in #1536
  • add tests to ensure fields in job and JobJson are matching by @motatoes in #1537

Full Changelog: v0.4.38...v0.4.39

v0.4.38

30 May 16:30
e43db33
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.37...v0.4.38

v0.4.37

30 May 11:38
40a31d0
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.36...v0.4.37

v0.4.36

29 May 10:23
841e628
Compare
Choose a tag to compare

What's Changed

  • improvements to render group sourcing by @motatoes in #1509
  • Added in Region for AWS aws_role_to_assume on project config in digger.yml by @ben-of-codecraft in #1492
  • pass the right command when user comments digger -p xyz by @motatoes in #1512
  • support executionOrderGroup flag for terragrunt generation by @motatoes in #1511

Full Changelog: v0.4.35...v0.4.36

v0.4.35

27 May 17:06
@ZIJ ZIJ
0f1f928
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.34...v0.4.35

v0.4.34

23 May 11:23
5b4f4e5
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.33...v0.4.34

v0.4.33

22 May 10:20
@ZIJ ZIJ
7199f7e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.31...v0.4.33

v0.4.32

20 May 19:15
Compare
Choose a tag to compare
  • Fix dgctl build

Full Changelog: v0.4.31...v0.4.32