Skip to content

Commit

Permalink
Merge pull request karmada-io#5953 from zhzhuang-zju/releasenote-new
Browse files Browse the repository at this point in the history
publish release note for v1.9.10, v1.10.8, v1.11.4, v1,12.1
  • Loading branch information
karmada-bot authored Dec 16, 2024
2 parents ee146fa + db55362 commit 5fbcf9b
Show file tree
Hide file tree
Showing 4 changed files with 169 additions and 66 deletions.
72 changes: 50 additions & 22 deletions docs/CHANGELOG/CHANGELOG-1.10.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.7](#v1107)
- [Downloads for v1.10.7](#downloads-for-v1107)
- [Changelog since v1.10.6](#changelog-since-v1106)
- [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.6](#v1106)
- [Downloads for v1.10.6](#downloads-for-v1106)
- [Changelog since v1.10.5](#changelog-since-v1105)
- [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-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)
Expand All @@ -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)
Expand All @@ -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

Expand Down
48 changes: 38 additions & 10 deletions docs/CHANGELOG/CHANGELOG-1.11.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.3](#v1113)
- [Downloads for v1.11.3](#downloads-for-v1113)
- [Changelog since v1.11.2](#changelog-since-v1112)
- [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.2](#v1112)
- [Downloads for v1.11.2](#downloads-for-v1112)
- [Changelog since v1.11.1](#changelog-since-v1111)
- [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-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)
Expand All @@ -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)
Expand All @@ -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

Expand Down
32 changes: 26 additions & 6 deletions docs/CHANGELOG/CHANGELOG-1.12.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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)
Expand All @@ -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)
Expand All @@ -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)
Expand All @@ -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

Expand Down Expand Up @@ -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
Expand Down
Loading

0 comments on commit 5fbcf9b

Please sign in to comment.