Skip to content

Releases: karmada-io/karmada

Karmada v1.4.5 release

07 Sep 09:47
a6c1945
Compare
Choose a tag to compare

Karmada v1.8.0-alpha.0

31 Aug 11:38
dd6a313
Compare
Choose a tag to compare
Pre-release
Merge pull request #4017 from RainbowMango/pr_update_17_releasenotes

Update 1.7.0 release notes

Karmada v1.7.0 release

31 Aug 11:14
dd6a313
Compare
Choose a tag to compare

karmada v1.6.2 release

03 Aug 08:11
1cfe725
Compare
Choose a tag to compare

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 the propagationpolicy.karmada.io/name in the label of the resource template would not be removed after deleting PP. (#3851, @chaunceyjiang)

karmada v1.5.3 release

03 Aug 08:06
ac68324
Compare
Choose a tag to compare

Changes since v1.5.2

Bug Fixes

  • Chart: Fixed the issue that karmada-search no ETCD secret volume mount when using external ETCD. (#3785, @my-git9)

karmada v1.7.0-alpha.3

01 Aug 07:38
09259b1
Compare
Choose a tag to compare
Pre-release
Merge pull request #3865 from parthn2/master

Updated Golang version from v1.20.4 to v1.20.6

karmada v1.6.1 release

06 Jul 03:15
fdc7ac6
Compare
Choose a tag to compare

Changes since v1.6.0

Bug Fixes

  • karmada-controller-manager: Fixed Applied 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 to false. (#3766, @RuliXu)

karmada v1.5.2 release

06 Jul 02:40
c1a5373
Compare
Choose a tag to compare

Changes since v1.5.1

Bug Fixes

  • karmada-controller-manager: Fixed Applied 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

06 Jul 01:58
b4dd249
Compare
Choose a tag to compare

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

04 Jul 00:44
3909fcc
Compare
Choose a tag to compare
Pre-release
Merge pull request #3729 from jwcesign/cronhpa-imp

feat: Support CronFederatedHPA