Networking Core Module Release 2.0.0
Welcome to the latest release of the Networking
module of Kubernetes Fury Distribution
maintained by team SIGHUP.
This major release updates some components and adds support to Kubernetes 1.30 and 1.31
Component Images 🚢
Component | Supported Version | Previous Version |
---|---|---|
calico |
Package removed in favor of tigera-operator | v3.27.0 |
cilium |
v1.16.3 |
1.15.2 |
ip-masq |
v2.8.0 |
No update |
tigera-operator |
v1.36.1 |
v1.32.7 |
Please refer the individual release notes to get detailed information on each release.
Breaking Changes 💔
- Manifest calico installation has been removed in favour of the Tigera Operator. There is a migration guide.
Update Guide 🦮
Process
- Just deploy as usual:
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.17.0
release notes.