Skip to content

Release v2.0.0

Latest
Compare
Choose a tag to compare
@SIGHUP-C-3PO SIGHUP-C-3PO released this 27 Nov 17:19
· 8 commits to main since this release
a18e4ca

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 💔

  1. Manifest calico installation has been removed in favour of the Tigera Operator. There is a migration guide.

Update Guide 🦮

Process

  1. 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.