This release fixes the display of example pipelines in packages.
🚀 Features
Section titled “🚀 Features”Add a new “Other” tab to the node provisioning screen
Section titled “Add a new “Other” tab to the node provisioning screen”Dec 17, 2025 · @gitryder
After creating a Node, the Tenzir UI now has an additional “other” tab next to the existing “docker” and “linux” options. This tab shows that Node’s Tenzir Token directly, making deployment in cloud environments more convenient.
🔧 Changes
Section titled “🔧 Changes”Custom OIDC sign-in request params
Section titled “Custom OIDC sign-in request params”Dec 17, 2025 · @tobim
You can now use the environment variable EXTRA_OIDC_REQUEST_PARAMS to set custom query parameters with the sign-in requests that get sent to the OIDC provider. This is useful for configuring the endpoint’s behavior through provider specific options.
Print better error message for audience mismatch
Section titled “Print better error message for audience mismatch”Dec 17, 2025 · @lava
The error message emitted by the platform on an audience mismatch in a supplied JWT now mentions the expected and provided audiences. (unless the provided audience contains non-url-safe characters)
🐞 Bug Fixes
Section titled “🐞 Bug Fixes”Fixed the examples not loading in the Explorer
Section titled “Fixed the examples not loading in the Explorer”Dec 17, 2025 · @gitryder
We fixed an issue that prevented examples from loading in the examples pane of the Explorer tab. They now appear as expected.
Fixed 0 showing as empty in package inputs
Section titled “Fixed 0 showing as empty in package inputs”Dec 17, 2025 · @gitryder
We fixed an issue where the default value 0 in package inputs was incorrectly shown as an empty field.