Changes since v1.1.5
Bug Fixes
karmada-controller-manager
: Fixed the panic when cluster ImpersonatorSecretRef is nil. (#2692, @stingshen)karmada-controller-manager
: Disable the preemption matching of pp/cpp priority. (#2740, @XiShanYongYe-Chang)karmada-controller-manager
: Fix ClusterOverridePolicy and OverridePolicy with nil resource selector could not work. (#2800, @wuyingjun-lucky)karmada-controller-manager
: ignore resource that does not match the policy before applying policy. (#2815, @XiShanYongYe-Chang)Security
: Add limitReader toio.ReadAll
which could limit the memory request and avoid DoS attacks. (#2776, @Poor12)- Karmada(v1.1) is now built with Go1.17.13. (#2854, @RainbowMango)