v1.24.8
Cloud Provider Azure v1.24.8
Changes by Kind
Bug or Regression
- Avoid race condition between node-sync-loop routine and service reconcile routine. Avoid UpdateLoadBalancer() using stale service spec to update Load Balancers. (#2425, @k8s-infra-cherrypick-robot)
- Check and cleanup both ELB and ILB when a service is being deleted. (#2437, @jwtty)
- Fix: Skip VMSS VM update operations if the VMs are not in good state fix: Set the retryAfter to 5s when PUT failed due to concurrent operation conflict. (#2400, @k8s-infra-cherrypick-robot)
- Only check response body length when request is GET. Avoids unnecessary retry when deleting an LB. (#2389, @k8s-infra-cherrypick-robot)
Other (Cleanup or Flake)
- Chore: get node private IPs from cache but NIC (#2432, @k8s-infra-cherrypick-robot)
- Chore: update go-restful for CVE-2022-1996 (#2325, @feiskyer)
Dependencies
Added
Nothing has changed.
Changed
- github.com/onsi/ginkgo/v2: v2.1.6 → v2.2.0
- k8s.io/api: v0.24.5 → v0.24.6
- k8s.io/apimachinery: v0.24.5 → v0.24.6
- k8s.io/apiserver: v0.24.5 → v0.24.6
- k8s.io/client-go: v0.24.5 → v0.24.6
- k8s.io/cloud-provider: v0.24.5 → v0.24.6
- k8s.io/component-base: v0.24.5 → v0.24.6
- k8s.io/component-helpers: v0.24.5 → v0.24.6
- k8s.io/controller-manager: v0.24.5 → v0.24.6
- k8s.io/kubelet: v0.24.5 → v0.24.6
Removed
Nothing has changed.