RATATOSKRATATOSK
Sign in

Karmada

v1.14.10Orchestration & Management
Feb 28, 2026

Karmada v1.14.10 is a patch release focused on stability improvements, fixing critical race conditions in job status handling, scheduler panics, and graceful eviction timing issues.

  • enhancementUpgrade to improve operational stability

    This patch fixes several critical race conditions and panics that could affect workload scheduling and job management. Plan an upgrade during maintenance window to prevent potential scheduler crashes and job status inconsistencies in production clusters.

  • enhancementReview CronFederatedHPA configurations

    The fix for CronFederatedHPA scale-up from zero when replicas field is missing means previously broken auto-scaling configurations will now work correctly. Audit your CronFederatedHPA resources to ensure they behave as expected after upgrade.

Key changes (6)

  • Fixed race condition in job status aggregator that could cause error loops
  • Resolved CronFederatedHPA scale-up failures when replicas field is missing
  • Fixed GracePeriodSeconds value leakage between eviction tasks
  • Corrected scheduler panic from divide-by-zero in spread constraint calculations
  • Fixed backoff queue sorting causing priority inversion in scheduler
  • Resolved resource quota plugin namespace issue in scheduler estimator