Networking Core Module Release v2.2.0
Welcome to the latest release of the Networking
module of SIGHUP Distribution
maintained by team SIGHUP by ReeVo.
This release updates the Calico package to the latest version available for new features, bug fixes and improved security and introduces compatibility with Kubernetes 1.32, exiting from tech preview.
Bug fixes 🐞
- None
Component Images 🚢
Component | Supported Version | Previous Version |
---|---|---|
cilium |
v1.17.2 |
No update |
ip-masq |
v2.8.0 |
No update |
tigera-operator |
v1.38.0 |
v1.36.5 |
Please refer the individual release notes to get detailed information on each release.
Breaking Changes 💔
- None
Update Guide 🦮
Tigera Operator: update process
- Deploy CRDs first:
kubectl apply --server-side -f ./katalog/tigera/operator/operator-crds.yaml
- Build kustomize and apply:
kustomize build katalog/tigera/on-prem | kubectl apply --server-side -f -