# Tenzir Platform v1.25.1

This patch release fixes an issue with default filesystem paths in the Tenzir Platform docker containers for Sovereign Edition users.

## 🔧 Changes

### Replace tenant\_manager/ path with platform\_api/ in example configs

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

We switched the docker images used by our example setups from one combined `tenzir/platform` image for both the Tenzir Platform API and the Tenzir Gateway to use separate images `tenzir/platform-api` and `tenzir/platform-gateway`.

⚠️ **NOTE**: We continue building and uploading the combined `tenzir/platform` image, although we recommend switching to the new images. Due to an internal CI issue, for versions `v1.24.0` and `v1.25.0` it is necessary to change the configured command from `tenant_manager/*` to `platform_api/*`, for example `tenant_manager/rest/server/local.py` becomes `platform_api/rest/server/local.py`. We recommend skipping these versions if possible.

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

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