sighupio / fury-kubernetes-networking

Kubernetes Fury Distribution Networking Core Module: CNI and Network management features for Kubernetes Clusters
BSD 3-Clause "New" or "Revised" License
9 stars 3 forks source link

Feat: update calico add compatibility to 1.29, release v1.17.0 #79

Closed nutellinoit closed 6 months ago

nutellinoit commented 6 months ago

This PR adds the support for kubernetes 1.29 and bumps calico to 3.27.3 and tigera operator to 1.32.7

Also, I added e2e tests for tigera operator, that was missing.

I also made the tests sequential, since the parallel execution was breaking too many times.

nutellinoit commented 6 months ago
  • If we are changing the supported versions, wouldn't it be better to bump the module's minor version? (i.e. 1.7.0 instead of 1.6.1)
  • The compatibility matrix needs to be updated too.
  • I left some non-blocking suggestions

I will do that

nutellinoit commented 6 months ago

Done ✅ , merging