Skip to content

Upgrading calico, metallb and kube-vip to latest versions - #4947

Open
VrindaMarwah wants to merge 3 commits into
dell:pub/omnia_2.2.0.0_fixfrom
VrindaMarwah:pub/omnia_2.2.0.0_fix
Open

Upgrading calico, metallb and kube-vip to latest versions#4947
VrindaMarwah wants to merge 3 commits into
dell:pub/omnia_2.2.0.0_fixfrom
VrindaMarwah:pub/omnia_2.2.0.0_fix

Conversation

@VrindaMarwah

Copy link
Copy Markdown
Contributor

Summary

To remediate security vulnerabilities in Kubernetes components:

  • Upgraded calico cni, kube-controllers and node images from v3.31.4 to v3.32.1
  • Upgraded metallb controller and speaker images from v0.15.3 to v0.16.1
  • Upgraded kube-vip image from v0.8.9 to v1.2.2

Package dependency upgrades

The above component upgrades also update bundled package versions to include upstream security fixes:

Package Name Package Old Version Package New Version Component Component Old Version Component New Version
golang.org/x/crypto v0.52.0 v0.53.0 Calico v3.31.4 v3.32.1
golang.org/x/net v0.55.0 v0.56.0 Calico v3.31.4 v3.32.1
google.golang.org/grpc v1.72.2 v1.79.3 Calico v3.31.4 v3.32.1
golang.org/x/sys v0.45.0 v0.46.0 Calico v3.31.4 v3.32.1
github.com/projectcalico/calico v3.31.4 v3.32.1 Calico v3.31.4 v3.32.1
golang.org/x/net v0.40.0 v0.53.0 MetalLB v0.15.3 v0.16.1
google.golang.org/grpc v1.65.0 v1.82.1 kube-vip v0.8.9 v1.2.2
golang.org/x/oauth2 v0.22.0 v0.36.0 kube-vip v0.8.9 v1.2.2
github.com/osrg/gobgp/v3 v3.x github.com/osrg/gobgp/v4 v4.7.0 kube-vip v0.8.9 v1.2.2

Validation

Verified all upgraded components were deployed successfully on a Omnia 2.2 Kubernetes Cluster
Verified cluster health and networking.
All validation has been performed on omnia_core container running Fedora Linux 42

@@ -62,7 +62,7 @@
},
"service_kube_control_plane": {

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

catalog to be updated

- name: prometheus_server
value: :2112
image: ghcr.io/kube-vip/kube-vip:v0.8.9
image: ghcr.io/kube-vip/kube-vip:v1.2.2

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can we read it dynamically

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants