Skip to content

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

Replace tenant_manager/ path with platform_api/ in example configs

Section titled “Replace tenant_manager/ path with platform_api/ in example configs”

Dec 16, 2025 · @lava · #13

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.

Last updated: