Skip to content

Release v1.11.0

Compare
Choose a tag to compare
@SIGHUP-C-3PO SIGHUP-C-3PO released this 30 Jan 10:15
· 160 commits to main since this release
c592176

Networking Core Module Release 1.11.0

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

This is a minor release that introduces improvements to the module's monitoring features.

Changes

  • Added alerts when Calico is seeing failures and errors.
  • Added alerts when Typha is seeing failures and errors.
  • Fixed a Typo in Typha's dashboard title.

See the full list of alerts and their description in the "Monitoring" section of the Readme.

Component Images 🚢

Component Supported Version Previous Version
calico v3.24.1 No update
ip-masq v2.8.0 No update
tigera-operator v1.28.1 No update

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

Update Guide 🦮

Process

If you are upgrading from version v1.10.0 to v1.11.0 you need to download this new version and then apply the kustomize project as shown below.

# To deploy Calico
kustomize build katalog/calico | kubectl apply -f-
# To deploy ipmasq
kusomize build katalog/ip-masq | kubectl apply -f-

If you are upgrading from previous versions, please refer to the v1.10.0 release notes.