Release v1.11.0
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.