Skip to content

v1.5.0

Compare
Choose a tag to compare
@dszoboszlay dszoboszlay released this 05 Jul 18:03
· 27 commits to master since this release
07e9faa

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's logger (#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).