Changes since v1.3.1
Bug Fixes
karmada-controller-manager
: Fixed the panic when cluster ImpersonatorSecretRef is nil. (#2690, @stingshen)karmada-controller-manager
: Disable the preemption matching of pp/cpp priority. (#2738, @XiShanYongYe-Chang)karmada-controller-manager
: Fix clusterOverridePolicy and overridePolicy with nil resource selector could not work. (#2788, @wuyingjun-lucky)karmada-controller-manager
: ignore resource that does not match the policy before applying the policy. (#2813, @XiShanYongYe-Chang)HelmChart
: Fixed liveness probe misconfiguration which caused kube-controller-manager to alwaysCrashLoopBackup
. (#2836, @calvin0327)karmadactl
: Fixedinit
commands print incorrect register command issue. (#2744, @Songjoy)karmada-search
: Fixed returned ResourceVersion by proxy not stable issue. (#2816, @cmicat)
Others
Security
: Add limitReader toio.ReadAll
which could limit the memory request and avoid DoS attacks. (#2774, @Poor12)- Karmada(v1.3) is now built with Go1.18.8. (#2852, @RainbowMango)