Features
- The Sign Out button in the side navigation can now be hidden with
HIDE_NAV_LOGOUT=true, orconsole.ui.hideNavLogouton the Helm
chart. It is presentation only — the user menu in the page header
keeps its own Sign Out, so the ability to log out is unchanged.
Bug Fixes
- The side navigation no longer offers Sign Out when there is no session
to end. Running withAUTH_ENDPOINT_TYPE=nonegrants the
stratos.noauthscope, which the page header has always honoured; the
side navigation ignored it and showed the button anyway. - Pull requests targeting a
release/*branch now run the full test suite.
The workflow triggers listedmain,developandangular**only, so a
release line got no checks at all — pushes to it are gated too.
Chores
- Build this release line with Go 1.26. Under Go 1.27 jetstream compiles
cleanly and then panics beforemain: the unmaintained
SermoDigital/jose, reached through the CF CLI, registers an invalid
hash id from an init function. The forked dependency that fixes this
is on the 5.5 line only. Note thatGOTOOLCHAIN=autodoes not help —
it only ever upgrades, so a newer installed toolchain wins over the
go 1.26.3directive ingo.mod; build with
GOTOOLCHAIN=go1.26.3+auto. Released binaries are unaffected, as CI
builds this line with Go 1.26.