Skip to content

karmada v1.2.4 release

Compare
Choose a tag to compare
@RainbowMango RainbowMango released this 24 Nov 02:33
· 17 commits to release-1.2 since this release
f3b7f75

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 to io.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)