Added
- UI: Login via OIDC ui #41
- UI: Validate distribution percentages ui #37
- New
auth.ExpireAuthenticationSelf
endpoint to expire a user's own authentication #1279
Fixed
- Setting Authentication cookies on localhost #1274
- Panic in
/meta
endpoints when Authentication was required but not present #1277 - Don't set empty CSRF cookie #1280
- Bootstrapping command in mage #1281
- Removed duplicate shutdown log #1282
Changed
- Dev: Switched from Task to Mage #1273
- Authentication metadata structure changed to JSON object #1275
- Dev: Make developing the UI easier by proxying
:8080
to vite #1278 - Dependency updates
What's Changed
- chore: rm branch from post release workflows by @markphelps in #1272
- chore: switch from Task to Mage by @markphelps in #1273
- chore: update auth method metadata structure by @markphelps in #1275
- fix: auth/cookie fixes for OIDC login by @markphelps in #1274
- fix(meta): remove
runtime.HttpBodyMarshaler
from gateway stack by @GeorgeMac in #1277 - chore: make UI dev easier by @markphelps in #1278
- fix(csrf): dont attempt to create CSRF token when key is not defined by @GeorgeMac in #1280
- feat: auth expire self / logout by @markphelps in #1279
- fix: mage bootstrap command by @markphelps in #1281
- chore: rm duplicate grpc shutdown log by @markphelps in #1282
- feat(github): trigger update helm charts on post release by @GeorgeMac in #1287
Full Changelog: v1.17.1...v1.18.0