Changes since v1.2.3
Bug Fixes
karmada-controller-manager
: Fixed the panic when cluster ImpersonatorSecretRef is nil. (#2691, @stingshen)karmada-controller-manager
: Disable the preemption matching of pp/cpp priority. (#2739, @XiShanYongYe-Chang)karmada-controller-manager
: Fix clusterOverridePolicy and overridePolicy with nil resource selector could not work. (#2798, @wuyingjun-lucky)karmada-controller-manager
: ignore resource that does not match the policy before applying the policy. (#2814, @XiShanYongYe-Chang)Security
: Add limitReader toio.ReadAll
which could limit the memory request and avoid DoS attacks. (#2775, @Poor12)- Karmada(v1.2) is now built with Go1.17.13. (#2853, @RainbowMango)