Releases: diggerhq/digger
Releases · diggerhq/digger
v0.1.21
Update CONTRIBUTING.md to include our release process (#293) * include our release process (#293)
v0.1.20
What's Changed
- feat: delete outdated plans by @Spartakovic in #279
- Update description by @ZIJ in #282
- Fix bug in regex: select last match by @motatoes in #284
Full Changelog: v0.1.19...v0.1.20
v0.1.19
What's Changed
- feat: add support for checkov by @fleroux514 in #267
Full Changelog: v0.1.18...v0.1.19
v0.1.18
What's Changed
- fix: check plan storage before deletion by @Spartakovic in #244
- feat: support choosing shell for run scripts by @Spartakovic in #251
- fix: post error content in PR comment when apply cmd fails by @fleroux514 in #249
- fix: auto-merge logic when apply is executed with no specific project by @fleroux514 in #248
- Add gitlab CI by @veziak in #220
- fix build by @veziak in #255
- fix: change CIService.IsMergeable() signature and github implementation by @fleroux514 in #257
- fix(deps): update module github.com/aws/aws-sdk-go to v1.44.263 by @renovate in #256
- feat: run command in working dir by @Spartakovic in #261
- change logic around deciding when to merge PR by @Spartakovic in #252
- Update README.md by @UtpalJayNadiger in #265
- rename PRManager to CIService by @veziak in #264
- some fixes to aws/dynamo_locking.go by @veziak in #258
- fix typo: PlanStage -> PlanStorage by @Spartakovic in #268
New Contributors
- @UtpalJayNadiger made their first contribution in #265
Full Changelog: v0.1.17...v0.1.18
v0.1.17
Changelog:
- Fixing of bug to show terraform outputs of plan/apply in PR comments
- Fixing of ResourceNotFound Exception bug during first apply of terraform in AWS account (wait for DynamoDB Creation)
- Fixing of GCP storage plan retrieval bug
v0.1.16
Update banner image (#232)
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