Releases: diggerhq/digger
Releases · diggerhq/digger
v0.6.50
What's Changed
- regenerate db models for next by @motatoes in #1788
- (Typo): Update README.md by @kaleaditya779 in #1778
- Fix #1776 by removing unnecessary conditional by @chavacava in #1777
- fix malformed struct tags by @chavacava in #1775
- Update variables.mdx by @yaarAdarsh in #1774
- chore(deps): update docker/login-action digest to 0689575 by @renovate in #1769
- Ensure workflow status failure if command fails in backendless mode by @minamijoyo in #1760
- Allow to use opentofu with generate_projects by @minamijoyo in #1757
- [experimental and enterprise beta] pulumi support in digger by @motatoes in #1790
- Dev-Feature: Improve Unit test output and address go-lang dependency cache misses on build by @ben-of-codecraft in #1750
New Contributors
- @kaleaditya779 made their first contribution in #1778
- @chavacava made their first contribution in #1777
- @yaarAdarsh made their first contribution in #1774
Full Changelog: v0.6.49...v0.6.50
v0.6.49
What's Changed
- run 'go mod tidy' in the cli directory to fix inconsistent vendoring by @johanneskastl in #1789
- use git shell by @motatoes in #1791
New Contributors
- @johanneskastl made their first contribution in #1789
Full Changelog: v0.6.48...v0.6.49
v0.6.48
v0.6.47
v0.6.46
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