# Tenzir Platform v1.17.0

This release fixes the display of example pipelines in packages.

## 🚀 Features

### Add a new “Other” tab to the node provisioning screen

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

### Custom OIDC sign-in request params

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

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

### Fixed the examples not loading in the Explorer

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

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

We fixed an issue where the default value 0 in package inputs was incorrectly shown as an empty field.

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

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