Merge pull request #5953 from zhzhuang-zju/releasenote-new
publish release note for v1.9.10, v1.10.8, v1.11.4, v1,12.1
This commit is contained in:
commit
5fbcf9b893
|
@ -2,48 +2,55 @@
|
|||
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
||||
**Table of Contents** *generated with [DocToc](https://github.com/thlorenz/doctoc)*
|
||||
|
||||
- [v1.10.8](#v1108)
|
||||
- [Downloads for v1.10.8](#downloads-for-v1108)
|
||||
- [Changelog since v1.10.7](#changelog-since-v1107)
|
||||
- [Changes by Kind](#changes-by-kind)
|
||||
- [Urgent Upgrade Notes](#urgent-upgrade-notes)
|
||||
- [Bug Fixes](#bug-fixes)
|
||||
- [Others](#others)
|
||||
- [v1.10.7](#v1107)
|
||||
- [Downloads for v1.10.7](#downloads-for-v1107)
|
||||
- [Changelog since v1.10.6](#changelog-since-v1106)
|
||||
- [Changes by Kind](#changes-by-kind)
|
||||
- [Bug Fixes](#bug-fixes)
|
||||
- [Others](#others)
|
||||
- [v1.10.6](#v1106)
|
||||
- [Downloads for v1.10.6](#downloads-for-v1106)
|
||||
- [Changelog since v1.10.5](#changelog-since-v1105)
|
||||
- [Changes by Kind](#changes-by-kind-1)
|
||||
- [Bug Fixes](#bug-fixes-1)
|
||||
- [Others](#others-1)
|
||||
- [v1.10.5](#v1105)
|
||||
- [Downloads for v1.10.5](#downloads-for-v1105)
|
||||
- [Changelog since v1.10.4](#changelog-since-v1104)
|
||||
- [v1.10.6](#v1106)
|
||||
- [Downloads for v1.10.6](#downloads-for-v1106)
|
||||
- [Changelog since v1.10.5](#changelog-since-v1105)
|
||||
- [Changes by Kind](#changes-by-kind-2)
|
||||
- [Bug Fixes](#bug-fixes-2)
|
||||
- [Others](#others-2)
|
||||
- [v1.10.4](#v1104)
|
||||
- [Downloads for v1.10.4](#downloads-for-v1104)
|
||||
- [Changelog since v1.10.3](#changelog-since-v1103)
|
||||
- [v1.10.5](#v1105)
|
||||
- [Downloads for v1.10.5](#downloads-for-v1105)
|
||||
- [Changelog since v1.10.4](#changelog-since-v1104)
|
||||
- [Changes by Kind](#changes-by-kind-3)
|
||||
- [Bug Fixes](#bug-fixes-3)
|
||||
- [Others](#others-3)
|
||||
- [v1.10.3](#v1103)
|
||||
- [Downloads for v1.10.3](#downloads-for-v1103)
|
||||
- [Changelog since v1.10.2](#changelog-since-v1102)
|
||||
- [v1.10.4](#v1104)
|
||||
- [Downloads for v1.10.4](#downloads-for-v1104)
|
||||
- [Changelog since v1.10.3](#changelog-since-v1103)
|
||||
- [Changes by Kind](#changes-by-kind-4)
|
||||
- [Bug Fixes](#bug-fixes-4)
|
||||
- [Others](#others-4)
|
||||
- [v1.10.2](#v1102)
|
||||
- [Downloads for v1.10.2](#downloads-for-v1102)
|
||||
- [Changelog since v1.10.1](#changelog-since-v1101)
|
||||
- [v1.10.3](#v1103)
|
||||
- [Downloads for v1.10.3](#downloads-for-v1103)
|
||||
- [Changelog since v1.10.2](#changelog-since-v1102)
|
||||
- [Changes by Kind](#changes-by-kind-5)
|
||||
- [Bug Fixes](#bug-fixes-5)
|
||||
- [Others](#others-5)
|
||||
- [v1.10.1](#v1101)
|
||||
- [Downloads for v1.10.1](#downloads-for-v1101)
|
||||
- [Changelog since v1.10.0](#changelog-since-v1100)
|
||||
- [v1.10.2](#v1102)
|
||||
- [Downloads for v1.10.2](#downloads-for-v1102)
|
||||
- [Changelog since v1.10.1](#changelog-since-v1101)
|
||||
- [Changes by Kind](#changes-by-kind-6)
|
||||
- [Bug Fixes](#bug-fixes-6)
|
||||
- [Others](#others-6)
|
||||
- [v1.10.1](#v1101)
|
||||
- [Downloads for v1.10.1](#downloads-for-v1101)
|
||||
- [Changelog since v1.10.0](#changelog-since-v1100)
|
||||
- [Changes by Kind](#changes-by-kind-7)
|
||||
- [Bug Fixes](#bug-fixes-7)
|
||||
- [Others](#others-7)
|
||||
- [v1.10.0](#v1100)
|
||||
- [Downloads for v1.10.0](#downloads-for-v1100)
|
||||
- [What's New](#whats-new)
|
||||
|
@ -52,7 +59,7 @@
|
|||
- [Other Notable Changes](#other-notable-changes)
|
||||
- [API Changes](#api-changes)
|
||||
- [Deprecation](#deprecation)
|
||||
- [Bug Fixes](#bug-fixes-7)
|
||||
- [Bug Fixes](#bug-fixes-8)
|
||||
- [Security](#security)
|
||||
- [Features & Enhancements](#features--enhancements)
|
||||
- [Other](#other)
|
||||
|
@ -63,6 +70,27 @@
|
|||
|
||||
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
|
||||
|
||||
# v1.10.8
|
||||
## Downloads for v1.10.8
|
||||
|
||||
Download v1.10.8 in the [v1.10.8 release page](https://github.com/karmada-io/karmada/releases/tag/v1.10.8).
|
||||
|
||||
## Changelog since v1.10.7
|
||||
### Changes by Kind
|
||||
#### Urgent Upgrade Notes
|
||||
- The feature `Failover` now has been disabled by default, which should be explicitly enabled to avoid unexpected incidents. ([#5947](https://github.com/karmada-io/karmada/pull/5947), @XiShanYongYe-Chang)
|
||||
|
||||
If you are using the feature `Failover`, please enable it explicitly by adding the `--feature-gates=Failover=true,<other feature>` flag to the `karmada-controller-manager` component. If you are not using this feature, this change will have no impact.
|
||||
|
||||
#### Bug Fixes
|
||||
- `karmadactl`: Fixed `karmada-metrics-adapter` use the incorrect certificate issue when deployed via karmadactl `init`. ([#5860](https://github.com/karmada-io/karmada/pull/5860), @seanlaii)
|
||||
- `karmada-controller-manager`: Fixed the corner case where the reconciliation of aggregating status might be missed in case of component restart. ([#5883](https://github.com/karmada-io/karmada/pull/5883), @liangyuanpeng)
|
||||
- `karmada-controller-manager`: Fixed the problem of ResourceBinding remaining after the resource template is deleted in the dependencies distribution scenario. ([#5952](https://github.com/karmada-io/karmada/pull/5952), @XiShanYongYe-Chang)
|
||||
- `karmada-scheduler`: Avoid filtering out clusters if the API enablement is incomplete during re-scheduling. ([#5931](https://github.com/karmada-io/karmada/pull/5931), @XiShanYongYe-Chang)
|
||||
|
||||
#### Others
|
||||
- The base image `alpine` now has been promoted from `3.20.3` to `3.21.0`. ([#5921](https://github.com/karmada-io/karmada/pull/5921))
|
||||
|
||||
# v1.10.7
|
||||
## Downloads for v1.10.7
|
||||
|
||||
|
|
|
@ -2,24 +2,31 @@
|
|||
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
||||
**Table of Contents** *generated with [DocToc](https://github.com/thlorenz/doctoc)*
|
||||
|
||||
- [v1.11.4](#v1114)
|
||||
- [Downloads for v1.11.4](#downloads-for-v1114)
|
||||
- [Changelog since v1.11.3](#changelog-since-v1113)
|
||||
- [Changes by Kind](#changes-by-kind)
|
||||
- [Urgent Upgrade Notes](#urgent-upgrade-notes)
|
||||
- [Bug Fixes](#bug-fixes)
|
||||
- [Others](#others)
|
||||
- [v1.11.3](#v1113)
|
||||
- [Downloads for v1.11.3](#downloads-for-v1113)
|
||||
- [Changelog since v1.11.2](#changelog-since-v1112)
|
||||
- [Changes by Kind](#changes-by-kind)
|
||||
- [Bug Fixes](#bug-fixes)
|
||||
- [Others](#others)
|
||||
- [v1.11.2](#v1112)
|
||||
- [Downloads for v1.11.2](#downloads-for-v1112)
|
||||
- [Changelog since v1.11.1](#changelog-since-v1111)
|
||||
- [Changes by Kind](#changes-by-kind-1)
|
||||
- [Bug Fixes](#bug-fixes-1)
|
||||
- [Others](#others-1)
|
||||
- [v1.11.1](#v1111)
|
||||
- [Downloads for v1.11.1](#downloads-for-v1111)
|
||||
- [Changelog since v1.11.0](#changelog-since-v1110)
|
||||
- [v1.11.2](#v1112)
|
||||
- [Downloads for v1.11.2](#downloads-for-v1112)
|
||||
- [Changelog since v1.11.1](#changelog-since-v1111)
|
||||
- [Changes by Kind](#changes-by-kind-2)
|
||||
- [Bug Fixes](#bug-fixes-2)
|
||||
- [Others](#others-2)
|
||||
- [v1.11.1](#v1111)
|
||||
- [Downloads for v1.11.1](#downloads-for-v1111)
|
||||
- [Changelog since v1.11.0](#changelog-since-v1110)
|
||||
- [Changes by Kind](#changes-by-kind-3)
|
||||
- [Bug Fixes](#bug-fixes-3)
|
||||
- [Others](#others-3)
|
||||
- [v1.11.0](#v1110)
|
||||
- [Downloads for v1.11.0](#downloads-for-v1110)
|
||||
- [What's New](#whats-new)
|
||||
|
@ -30,7 +37,7 @@
|
|||
- [Other Notable Changes](#other-notable-changes)
|
||||
- [API Changes](#api-changes)
|
||||
- [Deprecation](#deprecation)
|
||||
- [Bug Fixes](#bug-fixes-3)
|
||||
- [Bug Fixes](#bug-fixes-4)
|
||||
- [Security](#security)
|
||||
- [Features & Enhancements](#features--enhancements)
|
||||
- [Other](#other)
|
||||
|
@ -41,6 +48,27 @@
|
|||
|
||||
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
|
||||
|
||||
# v1.11.4
|
||||
## Downloads for v1.11.4
|
||||
|
||||
Download v1.11.4 in the [v1.11.4 release page](https://github.com/karmada-io/karmada/releases/tag/v1.11.4).
|
||||
|
||||
## Changelog since v1.11.3
|
||||
### Changes by Kind
|
||||
#### Urgent Upgrade Notes
|
||||
- The feature `Failover` now has been disabled by default, which should be explicitly enabled to avoid unexpected incidents. ([#5941](https://github.com/karmada-io/karmada/pull/5941), @XiShanYongYe-Chang)
|
||||
|
||||
If you are using the feature `Failover`, please enable it explicitly by adding the `--feature-gates=Failover=true,<other feature>` flag to the `karmada-controller-manager` component. If you are not using this feature, this change will have no impact.
|
||||
|
||||
#### Bug Fixes
|
||||
- `karmadactl`: Fixed `karmada-metrics-adapter` use the incorrect certificate issue when deployed via karmadactl `init`. ([#5857](https://github.com/karmada-io/karmada/pull/5857), @KhalilSantana)
|
||||
- `karmada-controller-manager`: Fixed the corner case where the reconciliation of aggregating status might be missed in case of component restart. ([5882](https://github.com/karmada-io/karmada/pull/5882), @liangyuanpeng)
|
||||
- `karmada-controller-manager`: Fixed the problem of ResourceBinding remaining after the resource template is deleted in the dependencies distribution scenario. ([#5951](https://github.com/karmada-io/karmada/pull/5951), @XiShanYongYe-Chang)
|
||||
- `karmada-scheduler`: Avoid filtering out clusters if the API enablement is incomplete during re-scheduling. ([#5930](https://github.com/karmada-io/karmada/pull/5930), @XiShanYongYe-Chang)
|
||||
|
||||
#### Others
|
||||
- The base image `alpine` now has been promoted from `3.20.3` to `3.21.0`. ([#5919](https://github.com/karmada-io/karmada/pull/5919))
|
||||
|
||||
# v1.11.3
|
||||
## Downloads for v1.11.3
|
||||
|
||||
|
|
|
@ -2,6 +2,12 @@
|
|||
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
||||
**Table of Contents** *generated with [DocToc](https://github.com/thlorenz/doctoc)*
|
||||
|
||||
- [v1.12.1](#v1121)
|
||||
- [Downloads for v1.12.1](#downloads-for-v1121)
|
||||
- [Changelog since v1.12.0](#changelog-since-v1120)
|
||||
- [Changes by Kind](#changes-by-kind)
|
||||
- [Bug Fixes](#bug-fixes)
|
||||
- [Others](#others)
|
||||
- [v1.12.0](#v1120)
|
||||
- [Downloads for v1.12.0](#downloads-for-v1120)
|
||||
- [What's New](#whats-new)
|
||||
|
@ -12,7 +18,7 @@
|
|||
- [Other Notable Changes](#other-notable-changes)
|
||||
- [API Changes](#api-changes)
|
||||
- [Deprecation](#deprecation)
|
||||
- [Bug Fixes](#bug-fixes)
|
||||
- [Bug Fixes](#bug-fixes-1)
|
||||
- [Security](#security)
|
||||
- [Features & Enhancements](#features--enhancements)
|
||||
- [Other](#other)
|
||||
|
@ -24,11 +30,11 @@
|
|||
- [Downloads for v1.12.0-beta.0](#downloads-for-v1120-beta0)
|
||||
- [Changelog since v1.12.0-alpha.1](#changelog-since-v1120-alpha1)
|
||||
- [Urgent Update Notes](#urgent-update-notes)
|
||||
- [Changes by Kind](#changes-by-kind)
|
||||
- [Changes by Kind](#changes-by-kind-1)
|
||||
- [API Changes](#api-changes-1)
|
||||
- [Features & Enhancements](#features--enhancements-1)
|
||||
- [Deprecation](#deprecation-1)
|
||||
- [Bug Fixes](#bug-fixes-1)
|
||||
- [Bug Fixes](#bug-fixes-2)
|
||||
- [Security](#security-1)
|
||||
- [Other](#other-1)
|
||||
- [Dependencies](#dependencies-1)
|
||||
|
@ -38,11 +44,11 @@
|
|||
- [Downloads for v1.12.0-alpha.1](#downloads-for-v1120-alpha1)
|
||||
- [Changelog since v1.11.0](#changelog-since-v1110)
|
||||
- [Urgent Update Notes](#urgent-update-notes-1)
|
||||
- [Changes by Kind](#changes-by-kind-1)
|
||||
- [Changes by Kind](#changes-by-kind-2)
|
||||
- [API Changes](#api-changes-2)
|
||||
- [Features & Enhancements](#features--enhancements-2)
|
||||
- [Deprecation](#deprecation-2)
|
||||
- [Bug Fixes](#bug-fixes-2)
|
||||
- [Bug Fixes](#bug-fixes-3)
|
||||
- [Security](#security-2)
|
||||
- [Other](#other-2)
|
||||
- [Dependencies](#dependencies-2)
|
||||
|
@ -51,6 +57,19 @@
|
|||
|
||||
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
|
||||
|
||||
# v1.12.1
|
||||
## Downloads for v1.12.1
|
||||
|
||||
Download v1.12.1 in the [v1.12.1 release page](https://github.com/karmada-io/karmada/releases/tag/v1.12.1).
|
||||
|
||||
## Changelog since v1.12.0
|
||||
### Changes by Kind
|
||||
#### Bug Fixes
|
||||
- `karmada-controller-manager`: Fixed the problem of ResourceBinding remaining after the resource template is deleted in the dependencies distribution scenario. ([#5950](https://github.com/karmada-io/karmada/pull/5950), @XiShanYongYe-Chang)
|
||||
|
||||
#### Others
|
||||
- The base image `alpine` now has been promoted from `3.20.3` to `3.21.0`. ([#5927](https://github.com/karmada-io/karmada/pull/5927))
|
||||
|
||||
# v1.12.0
|
||||
## Downloads for v1.12.0
|
||||
|
||||
|
@ -255,11 +274,12 @@ Users whose commits are in this release (alphabetically by username)
|
|||
- @wangxf1987
|
||||
- @whitewindmills
|
||||
- @wulemao
|
||||
- @XiShanYongYe-Chang
|
||||
- @xovoxy
|
||||
- @yanfeng1992
|
||||
- @yelshall
|
||||
- @zach593
|
||||
- @zhzuang-zju
|
||||
- @zhzhuang-zju
|
||||
|
||||
# v1.12.0-beta.0
|
||||
## Downloads for v1.12.0-beta.0
|
||||
|
|
|
@ -2,60 +2,67 @@
|
|||
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
||||
**Table of Contents** *generated with [DocToc](https://github.com/thlorenz/doctoc)*
|
||||
|
||||
- [v1.9.10](#v1910)
|
||||
- [Downloads for v1.9.10](#downloads-for-v1910)
|
||||
- [Changelog since v1.9.9](#changelog-since-v199)
|
||||
- [Changes by Kind](#changes-by-kind)
|
||||
- [Urgent Upgrade Notes](#urgent-upgrade-notes)
|
||||
- [Bug Fixes](#bug-fixes)
|
||||
- [Others](#others)
|
||||
- [v1.9.9](#v199)
|
||||
- [Downloads for v1.9.9](#downloads-for-v199)
|
||||
- [Changelog since v1.9.8](#changelog-since-v198)
|
||||
- [Changes by Kind](#changes-by-kind)
|
||||
- [Bug Fixes](#bug-fixes)
|
||||
- [Others](#others)
|
||||
- [v1.9.8](#v198)
|
||||
- [Downloads for v1.9.8](#downloads-for-v198)
|
||||
- [Changelog since v1.9.7](#changelog-since-v197)
|
||||
- [Changes by Kind](#changes-by-kind-1)
|
||||
- [Bug Fixes](#bug-fixes-1)
|
||||
- [Others](#others-1)
|
||||
- [v1.9.7](#v197)
|
||||
- [Downloads for v1.9.7](#downloads-for-v197)
|
||||
- [Changelog since v1.9.6](#changelog-since-v196)
|
||||
- [v1.9.8](#v198)
|
||||
- [Downloads for v1.9.8](#downloads-for-v198)
|
||||
- [Changelog since v1.9.7](#changelog-since-v197)
|
||||
- [Changes by Kind](#changes-by-kind-2)
|
||||
- [Bug Fixes](#bug-fixes-2)
|
||||
- [Others](#others-2)
|
||||
- [v1.9.6](#v196)
|
||||
- [Downloads for v1.9.6](#downloads-for-v196)
|
||||
- [Changelog since v1.9.5](#changelog-since-v195)
|
||||
- [v1.9.7](#v197)
|
||||
- [Downloads for v1.9.7](#downloads-for-v197)
|
||||
- [Changelog since v1.9.6](#changelog-since-v196)
|
||||
- [Changes by Kind](#changes-by-kind-3)
|
||||
- [Bug Fixes](#bug-fixes-3)
|
||||
- [Others](#others-3)
|
||||
- [v1.9.5](#v195)
|
||||
- [Downloads for v1.9.5](#downloads-for-v195)
|
||||
- [Changelog since v1.9.4](#changelog-since-v194)
|
||||
- [v1.9.6](#v196)
|
||||
- [Downloads for v1.9.6](#downloads-for-v196)
|
||||
- [Changelog since v1.9.5](#changelog-since-v195)
|
||||
- [Changes by Kind](#changes-by-kind-4)
|
||||
- [Bug Fixes](#bug-fixes-4)
|
||||
- [Others](#others-4)
|
||||
- [v1.9.4](#v194)
|
||||
- [Downloads for v1.9.4](#downloads-for-v194)
|
||||
- [Changelog since v1.9.3](#changelog-since-v193)
|
||||
- [v1.9.5](#v195)
|
||||
- [Downloads for v1.9.5](#downloads-for-v195)
|
||||
- [Changelog since v1.9.4](#changelog-since-v194)
|
||||
- [Changes by Kind](#changes-by-kind-5)
|
||||
- [Bug Fixes](#bug-fixes-5)
|
||||
- [Others](#others-5)
|
||||
- [v1.9.3](#v193)
|
||||
- [Downloads for v1.9.3](#downloads-for-v193)
|
||||
- [Changelog since v1.9.2](#changelog-since-v192)
|
||||
- [v1.9.4](#v194)
|
||||
- [Downloads for v1.9.4](#downloads-for-v194)
|
||||
- [Changelog since v1.9.3](#changelog-since-v193)
|
||||
- [Changes by Kind](#changes-by-kind-6)
|
||||
- [Bug Fixes](#bug-fixes-6)
|
||||
- [Others](#others-6)
|
||||
- [v1.9.2](#v192)
|
||||
- [Downloads for v1.9.2](#downloads-for-v192)
|
||||
- [Changelog since v1.9.1](#changelog-since-v191)
|
||||
- [v1.9.3](#v193)
|
||||
- [Downloads for v1.9.3](#downloads-for-v193)
|
||||
- [Changelog since v1.9.2](#changelog-since-v192)
|
||||
- [Changes by Kind](#changes-by-kind-7)
|
||||
- [Bug Fixes](#bug-fixes-7)
|
||||
- [Others](#others-7)
|
||||
- [v1.9.1](#v191)
|
||||
- [Downloads for v1.9.1](#downloads-for-v191)
|
||||
- [Changelog since v1.9.0](#changelog-since-v190)
|
||||
- [v1.9.2](#v192)
|
||||
- [Downloads for v1.9.2](#downloads-for-v192)
|
||||
- [Changelog since v1.9.1](#changelog-since-v191)
|
||||
- [Changes by Kind](#changes-by-kind-8)
|
||||
- [Bug Fixes](#bug-fixes-8)
|
||||
- [Others](#others-8)
|
||||
- [v1.9.1](#v191)
|
||||
- [Downloads for v1.9.1](#downloads-for-v191)
|
||||
- [Changelog since v1.9.0](#changelog-since-v190)
|
||||
- [Changes by Kind](#changes-by-kind-9)
|
||||
- [Bug Fixes](#bug-fixes-9)
|
||||
- [Others](#others-9)
|
||||
- [v1.9.0](#v190)
|
||||
- [Downloads for v1.9.0](#downloads-for-v190)
|
||||
- [What's New](#whats-new)
|
||||
|
@ -65,7 +72,7 @@
|
|||
- [Other Notable Changes](#other-notable-changes)
|
||||
- [API Changes](#api-changes)
|
||||
- [Deprecation](#deprecation)
|
||||
- [Bug Fixes](#bug-fixes-9)
|
||||
- [Bug Fixes](#bug-fixes-10)
|
||||
- [Security](#security)
|
||||
- [Features & Enhancements](#features--enhancements)
|
||||
- [Other](#other)
|
||||
|
@ -76,6 +83,26 @@
|
|||
|
||||
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
|
||||
|
||||
# v1.9.10
|
||||
## Downloads for v1.9.10
|
||||
|
||||
Download v1.9.10 in the [v1.9.10 release page](https://github.com/karmada-io/karmada/releases/tag/v1.9.10).
|
||||
|
||||
## Changelog since v1.9.9
|
||||
### Changes by Kind
|
||||
#### Urgent Upgrade Notes
|
||||
- The feature `Failover` now has been disabled by default, which should be explicitly enabled to avoid unexpected incidents. ([#5948](https://github.com/karmada-io/karmada/pull/5948), @XiShanYongYe-Chang)
|
||||
|
||||
If you are using the feature `Failover`, please enable it explicitly by adding the `--feature-gates=Failover=true,<other feature>` flag to the `karmada-controller-manager` component. If you are not using this feature, this change will have no impact.
|
||||
|
||||
#### Bug Fixes
|
||||
- `karmadactl`: Fixed `karmada-metrics-adapter` use the incorrect certificate issue when deployed via karmadactl `init`. ([#5859](https://github.com/karmada-io/karmada/pull/5859), @seanlaii)
|
||||
- `karmada-controller-manager`: Fixed the corner case where the reconciliation of aggregating status might be missed in case of component restart. ([#5884](https://github.com/karmada-io/karmada/pull/5884), @liangyuanpeng)
|
||||
- `karmada-scheduler`: Avoid filtering out clusters if the API enablement is incomplete during re-scheduling. ([#5932](https://github.com/karmada-io/karmada/pull/5932), @XiShanYongYe-Chang)
|
||||
|
||||
#### Others
|
||||
- The base image `alpine` now has been promoted from `alpine:3.20.3` to `alpine:3.21.0`. ([#5922](https://github.com/karmada-io/karmada/pull/5922))
|
||||
|
||||
# v1.9.9
|
||||
## Downloads for v1.9.9
|
||||
|
||||
|
|
Loading…
Reference in New Issue