v1.28.13
github-actions
released this
19 Sep 05:51
·
2175 commits
to master
since this release
Full Changelog: v1.28.12..v1.28.13
Changes by Kind
Bug or Regression
-
Fix: Do not move nodes that have already been attached to load balancers after restarting
When using multislb, the node distribution could be changed after restarting the ccm. This is because the node distribution cache would be lost after restarting. This PR restores the node distribution each time the ccm is restarted. (#7042, @nilo19)
Dependencies
Added
Nothing has changed.
Changed
- github.com/google/pprof: 813a5fb → fa2c70b
- github.com/onsi/ginkgo/v2: v2.20.1 → v2.20.2
- github.com/onsi/gomega: v1.34.1 → v1.34.2
- golang.org/x/sys: v0.24.0 → v0.25.0
- golang.org/x/text: v0.17.0 → v0.18.0
- k8s.io/api: v0.28.13 → v0.28.14
- k8s.io/apimachinery: v0.28.13 → v0.28.14
- k8s.io/apiserver: v0.28.13 → v0.28.14
- k8s.io/client-go: v0.28.13 → v0.28.14
- k8s.io/cloud-provider: v0.28.13 → v0.28.14
- k8s.io/component-base: v0.28.13 → v0.28.14
- k8s.io/component-helpers: v0.28.13 → v0.28.14
- k8s.io/controller-manager: v0.28.13 → v0.28.14
- k8s.io/cri-api: v0.28.13 → v0.28.14
- k8s.io/kms: v0.28.13 → v0.28.14
- k8s.io/kubelet: v0.28.13 → v0.28.14
Removed
Nothing has changed.