Skip to content

Release v1.28.3

Compare
Choose a tag to compare
@SIGHUP-C-3PO SIGHUP-C-3PO released this 28 Aug 16:42
· 404 commits to main since this release
808bc7f

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.