-
v0.12.10 Stable
released this
2026-07-01 13:54:26 +00:00 | 89 commits to main since this releaseFixed
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 tobytes.TrimSpace, which strips all
leading/trailing whitespace (spaces, tabs, and newlines), plus a regression
test asserting a trailing-newline input trims clean.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads