Releases: diggerhq/digger
Releases · diggerhq/digger
v0.5.2
v0.5.1
What's Changed
- chore(actions): Updated to address set-output warning and support private repos by @ben-of-codecraft in #1556
- use the common ci backend interface by @motatoes in #1559
- [ee] buildkite ci backend in ee by @motatoes in #1563
- [ee] add license checker for ee licenses by @motatoes in #1564
Full Changelog: v0.5.0...v0.5.1
vee
v0.5.0
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
- perform unlock on pr converted to draft by @motatoes in #1539
- fix github setup callback page by @motatoes in #1544
- dont use tofu wrapper script by @motatoes in #1545
- Create latest_tag by @motatoes in #1548
- Docs: run-name workflow input by @ZIJ in #1549
- add additional inputs for dynamic names by @motatoes in #1543
Full Changelog: v0.4.39...v0.5.0
v0.4.39
v0.4.38
v0.4.37
v0.4.36
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
What's Changed
- tf-summarize to comment on plan by @larhauga in #1497
- conditional reporting of terraform output based on render mode by @motatoes in #1502
- move reporting to a lib by @motatoes in #1503
- locations to projects by @motatoes in #1504
- Update comments in group by source render mode by @motatoes in #1507
Full Changelog: v0.4.34...v0.4.35