Skip to main content
Version: 1.28.6

Kubernetes Fury Distribution Release v1.28.3

Welcome to KFD release v1.28.3.

The distribution is maintained with ❤️ by the team SIGHUP it is battle tested in production environments.

New Features since v1.28.2

Installer Updates

No changes

Module updates

New features 🌟

  • AUTH configurable expiration: Now Dex can be configured to have a custom expiration for ID tokens and signing keys. An example configuration:

    ...
    auth:
    dex:
    expiry:
    signingKeys: "6h"
    idTokens: "24h"
    ...

Fixes 🐞

  • Ingress NGINX Controller: the updated version of the Ingress NGINX Controller fixes the CVE-2024-7646.

Upgrade procedure

Check the upgrade docs for the detailed procedure.