Skip to content

Releases: sighupio/module-networking

Preview v3.0.0-rc.0

09 Sep 13:52
v3.0.0-rc.0
461888c
Compare
Choose a tag to compare
Preview v3.0.0-rc.0 Pre-release
Pre-release

Networking Core Module Release v3.0.0

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

This release updates both the Tigera Operator to version 1.38.6 (Calico v3.30.3) and Cilium to version 1.18.1, providing enhanced networking capabilities, official Kubernetes 1.33 support, improved GatewayAPI features, and robust testing infrastructure.

Component Images 🚢

Component Supported Version Previous Version
cilium v1.18.1 v1.17.2
tigera-operator v1.38.6 v1.38.0

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

Breaking Changes 💔

  • REMOVED: ip-masq package has been completely removed from the module. Users requiring IP masquerading functionality should implement their own solution or use CNI-native features.

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 -

Release v2.2.0

19 May 12:45
3b0115d
Compare
Choose a tag to compare

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 -

Release v2.1.0

31 Mar 14:10
290c560
Compare
Choose a tag to compare

Networking Core Module Release v2.1.0

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

This release updates several packages to the latest versions available for new features, bug fixes and improved security, it also drops compatibility with Kubernetes 1.28 and introduces compatibility with Kubernetes 1.32.

Bug fixes 🐞

  • [#87] Extended Cilium's mTLS selfg-signed CA certificated duration to 10 years instead of having them expire before the peer certificates to avoid breaking communication. See the update guide below for more information on additional steps needed after updating.

Component Images 🚢

Component Supported Version Previous Version
cilium v1.17.2 v1.16.3
ip-masq v2.8.0 No update
tigera-operator v1.36.5 v1.36.1

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

Breaking Changes 💔

  • None

Update Guide 🦮

Process

  1. Just deploy as usual:
kustomize build katalog/tigera/on-prem | kubectl apply --server-side -f -
# OR
kustomize build katalog/cilium | kubectl apply --server-side -f -
  1. (Cilium only) After applying the new version, you will need to manually trigger the renewal of the mTLS certificates for Cilium:
cmctl renew -n kube-system hubble-relay-client-certs
cmctl renew -n kube-system hubble-server-certs

Note: you will need cert-manager's CLI cmctl installed.

Preview v2.1.0-rc.1

24 Mar 15:28
f605900
Compare
Choose a tag to compare
Preview v2.1.0-rc.1 Pre-release
Pre-release

Networking Core Module Release v2.1.0

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

This release updates several packages to the latest versions available for new features, bug fixes and improved security, it also drops compatibility with Kubernetes 1.28 and introduces compatibility with Kubernetes 1.32.

Bug fixes 🐞

  • [#87] Extended Cilium's mTLS selfg-signed CA certificated duration to 10 years instead of having them expire before the peer certificates to avoid breaking communication. See the update guide below for more information on additional steps needed after updating.

Component Images 🚢

Component Supported Version Previous Version
cilium v1.17.2 v1.16.3
ip-masq v2.8.0 No update
tigera-operator v1.36.5 v1.36.1

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

Breaking Changes 💔

  • None

Update Guide 🦮

Process

  1. Just deploy as usual:
kustomize build katalog/tigera/on-prem | kubectl apply --server-side -f -
# OR
kustomize build katalog/cilium | kubectl apply --server-side -f -
  1. (Cilium only) After applying the new version, you will need to manually trigger the renewal of the mTLS certificates for Cilium:
cmctl renew -n kube-system hubble-relay-client-certs
cmctl renew -n kube-system hubble-server-certs

Note: you will need cert-manager's CLI cmctl installed.

Release v2.0.0

27 Nov 17:19
a18e4ca
Compare
Choose a tag to compare

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.

Preview v2.0.0-rc.2

20 Nov 17:21
f415b00
Compare
Choose a tag to compare
Preview v2.0.0-rc.2 Pre-release
Pre-release

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

Preview v2.0.0-rc.1

19 Nov 15:56
7865667
Compare
Choose a tag to compare
Preview v2.0.0-rc.1 Pre-release
Pre-release

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

Preview v2.0.0-rc.0

19 Nov 15:29
67f12d7
Compare
Choose a tag to compare
Preview v2.0.0-rc.0 Pre-release
Pre-release

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 patch release updates some components and adds support to Kubernetes 1.29.

Component Images 🚢

Component Supported Version Previous Version
cilium v1.15.2 No update
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 favor 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.

Release v1.17.0

22 Apr 15:52
b626bc6
Compare
Choose a tag to compare

Networking Core Module Release 1.17.0

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

This patch release updates some components and adds support to Kubernetes 1.29.

Component Images 🚢

Component Supported Version Previous Version
calico v3.27.3 v3.27.0
cilium v1.15.2 No update
ip-masq v2.8.0 No update
tigera-operator v1.32.7 v1.32.3

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

Update Guide 🦮

Process

  1. Just 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.16.0 release notes.

Preview v1.16.1-rc.3

18 Apr 13:09
63c808e
Compare
Choose a tag to compare
Preview v1.16.1-rc.3 Pre-release
Pre-release

Networking Core Module Release 1.16.1

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

This minor release updates some components and adds support to Kubernetes 1.29.

Component Images 🚢

Component Supported Version Previous Version
calico v3.27.3 v3.27.0
cilium v1.15.2 No update
ip-masq v2.8.0 No update
tigera-operator v1.32.7 v1.32.3

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

Update Guide 🦮

Process

  1. Just 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.16.0 release notes.