Skip to content

Release v2.2.0

Latest
Compare
Choose a tag to compare
@SIGHUP-C-3PO SIGHUP-C-3PO released this 19 May 12:45
3b0115d

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

  1. Deploy CRDs first:
kubectl apply --server-side -f ./katalog/tigera/operator/operator-crds.yaml
  1. Build kustomize and apply:
kustomize build katalog/tigera/on-prem | kubectl apply --server-side -f -