# Tenzir Platform v1.19.1

This release fixes several bugs in the Tenzir Platform; from the Secret Store API to the way ephemeral node tokens are generated.

## 🔧 Changes

### Enable secrets in localdev example

Dec 17, 2025 · [@lava](https://github.com/lava)

Secrets are now enabled by default in the ‘localdev’ example deployment of the Tenzir Platform.

## 🐞 Bug Fixes

### Fix token generation for static workspaces

Dec 17, 2025 · [@lava](https://github.com/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

Dec 17, 2025 · [@lava](https://github.com/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

Dec 17, 2025 · [@lava](https://github.com/lava)

Fixed an issue that could cause the Tenzir Platform API to return a 500 internal server error for certain parameters.

[ Download on GitHub ](https://github.com/tenzir/platform/releases/tag/v1.19.1)

[Get the release artifacts and source code.](https://github.com/tenzir/platform/releases/tag/v1.19.1)