Skip to main content
Version: 1.23.X

Kubernetes Fury Distribution Release v1.23.2

Welcome to the KFD release v1.23.2. This is a patch release fixing bugs in all the core modules.

The team has been working to make the release upgrade as simple as possible, so read carefully the upgrade path of each core module listed below along with the upgrade path of the distribution.

This distribution is maintained with ❤️ by the team SIGHUP, and is battle tested in production environments.

New Features since v1.23.1

Core Module Updates

  • networking 📦 core module: v1.8.2 -> v1.9.0
    • Update [Calico] from version 3.21.3 to 3.23.2.
  • monitoring 📦 core module: v1.14.1 -> v1.14.2
    • Bugfix on [x509-exporter]
  • logging 📦 core module: v1.10.2 -> v1.10.3
    • Update [fluent-bit] from version 1.8.10 to 1.9.5.
  • ingress 📦 core module: v1.12.2 -> v1.12.2
    • No updates
  • dr 📦 core module: v1.9.2 -> v1.9.2
    • No updates
  • OPA 📦 core module: v1.6.2 -> v1.6.2
    • No updates

Please refer the individual release notes for detailed information

Upgrade path

From this version, we are introducing the new versioning system, see the versioning documentation file to know more about the new versioning scheme of the distribution and the upgrade path.

Katalog Procedure

To upgrade the distribution from v1.22.x to v1.23.2, you need to download this new version, vendor the dependencies, finally applying the kustomize project.

furyctl vendor -H
kustomize build . | kubectl apply -f -

NOTE: The upgrade takes some minutes (depends on the cluster size), and you should expect some downtime during the upgrade process.