This release fixes several bugs in the Tenzir Platform; from the Secret Store API to the way ephemeral node tokens are generated.
🔧 Changes
Section titled “🔧 Changes”Enable secrets in localdev example
Section titled “Enable secrets in localdev example”Dec 17, 2025 · @lava
Secrets are now enabled by default in the ‘localdev’ example deployment of the Tenzir Platform.
🐞 Bug Fixes
Section titled “🐞 Bug Fixes”Fix token generation for static workspaces
Section titled “Fix token generation for static workspaces”Dec 17, 2025 · @lava
Fixed a bug that caused static workspace tokens to include stray b’…’ characters, resulting in invalid node tokens.
Update the secret store CLI interface to align with the Platform API
Section titled “Update the secret store CLI interface to align with the Platform API”Dec 17, 2025 · @lava
The Tenzir Platform CLI was calling an outdated version of the secret store API, leading to unintended 404 errors. The CLI has been updated to use the latest version now.
Fixed internal server error when changing the default secret store
Section titled “Fixed internal server error when changing the default secret store”Dec 17, 2025 · @lava
Fixed an issue that could cause the Tenzir Platform API to return a 500 internal server error for certain parameters.