Skip to content

Releases: diggerhq/digger

v0.1.15

10 May 08:35
f2d4bf9
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.14...v0.1.15

v0.1.14

09 May 16:26
26c1b90
Compare
Choose a tag to compare

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

09 May 15:15
6185537
Compare
Choose a tag to compare

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

28 Apr 14:14
Compare
Choose a tag to compare

Added: check-out a repo as part of action

v0.1.11

28 Apr 11:52
2efa7e5
Compare
Choose a tag to compare

Added: Support for GCP storage of plans

v0.1.10

26 Apr 14:40
ecbc7b9
Compare
Choose a tag to compare

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

17 Apr 15:48
Compare
Choose a tag to compare
provide default workflow config

v0.1.8

14 Apr 10:11
62215d1
Compare
Choose a tag to compare

Support atlantis-like workflows

v0.1.7

04 Apr 17:06
7c91c73
Compare
Choose a tag to compare
  • help command
  • GCP support support and some fixes

v0.1.6

30 Mar 15:25
52bd5fd
Compare
Choose a tag to compare
Merge pull request #84 from diggerhq/update-go-build-cmd

Statically link digger app, so it can be executed in alpine docker image