Releases: diggerhq/digger
Releases · diggerhq/digger
v0.1.15
What's Changed
- fix: planstorage functionality by @fleroux514 in #222
Full Changelog: v0.1.14...v0.1.15
v0.1.14
What's Changed
- fix: prevent error about lock being acquired by the current PR by @fleroux514 in #216
Full Changelog: v0.1.13...v0.1.14
v0.1.13
What's Changed
- Configure Renovate by @renovate in #188
- fix: adding logic to validate if the PR must get merged by @fleroux514 in #183
- fix(deps): update module github.com/aws/aws-sdk-go to v1.44.254 by @renovate in #189
- chore(deps): update autero1/action-terragrunt action to v1.3.1 by @renovate in #190
- fix: change regex used to parse project names by @fleroux514 in #184
- fix(deps): update module github.com/google/go-github/v51 to v52 by @renovate in #198
- fix(deps): update module github.com/aws/aws-sdk-go to v1.44.255 by @renovate in #197
- fix: disable project unlock on apply default functionality by @fleroux514 in #199
- feat: verify no hanging locks from other PR's by @Spartakovic in #205
- chore: configure renovatebot by @fleroux514 in #208
- fix(deps): update module github.com/aws/aws-sdk-go to v1.44.257 by @renovate in #200
- feat: add env variable support by @Spartakovic in #209
New Contributors
Full Changelog: v0.1.12...v0.1.13
v0.1.12
Added: check-out a repo as part of action
v0.1.11
Added: Support for GCP storage of plans
v0.1.10
Added: packing other setup actions: aws, gcloud, terraform, terragrunt as part of this action
Added: Azure support for PR locking
Added: autogeneration of projects configuration based on file directory patterns
Added: support for storing plan artifacts and using them during apply stages
v0.1.9
provide default workflow config
v0.1.8
Support atlantis-like workflows
v0.1.7
- help command
- GCP support support and some fixes
v0.1.6
Merge pull request #84 from diggerhq/update-go-build-cmd Statically link digger app, so it can be executed in alpine docker image