This release restructures the page layout for better usability and adds the ability to statically define workspaces in on-prem environments.
This release also contains a large number of additional bug fixes and improvements:
Infrastructure
- This release improves the
localdev
example setup for the Tenzir Platform. It now contains a Tenzir Node that is automatically connected to the local platform instance and a CLI container with admin permissions. Additionally, users of thelocaldev
setup are now granted admin permissions by default. - This release fixes a bug in the alerts API that causes configured alerts to be only activated after the next restart of the websocket gateway.
- The new
TENZIR_PLATFORM_METRICS_STORE_S3_BUCKET_NAME
variable can be set to a valid S3 bucket name. If set, the platform stores all pipeline metrics it receives from connected Tenzir Nodes into this bucket.
UI
- The URL format was changed and now contains the workspace id, making it easier to share Tenzir Platform URLs with other users. NOTE: There is no automatic redirect, so old pipeline share url will not work anymore.
- This release fixes the y-axis ticks for stacked area and bar charts.
- This release fixes rendering of blobs in the
Data.Blob
component. - This release adds BITZ and TQL as downloadable formats for events.
- This release fixes an issue where pie chart colors are sometimes incorrect in the dashboard.
CLI
- This release replaces the
--dry-run
option for thetenzir-platform admin add-auth-rule
commands with the newtenzir-platform tools print-auth-rule
commands. - The Tenzir Platform CLI now automatically authenticates using the client credentials flow when a client secret is provided as environment variable.
- The Tenzir Platform CLI now supports device code flow authentication for IdP’s without a complete verification URL (like Microsoft Entra)
Download the release on GitHub.