Releases: diggerhq/digger
v0.6.45
What's Changed
- Stop automatically upgrading module/provider versions by @kieranbrown in #1713
- Add issues: read permissions to docs by @minamijoyo in #1735
- Expose the github app creation wizard by @motatoes in #1768
- Use DIGGER_GITHUB_HOSTNAME env var for job links by @ZIJ in #1771
- Add skip_merge_check option to workflow configuration by @ben-of-codecraft in #1721
- Enhance validate.go by @Innovatorcloudy in #1772
New Contributors
- @kieranbrown made their first contribution in #1713
- @minamijoyo made their first contribution in #1735
- @Innovatorcloudy made their first contribution in #1772
Full Changelog: v0.6.43...v0.6.45
v0.6.44
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
v0.6.43
v0.6.42
v0.6.41
v0.6.40
What's Changed
- hardcode a non-existent issue to avoid silent failures by @motatoes in #1689
- support project branch option by @motatoes in #1690
- Fix issue in team that by @motatoes in #1691
- add gitlab docs by @motatoes in #1694
- support cron scheduling by @motatoes in #1695
- ensure external_id is unique by @motatoes in #1696
Full Changelog: v0.6.39...v0.6.40
v0.6.39
What's Changed
- use correct installation id for queue item by @motatoes in #1684
- refresh job token before triggering job by @motatoes in #1685
- add drift detection internal endpoint by @motatoes in #1686
- rely on callback for changes to app (not webhooks) to avoid race conditions by @motatoes in #1687
- fetch org from db by @motatoes in #1688
Full Changelog: v0.6.38...v0.6.39
v0.6.38
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