Changes since v1.3.2
Bug Fixes
karmada-scheduler
: Fixed a corner case that re-schedule be skipped in case of the cluster becomes not fit. (#2959, @jwcesign)karmada-controller-manager
/karmada-agent
: Fixed failed to sync work status issue due to the informer being accidentally shut down. (#2938, @Poor12)karmada-controller-manager
/karmada-agent
: Fixed misjudgment of deployment and statefuleset health status. (#2945, @Fish-pro)karmadactl
: Fixed the error of resources whose name contains colons failing to be created when usingkarmadactl apply
. (#2932, @Poor12)karmadactl
: Fixed the default ValidatingWebhookConfiguration forresourceinterpreterwebhook
not working issue. (#2923, @qingwave)karmadactl
: Fixedkarmada-agent
installed by theregister
command can not delete works due to lack of permission issue. (#2905, @lonelyCZ)karmada-webhook
: Fixed failed to set resource selector default namespace if the relevant OverridePolicy and PropagationPolicy with namespace unset issue. (#2872, @carlory)
Others
- Karmada is now built with Go1.18.9. (#2909, @XiShanYongYe-Chang)