# Tenzir Platform v1.22.0

This release includes a variety of UI improvements and bugfixes, as well as a new configuration option for working with external OIDC providers.

## 🚀 Features

### Navbar Styling Improvements

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

We refreshed the navbar with subtle visual updates, including rounded edges and other minor styling adjustments for a cleaner look.

### Compact Explorer Table

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

We made the Explorer table more compact, allowing you to see more rows within the same space.

### Add optional jwks\_uri configuration for OIDC issuers

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

The new optional `jwks_uri` field for the `TENZIR_PLATFORM_OIDC_TRUSTED_AUDIENCES` configuration can be used to support for identity providers that don’t publish discovery documents.

For example, when using Google IAP, a configuration value like this can be used:

```plaintext
{
    "issuer": "https://cloud.google.com/iap",
    "audiences": ["your-audience"],
    "jwks_uri": "https://www.gstatic.com/iap/verify/public_key-jwk"
}
```

## 🐞 Bug Fixes

### Fixed incorrect labels in the activity chart

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

We fixed an issue where some pipelines in the detailed activity chart were incorrectly labeled as “Ingress/Egress.” They now show the correct direction as “From node” or “To node.”

### Editor Text Visibility Fixes

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

We fixed an issue where text near the bottom of the editor was sometimes hidden, making all content clearly visible again.

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

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