v0.0.40
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
- wip oidc research by @robbert229 in #361
- Fix up state version output API by @leg100 in #422
- Move everything into internal pkg by @leg100 in #423
- feat: terraform login protocol by @leg100 in #424
- Fix workspace access for unprivileged user by @leg100 in #435
- chore: embed team ID in workspace policy by @leg100 in #436
- feat: notification configurations by @leg100 in #428
- refactor: events by @leg100 in #437
- Bump default terraform version
Full Changelog: v0.0.39...v0.0.40