• v0.12.10 4e2bedc660

    v0.12.10 Stable

    gitea_admin released this 2026-07-01 13:54:26 +00:00 | 89 commits to main since this release

    Fixed

    • GetCurrentNamespace: bytes.Trim(b, " ") only stripped ASCII spaces, so the
      trailing newline in /var/run/secrets/kubernetes.io/serviceaccount/namespace
      survived and produced a corrupt namespace (e.g. "openbao-platform\n") that
      broke every downstream lookup. Switched to bytes.TrimSpace, which strips all
      leading/trailing whitespace (spaces, tabs, and newlines), plus a regression
      test asserting a trailing-newline input trims clean.
    Downloads