Skip to content

Release v1.13.0

Compare
Choose a tag to compare
@SIGHUP-C-3PO SIGHUP-C-3PO released this 06 May 18:30
· 91 commits to main since this release
21f5097

Networking Core Module Release 1.13.0

Welcome to the latest release of the Networking module of Kubernetes Fury Distribution maintained by team SIGHUP.

This is a minor release adding Cilium as a package! it also fixes the namespace where the Grafana dashboards are deployed and they get their own folder in Grafana's UI.

Component Images 🚢

Component Supported Version Previous Version
calico v3.25.0 No update
cilium v1.13.1 New Package
ip-masq v2.8.0 No update
tigera-operator v1.29.0 No update

Please refer the individual release notes to get detailed information on each release.

Update Guide 🦮

Process

From this version, you can start using Cilium as the CNI for a Kubernetes Fury on-premises cluster!

If you are upgrading from v1.12.2, there are no significant changes, you need to:

  1. delete the Grafana dashboard configmap:
kubectl delete configmap networking-grafana-dashboard -n default
  1. deploy as usual:
kustomize build katalog/calico | kubectl apply -f -
# OR
kustomize build katalog/tigera/on-prem | kubectl apply -f -
# OR
kustomize build katalog/cilium | kubectl apply -f -

If you are upgrading from previous versions, please refer to the v1.12.0 release notes.