Skip to content

Release v1.27.6

Compare
Choose a tag to compare
@SIGHUP-C-3PO SIGHUP-C-3PO released this 09 May 10:56
· 42 commits to main since this release
f2a210f

Kubernetes Fury Distribution Release v1.27.6

Welcome to KFD release v1.27.6.

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

New Features since v1.27.5

Core Module Updates

  • networking 📦 core module: v1.17.0
    • Updated calico to 3.27.3.
    • Updated tigera operator to 1.32.7.

Installer Updates

New features 🌟

  • New Airgap support: This version introduces a feature for the OnPremises provider that allows installing the distribution in air-gapped environments.
    You can adjust the parameters using .spec.kubernetes.advanced.airGap: <object>. An example configuration is:
spec:
  kubernetes:
    advanced:
      airGap:
        containerdDownloadUrl: **url-to-containerd**
        runcDownloadUrl: **url-to-runc**
        runcChecksum: sha256: **runc-checksum**
        etcdDownloadUrl: **url-to-etcd**
        dependenciesOverride:
          apt:
            name: k8s-1.27
            repo: ** example deb https://pkgs.k8s.io/core:/stable:/v1.27/deb/ /**
            gpg_key: **url-to-gpg-key**
            gpg_key_id: **gpg-key-id**
          yum:
            name: k8s-1.27
            repo: **yum-repo-url**
            gpg_key: **url-to-gpg-key**
            gpg_key_check: true
            repo_gpg_check: true
  • New field to specify python interpreter: This version introduces a new field to specify the python interpreter to be used by the ansible playbooks. You can adjust the parameter using .spec.kubernetes.advancedAnsible.pythonInterpreter: <string>:
spec:
  kubernetes:
    advancedAnsible:
      pythonInterpreter: python3

Fixes 🐞

  • Pomerium Logs: set log level to info by default, instead of debug.

Upgrade procedure

Check the upgrade docs for the detailed procedure.