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
- @kieranbrown made their first contribution in #1713
Full Changelog: v0.6.43...v0.6.44