Skip to content

Releases: diggerhq/digger

vee-drift-as-issues

04 Mar 17:28
Compare
Choose a tag to compare
issue number, github prints

v0.4.6

28 Feb 17:50
f6e74e9
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.5...v0.4.6

v0.4.5

27 Feb 15:43
a84d7da
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.4...v0.4.5

v0.4.4

27 Feb 15:24
@ZIJ ZIJ
7991ec4
Compare
Choose a tag to compare

What's Changed

  • Fix terragrunt version syntax by @ZIJ in #1216

Full Changelog: v0.4.3...v0.4.4

v0.4.3

27 Feb 12:11
5e06e64
Compare
Choose a tag to compare

Note for selfhosted backend upgrading from previous verions

We ar removing GITHUB_APP_PRIVATE_KEY and replacing it with GITHUB_APP_PRIVATE_KEY_BASE64 which is the base64 encoded value of the same. If you would like to convert your env variable you can use base64 utility in terminal:

# From PEM file
$ base64 -w0 gh-app-key.pem


# Setting environment variable and echoing (NOTE: Quotation marks around variable - "$myvar" - is important for preserving linebreak characters when echoing)
$ myvar='-----BEGIN RSA PRIVATE KEY-----
123ABC
-----END RSA PRIVATE KEY-----'
$ echo "$myvar" | base64 -w0

# setting
GITHUB_APP_PRIVATE_KEY_BASE64=LS0tLS1CRUdJTiBSU...

What's Changed

New Contributors

Full Changelog: v0.4.2...v0.4.3

v0.4.2

22 Feb 12:49
@ZIJ ZIJ
2bf588f
Compare
Choose a tag to compare

What's Changed

IMPORTANT: the flag to disable telemetry is now called TELEMETRY (previously was called COLLECT_USAGE_DATA)
If you are upgrading from an older version and wish to disable telemetry, you need to change the name of the flag.

We have also added a docs page how to disable telemetry: https://docs.digger.dev/howto/disable-telemetry

Full Changelog: v0.4.1...v0.4.2

v0.4.1

16 Feb 17:11
1724aae
Compare
Choose a tag to compare

What's Changed

Note: The digger.yml flag collect_usage_data has been deprecated in CE as of this release. For more information see Issue: #1154

Full Changelog: v0.4.0...v0.4.1

v0.4.0

15 Feb 19:18
@ZIJ ZIJ
d6ea360
Compare
Choose a tag to compare

What's Changed

  • Upload artifacts as separate ZIPs as each step completes; use digger-generated PR numbers instead of passing via action by @motatoes in #1159
  • Terraform show for plan storage to convert it to json by @motatoes in #1163

Full Changelog: v0.3.26...v0.4.0

v0.3.27

13 Feb 12:16
a98a2e5
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.26...v0.3.27

v0.3.26

12 Feb 17:44
e367388
Compare
Choose a tag to compare

What's Changed

  • handle case when plan did not run due to locking gracefully by @motatoes in #1144

Full Changelog: v0.3.24...v0.3.26