Releases: diggerhq/digger
vee-drift-as-issues
issue number, github prints
v0.4.6
What's Changed
Full Changelog: v0.4.5...v0.4.6
v0.4.5
What's Changed
Full Changelog: v0.4.4...v0.4.5
v0.4.4
v0.4.3
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
- implementation of aggregate status checks by @motatoes in #1150
- supporting reporting to bitbucket + jenkins as a ci system by @motatoes in #1132
- add base64 encoding for private key by @motatoes in #1188
- bugfix: erronous arn in aws oidc documentation by @haraldsk in #1212
- multiarch releases for cli by @motatoes in #1214
New Contributors
Full Changelog: v0.4.2...v0.4.3
v0.4.2
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
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
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
What's Changed
Full Changelog: v0.3.26...v0.3.27
v0.3.26
What's Changed
Full Changelog: v0.3.24...v0.3.26