v1.5.0
Added:
- Allow injecting OS env vars into YAML files via custom !env tag (#70).
- Allow injecting OS env vars into
bitbucket.config
parameters (#69). - Handle HTTP 429 Too Many Requests errors (#64).
- Execute tests as GitHub workflows (#52, #53, #56).
Changed:
- The project is now tested on OTP versions 23-26, OTP 23 is the minimum supported version (#49, #65).
- Replaced
lager
with OTP'slogger
(#55). - Minor improvements in what messages are printed/logged (#49).
Fixed:
- Handle Bitbucket not preserving the order of access keys (#59).
- Avoid confusing WorkZone with lower case project names (#59).
Security:
- Do not log any settings at info level to avoid leaking secrets to the terminal (#66).