Skip to content

Releases: karmada-io/karmada

Karmada v1.10.0-preview2

28 Mar 06:35
57c1989
Compare
Choose a tag to compare
Pre-release

See the changelog for details.

Karmada v1.7.4 release

30 Apr 01:56
5ce59e7
Compare
Choose a tag to compare

Karmada v1.10.0-preview1

14 Mar 14:16
2bebae0
Compare
Choose a tag to compare
Pre-release

See the changelog for details.

Karmada v1.10.0-alpha.0

29 Feb 08:16
a03aa84
Compare
Choose a tag to compare
Pre-release
Merge pull request #4664 from RainbowMango/pr_releasenotes_19

Add release notes of v1.9

Karmada v1.9.0

29 Feb 08:14
a03aa84
Compare
Choose a tag to compare

See the CHANGELOG for details.

Thank you to everyone who contributed to this release!

v1.9.0-preview6

28 Feb 15:46
44b4ca5
Compare
Choose a tag to compare
v1.9.0-preview6 Pre-release
Pre-release

See the changelog for details.

Karmada v1.8.2 release

13 Mar 02:51
e2bc251
Compare
Choose a tag to compare

Karmada v1.7.3 release

13 Mar 02:50
9159adc
Compare
Choose a tag to compare

Karmada v1.6.6 release

13 Mar 02:47
28b0d8c
Compare
Choose a tag to compare

v1.9.0-preview5

29 Jan 13:29
0126b90
Compare
Choose a tag to compare
v1.9.0-preview5 Pre-release
Pre-release

See the changelog for details.

In this pre-release, we introduced resourceQuotaEstimator (PR-4566) plugin for the accurate scheduler-estimator. It is an alpha feature, the user can enable it by passing the feature gate in the estimator command line --feature-gates=ResourceQuotaEstimate=true
Once this feature is enabled, the accurate scheduler-estimator will estimate the number of workload replicas allowed by the resource quota.
We only
support compute resources (CPU/memory) and extended resources (like GPU) in this plugin
support priorityClass in the quota scope
User needs to explicitly specify the priorityClassName in the podTemplate of Deployment, Statefulset, Job, and custom-resource-interpreter.