Skip to content

12.3.2

Latest
Compare
Choose a tag to compare
@rra rra released this 09 Jan 22:36
· 16 commits to main since this release
12.3.2
614aab9

Bug fixes

  • Pass multiple delegate scopes to the /auth route by repeating the delegate_scope query parameter instead of passing a comma-separated list as a single value. ingress-nginx 4.12.0 no longer allows % in the auth-url annotation and , was not initially allowed, and this matches how scope was handled.

What's Changed

  • DM-48326: Avoid commas in generated auth-url annotation by @rra in #1204
  • DM-48326: Convert state handling to Pydantic models by @rra in #1205
  • DM-48326: Serialize /auth parameters in model order by @rra in #1206
  • Prepare 12.3.2 release by @rra in #1207

Full Changelog: 12.3.1...12.3.2