Releases: karmada-io/karmada
Releases · karmada-io/karmada
Karmada v1.4.5 release
See the CHANGELOG for details.
Karmada v1.8.0-alpha.0
Merge pull request #4017 from RainbowMango/pr_update_17_releasenotes Update 1.7.0 release notes
Karmada v1.7.0 release
See the CHANGELOG for details.
Thank you to everyone who contributed to this release!
Users whose commits are in this release (alphabetically by username)
- @a7i
- @bivas
- @calvin0327
- @chaosi-zju
- @chaunceyjiang
- @chl178
- @CoderTH
- @Fish-pro
- @HeavenTonight
- @helen-frank
- @hrittikhere
- @ikaven1024
- @JadeFlute0127
- @jwcesign
- @Laevos
- @learner0810
- @liangyuanpeng
- @lxtywypc
- @my-git9
- @parthn2
- @Poor12
- @RainbowMango
- @Rajan-226
- @realnumber666
- @RuliXu
- @sbdtu5498
- @shijinye
- @tedli
- @Vacant2333
- @vie-serendipity
- @whitewindmills
- @wlp1153468871
- @WulixuanS
- @xigang
- @XiShanYongYe-Chang
- @yanfeng1992
- @yanggangtony
- @yike21
- @youhonglian
- @zach593
- @zhy76
- @zishen
karmada v1.6.2 release
Changes since v1.6.1
Bug Fixes
- Chart: Fixed the issue that
karmada-search
no ETCD secret volume mount when using external ETCD. (#3784, @my-git9) karmada-controller-manager
: Fixed a boundary case where thepropagationpolicy.karmada.io/name
in the label of the resource template would not be removed after deleting PP. (#3851, @chaunceyjiang)
karmada v1.5.3 release
karmada v1.7.0-alpha.3
Merge pull request #3865 from parthn2/master Updated Golang version from v1.20.4 to v1.20.6
karmada v1.6.1 release
Changes since v1.6.0
Bug Fixes
karmada-controller-manager
: FixedApplied
condition of ResourceBinding is always true issue. (#3724, @jwcesign)karmada-controller-manager
: fix panic when printing log when lastSuccessfulTime of cronjob is nil. (#3698, @yike21)karmada-webhook
: When application failover is enabled, users are prevented from setting propagateDeps tofalse
. (#3766, @RuliXu)
karmada v1.5.2 release
Changes since v1.5.1
Bug Fixes
karmada-controller-manager
: FixedApplied
condition of ResourceBinding is always true issue. (#3723, @jwcesign)karmada-controller-manager
: Fixed the panic issue in case of the grade number of resourceModel is less than the number of resources. (#3610, @sunbinnnnn)karmada-scheduler
: Fixed the issue that empty deployment can still be propagated to member clusters even when--enableEmptyWorkloadPropagation
flag is false. (#3641, @chaunceyjiang)
karmada v1.4.4 release
Changes since v1.4.3
Bug Fixes
karmada-scheduler
: Fixed the issue that empty deployment can still be propagated to member clusters even when--enableEmptyWorkloadPropagation
flag is false. (#3642, @chaunceyjiang)karmada-controller-manager
: Fixed the panic issue in case of the grade number of resourceModel is less than the number of resources. (#3608, @sunbinnnnn)
karmada v1.7.0-alpha.2
Merge pull request #3729 from jwcesign/cronhpa-imp feat: Support CronFederatedHPA