Skip to content

Stratos v5.4.1

Latest

Choose a tag to compare

@github-actions github-actions released this 27 Aug 21:19
· 74 commits to develop since this release

Features

  • The Sign Out button in the side navigation can now be hidden with
    HIDE_NAV_LOGOUT=true, or console.ui.hideNavLogout on 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 with AUTH_ENDPOINT_TYPE=none grants the
    stratos.noauth scope, 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 listed main, develop and angular** 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 before main: 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 that GOTOOLCHAIN=auto does not help —
    it only ever upgrades, so a newer installed toolchain wins over the
    go 1.26.3 directive in go.mod; build with
    GOTOOLCHAIN=go1.26.3+auto. Released binaries are unaffected, as CI
    builds this line with Go 1.26.