Skip to content

v0.0.40

Compare
Choose a tag to compare
@github-actions github-actions released this 17 May 14:22
· 306 commits to master since this release

Breaking Changes

  • Required flag --secret now only accepts a hex-encoded 16 byte value. Because you'll very likely need to change your existing secret to meet this requirement, and the secret is used to sign authentication tokens, you'll most likely need to re-generate any user API tokens or agent tokens, and you'll be asked to re-login to the UI. See docs.

Major changes

  • OIDC login now supported for the UI. See docs. Thanks to @robbert229.
  • Run notifications: initial support for slack and GCP pub/sub. See docs.
  • terraform login now uses the terraform login protocol: you no longer need to copy and paste the token into the terminal.
  • terraform output is now supported.

What's Changed

Full Changelog: v0.0.39...v0.0.40