diff --git a/docs/CHANGELOG/CHANGELOG-1.10.md b/docs/CHANGELOG/CHANGELOG-1.10.md index 035a0aef0dae..c3d863d6b24c 100644 --- a/docs/CHANGELOG/CHANGELOG-1.10.md +++ b/docs/CHANGELOG/CHANGELOG-1.10.md @@ -2,30 +2,36 @@ **Table of Contents** *generated with [DocToc](https://github.com/thlorenz/doctoc)* -- [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) - [Bug Fixes](#bug-fixes) - [Others](#others) -- [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-1) - [Bug Fixes](#bug-fixes-1) - [Others](#others-1) -- [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-2) - [Bug Fixes](#bug-fixes-2) - [Others](#others-2) -- [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-3) - [Bug Fixes](#bug-fixes-3) - [Others](#others-3) +- [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-4) + - [Bug Fixes](#bug-fixes-4) + - [Others](#others-4) - [v1.10.0](#v1100) - [Downloads for v1.10.0](#downloads-for-v1100) - [What's New](#whats-new) @@ -34,7 +40,7 @@ - [Other Notable Changes](#other-notable-changes) - [API Changes](#api-changes) - [Deprecation](#deprecation) - - [Bug Fixes](#bug-fixes-4) + - [Bug Fixes](#bug-fixes-5) - [Security](#security) - [Features & Enhancements](#features--enhancements) - [Other](#other) @@ -45,6 +51,19 @@ +# v1.10.5 +## Downloads for v1.10.5 + +Download v1.10.5 in the [v1.10.5 release page](https://github.com/karmada-io/karmada/releases/tag/v1.10.5). + +## Changelog since v1.10.4 +### Changes by Kind +#### Bug Fixes +- `karmada-controller-manager`: Fixed the error of cluster status old condition update will overwrite the newest condition. ([#5401](https://github.com/karmada-io/karmada/pull/5401), @XiShanYongYe-Chang) + +#### Others +- The base image `alpine` now has been promoted from `alpine:3.20.2` to `alpine:3.20.3`. + # v1.10.4 ## Downloads for v1.10.4 diff --git a/docs/CHANGELOG/CHANGELOG-1.11.md b/docs/CHANGELOG/CHANGELOG-1.11.md index 44fa6c8aa7cf..39170c223143 100644 --- a/docs/CHANGELOG/CHANGELOG-1.11.md +++ b/docs/CHANGELOG/CHANGELOG-1.11.md @@ -2,15 +2,23 @@ **Table of Contents** *generated with [DocToc](https://github.com/thlorenz/doctoc)* +- [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) + - [Bug Fixes](#bug-fixes) + - [Others](#others) - [v1.11.0](#v1110) - [Downloads for v1.11.0](#downloads-for-v1110) - [What's New](#whats-new) - [Cluster-Level Resource Propagation Pause and Resume](#cluster-level-resource-propagation-pause-and-resume) - - [Karmadactl offers more advanced features](#karmadactl-offers-more-advanced-features) + - [Karmadactl Offers More Advanced Features](#karmadactl-offers-more-advanced-features) + - [Consistent generation semantics for multi-cluster workloads](#consistent-generation-semantics-for-multi-cluster-workloads) + - [Karmada Operator Supports Custom CRD Download Strategy](#karmada-operator-supports-custom-crd-download-strategy) - [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) @@ -21,6 +29,22 @@ +# v1.11.1 +## Downloads for v1.11.1 + +Download v1.11.1 in the [v1.11.1 release page](https://github.com/karmada-io/karmada/releases/tag/v1.11.1). + +## Changelog since v1.11.0 +### Changes by Kind +#### Bug Fixes +- `karmada-operator`: Fixed the issue where the manifests for the `karmada-scheduler` and `karmada-descheduler` components were not parsed correctly. ([#5550](https://github.com/karmada-io/karmada/pull/5550) @zhzhuang-zju) +- `karmadactl`:Fixed the issue where commands `create`, `annotate`, `delete`, `edit`, `label`, and `patch` cannot specify the namespace flag. ([#5513](https://github.com/karmada-io/karmada/pull/5513) @zhzhuang-zju) +- `karmadactl`: Fixed the issue that karmadactl addon failed to install karmada-scheduler-estimator due to unknown flag. ([#5538](https://github.com/karmada-io/karmada/pull/5538) @chaosi-zju) + +#### Others +- The base image `alpine` now has been promoted from `alpine:3.20.2` to `alpine:3.20.3`. +- Karmada(release-1.11) now using Golang v1.22.7. ([#5531](https://github.com/karmada-io/karmada/pull/5531) @RainbowMango) + # v1.11.0 ## Downloads for v1.11.0 diff --git a/docs/CHANGELOG/CHANGELOG-1.9.md b/docs/CHANGELOG/CHANGELOG-1.9.md index 998f12b3a027..cdf9d17189b9 100644 --- a/docs/CHANGELOG/CHANGELOG-1.9.md +++ b/docs/CHANGELOG/CHANGELOG-1.9.md @@ -2,42 +2,48 @@ **Table of Contents** *generated with [DocToc](https://github.com/thlorenz/doctoc)* -- [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) - [Bug Fixes](#bug-fixes) - [Others](#others) -- [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-1) - [Bug Fixes](#bug-fixes-1) - [Others](#others-1) -- [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-2) - [Bug Fixes](#bug-fixes-2) - [Others](#others-2) -- [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-3) - [Bug Fixes](#bug-fixes-3) - [Others](#others-3) -- [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-4) - [Bug Fixes](#bug-fixes-4) - [Others](#others-4) -- [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-5) - [Bug Fixes](#bug-fixes-5) - [Others](#others-5) +- [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-6) + - [Bug Fixes](#bug-fixes-6) + - [Others](#others-6) - [v1.9.0](#v190) - [Downloads for v1.9.0](#downloads-for-v190) - [What's New](#whats-new) @@ -47,7 +53,7 @@ - [Other Notable Changes](#other-notable-changes) - [API Changes](#api-changes) - [Deprecation](#deprecation) - - [Bug Fixes](#bug-fixes-6) + - [Bug Fixes](#bug-fixes-7) - [Security](#security) - [Features & Enhancements](#features--enhancements) - [Other](#other) @@ -58,6 +64,19 @@ +# v1.9.7 +## Downloads for v1.9.7 + +Download v1.9.7 in the [v1.9.7 release page](https://github.com/karmada-io/karmada/releases/tag/v1.9.7). + +## Changelog since v1.9.6 +### Changes by Kind +#### Bug Fixes +- `karmada-controller-manager`: Fixed the error of cluster status old condition update will overwrite the newest condition. ([#5402](https://github.com/karmada-io/karmada/pull/5402), @XiShanYongYe-Chang) + +#### Others +- The base image `alpine` now has been promoted from `alpine:3.20.2` to `alpine:3.20.3`. + # v1.9.6 ## Downloads for v1.9.6