Add release notes of v1.5.5, v1.6.5, v1.7.2, v1.8.1

Signed-off-by: RainbowMango <qdurenhongcai@gmail.com>
This commit is contained in:
RainbowMango 2023-12-15 10:55:32 +08:00
parent 7395a8bdf5
commit 2406c45cfe
4 changed files with 123 additions and 36 deletions

View File

@ -2,30 +2,36 @@
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE --> <!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
**Table of Contents** *generated with [DocToc](https://github.com/thlorenz/doctoc)* **Table of Contents** *generated with [DocToc](https://github.com/thlorenz/doctoc)*
- [v1.5.4](#v154) - [v1.5.5](#v155)
- [Downloads for v1.5.4](#downloads-for-v154) - [Downloads for v1.5.5](#downloads-for-v155)
- [Changelog since v1.5.3](#changelog-since-v153) - [Changelog since v1.5.4](#changelog-since-v154)
- [Changes by Kind](#changes-by-kind) - [Changes by Kind](#changes-by-kind)
- [Bug Fixes](#bug-fixes) - [Bug Fixes](#bug-fixes)
- [Others](#others) - [Others](#others)
- [v1.5.4](#v154)
- [Downloads for v1.5.4](#downloads-for-v154)
- [Changelog since v1.5.3](#changelog-since-v153)
- [Changes by Kind](#changes-by-kind-1)
- [Bug Fixes](#bug-fixes-1)
- [Others](#others-1)
- [v1.5.3](#v153) - [v1.5.3](#v153)
- [Downloads for v1.5.3](#downloads-for-v153) - [Downloads for v1.5.3](#downloads-for-v153)
- [Changelog since v1.5.2](#changelog-since-v152) - [Changelog since v1.5.2](#changelog-since-v152)
- [Changes by Kind](#changes-by-kind-1)
- [Bug Fixes](#bug-fixes-1)
- [Others](#others-1)
- [v1.5.2](#v152)
- [Downloads for v1.5.2](#downloads-for-v152)
- [Changelog since v1.5.1](#changelog-since-v151)
- [Changes by Kind](#changes-by-kind-2) - [Changes by Kind](#changes-by-kind-2)
- [Bug Fixes](#bug-fixes-2) - [Bug Fixes](#bug-fixes-2)
- [Others](#others-2) - [Others](#others-2)
- [v1.5.1](#v151) - [v1.5.2](#v152)
- [Downloads for v1.5.1](#downloads-for-v151) - [Downloads for v1.5.2](#downloads-for-v152)
- [Changelog since v1.5.0](#changelog-since-v150) - [Changelog since v1.5.1](#changelog-since-v151)
- [Changes by Kind](#changes-by-kind-3) - [Changes by Kind](#changes-by-kind-3)
- [Bug Fixes](#bug-fixes-3) - [Bug Fixes](#bug-fixes-3)
- [Others](#others-3) - [Others](#others-3)
- [v1.5.1](#v151)
- [Downloads for v1.5.1](#downloads-for-v151)
- [Changelog since v1.5.0](#changelog-since-v150)
- [Changes by Kind](#changes-by-kind-4)
- [Bug Fixes](#bug-fixes-4)
- [Others](#others-4)
- [v1.5.0](#v150) - [v1.5.0](#v150)
- [Downloads for v1.5.0](#downloads-for-v150) - [Downloads for v1.5.0](#downloads-for-v150)
- [What's New](#whats-new) - [What's New](#whats-new)
@ -33,7 +39,7 @@
- [New Way to Customize Scheduler](#new-way-to-customize-scheduler) - [New Way to Customize Scheduler](#new-way-to-customize-scheduler)
- [Other Notable Changes](#other-notable-changes) - [Other Notable Changes](#other-notable-changes)
- [API Changes](#api-changes) - [API Changes](#api-changes)
- [Bug Fixes](#bug-fixes-4) - [Bug Fixes](#bug-fixes-5)
- [Security](#security) - [Security](#security)
- [Features & Enhancements](#features--enhancements) - [Features & Enhancements](#features--enhancements)
- [Other](#other) - [Other](#other)
@ -43,6 +49,22 @@
<!-- END doctoc generated TOC please keep comment here to allow auto update --> <!-- END doctoc generated TOC please keep comment here to allow auto update -->
# v1.5.5
## Downloads for v1.5.5
Download v1.5.5 in the [v1.5.5 release page](https://github.com/karmada-io/karmada/releases/tag/v1.5.5).
## Changelog since v1.5.4
### Changes by Kind
### Bug Fixes
- `karmada-controller-manager`: only update `aggregatedStatus` and `conditions` fields during `binding-status controller` updating status of binding. ([#4236](https://github.com/karmada-io/karmada/pull/4236), @jwcesign)
- `karmada-controller-manager`: Pruned job labels `batch.kubernetes.io/controller-uid` and `batch.kubernetes.io/job-name` which were introduced by Kubernetes 1.27. ([#4264](https://github.com/karmada-io/karmada/pull/4264), @liangyuanpeng)
- `karmada-search`: Fix lock race affects watch RestChan not close, causing client hanging when performing watch. ([#4242](https://github.com/karmada-io/karmada/pull/4242), @xigang)
### Others
- `release1.5`: The base image `alpine` now has been promoted from `alpine:3.17.1` to `alpine:3.18.5`. ([#4382](https://github.com/karmada-io/karmada/pull/4382), @zhzhuang-zju)
- Karmada is now built with Go1.19.13. ([#4394](https://github.com/karmada-io/karmada/pull/4394), @RainbowMango)
# v1.5.4 # v1.5.4
## Downloads for v1.5.4 ## Downloads for v1.5.4

View File

@ -2,30 +2,36 @@
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE --> <!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
**Table of Contents** *generated with [DocToc](https://github.com/thlorenz/doctoc)* **Table of Contents** *generated with [DocToc](https://github.com/thlorenz/doctoc)*
- [v1.6.5](#v165)
- [Downloads for v1.6.5](#downloads-for-v165)
- [Changelog since v1.6.4](#changelog-since-v164)
- [Changes by Kind](#changes-by-kind)
- [Bug Fixes](#bug-fixes)
- [Others](#others)
- [v1.6.4](#v164) - [v1.6.4](#v164)
- [Downloads for v1.6.4](#downloads-for-v164) - [Downloads for v1.6.4](#downloads-for-v164)
- [Changelog since v1.6.3](#changelog-since-v163) - [Changelog since v1.6.3](#changelog-since-v163)
- [Changes by Kind](#changes-by-kind) - [Changes by Kind](#changes-by-kind-1)
- [Bug Fixes](#bug-fixes) - [Bug Fixes](#bug-fixes-1)
- [Others](#others) - [Others](#others-1)
- [v1.6.3](#v163) - [v1.6.3](#v163)
- [Downloads for v1.6.3](#downloads-for-v163) - [Downloads for v1.6.3](#downloads-for-v163)
- [Changelog since v1.6.2](#changelog-since-v162) - [Changelog since v1.6.2](#changelog-since-v162)
- [Changes by Kind](#changes-by-kind-1)
- [Bug Fixes](#bug-fixes-1)
- [Others](#others-1)
- [v1.6.2](#v162)
- [Downloads for v1.6.2](#downloads-for-v162)
- [Changelog since v1.6.1](#changelog-since-v161)
- [Changes by Kind](#changes-by-kind-2) - [Changes by Kind](#changes-by-kind-2)
- [Bug Fixes](#bug-fixes-2) - [Bug Fixes](#bug-fixes-2)
- [Others](#others-2) - [Others](#others-2)
- [v1.6.1](#v161) - [v1.6.2](#v162)
- [Downloads for v1.6.1](#downloads-for-v161) - [Downloads for v1.6.2](#downloads-for-v162)
- [Changelog since v1.6.0](#changelog-since-v160) - [Changelog since v1.6.1](#changelog-since-v161)
- [Changes by Kind](#changes-by-kind-3) - [Changes by Kind](#changes-by-kind-3)
- [Bug Fixes](#bug-fixes-3) - [Bug Fixes](#bug-fixes-3)
- [Others](#others-3) - [Others](#others-3)
- [v1.6.1](#v161)
- [Downloads for v1.6.1](#downloads-for-v161)
- [Changelog since v1.6.0](#changelog-since-v160)
- [Changes by Kind](#changes-by-kind-4)
- [Bug Fixes](#bug-fixes-4)
- [Others](#others-4)
- [v1.6.0](#v160) - [v1.6.0](#v160)
- [Downloads for v1.6.0](#downloads-for-v160) - [Downloads for v1.6.0](#downloads-for-v160)
- [What's New](#whats-new) - [What's New](#whats-new)
@ -35,7 +41,7 @@
- [Third-party Resource Interpreter](#third-party-resource-interpreter) - [Third-party Resource Interpreter](#third-party-resource-interpreter)
- [Other Notable Changes](#other-notable-changes) - [Other Notable Changes](#other-notable-changes)
- [API Changes](#api-changes) - [API Changes](#api-changes)
- [Bug Fixes](#bug-fixes-4) - [Bug Fixes](#bug-fixes-5)
- [Security](#security) - [Security](#security)
- [Features & Enhancements](#features--enhancements) - [Features & Enhancements](#features--enhancements)
- [Other](#other) - [Other](#other)
@ -45,6 +51,22 @@
<!-- END doctoc generated TOC please keep comment here to allow auto update --> <!-- END doctoc generated TOC please keep comment here to allow auto update -->
# v1.6.5
## Downloads for v1.6.5
Download v1.6.5 in the [v1.6.5 release page](https://github.com/karmada-io/karmada/releases/tag/v1.6.5).
## Changelog since v1.6.4
### Changes by Kind
#### Bug Fixes
- `karmada-controller-manager`: only update `aggregatedStatus` and `conditions` fields during `binding-status controller` updating status of binding. ([#4235](https://github.com/karmada-io/karmada/pull/4235), @jwcesign)
- `karmada-controller-manager`: Pruned job labels `batch.kubernetes.io/controller-uid` and `batch.kubernetes.io/job-name` which were introduced by Kubernetes 1.27. ([#4265](https://github.com/karmada-io/karmada/pull/4265), @liangyuanpeng)
- `karmada-search`: Fix lock race affects watch RestChan not close, causing client hanging when performing watch. ([#4241](https://github.com/karmada-io/karmada/pull/4241), @xigang)
#### Others
- `release1.6`: The base image `alpine` now has been promoted from `alpine:3.17.1` to `alpine:3.18.5`. ([#4381](https://github.com/karmada-io/karmada/pull/4381), @zhzhuang-zju)
- Karmada is now built with Go1.20.12. ([#4395](https://github.com/karmada-io/karmada/pull/4395), @RainbowMango)
# v1.6.4 # v1.6.4
## Downloads for v1.6.4 ## Downloads for v1.6.4
@ -52,11 +74,11 @@ Download v1.6.4 in the [v1.6.4 release page](https://github.com/karmada-io/karma
## Changelog since v1.6.3 ## Changelog since v1.6.3
### Changes by Kind ### Changes by Kind
### Bug Fixes #### Bug Fixes
- `karmada-controller-manager`: Fix panic when FederatedHPA's SelectPolicy is nil and FederatedHPA webhook is disabled. ([#4104](https://github.com/karmada-io/karmada/pull/4104), @jwcesign) - `karmada-controller-manager`: Fix panic when FederatedHPA's SelectPolicy is nil and FederatedHPA webhook is disabled. ([#4104](https://github.com/karmada-io/karmada/pull/4104), @jwcesign)
### Others #### Others
None. NONE
# v1.6.3 # v1.6.3
## Downloads for v1.6.3 ## Downloads for v1.6.3
@ -65,12 +87,12 @@ Download v1.6.3 in the [v1.6.3 release page](https://github.com/karmada-io/karma
## Changelog since v1.6.2 ## Changelog since v1.6.2
### Changes by Kind ### Changes by Kind
### Bug Fixes #### Bug Fixes
- `karmada-search`: Fixed a panic due to concurrent mutating objects in the informer cache. ([#3978](https://github.com/karmada-io/karmada/pull/3978), @chaosi-zju) - `karmada-search`: Fixed a panic due to concurrent mutating objects in the informer cache. ([#3978](https://github.com/karmada-io/karmada/pull/3978), @chaosi-zju)
- `karmada-controller-manager`: Avoid updating directly cached resource templates. ([#3893](https://github.com/karmada-io/karmada/pull/3893), @whitewindmills) - `karmada-controller-manager`: Avoid updating directly cached resource templates. ([#3893](https://github.com/karmada-io/karmada/pull/3893), @whitewindmills)
- `karmada-aggregated-apiserver`: Fixed the issue that can not proxy `exec` request to a proxy issue. ([#4022](https://github.com/karmada-io/karmada/pull/4022), @jwcesign) - `karmada-aggregated-apiserver`: Fixed the issue that can not proxy `exec` request to a proxy issue. ([#4022](https://github.com/karmada-io/karmada/pull/4022), @jwcesign)
### Others #### Others
- Bump k8s.io dependencies to v0.26.4 to fix a possible panic. ([#3925](https://github.com/karmada-io/karmada/pull/3925), @liangyuanpeng) - Bump k8s.io dependencies to v0.26.4 to fix a possible panic. ([#3925](https://github.com/karmada-io/karmada/pull/3925), @liangyuanpeng)
# v1.6.2 # v1.6.2

View File

@ -2,12 +2,18 @@
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE --> <!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
**Table of Contents** *generated with [DocToc](https://github.com/thlorenz/doctoc)* **Table of Contents** *generated with [DocToc](https://github.com/thlorenz/doctoc)*
- [v1.7.1](#v171) - [v1.7.2](#v172)
- [Downloads for v1.7.1](#downloads-for-v171) - [Downloads for v1.7.2](#downloads-for-v172)
- [Changelog since v1.7.0](#changelog-since-v170) - [Changelog since v1.7.1](#changelog-since-v171)
- [Changes by Kind](#changes-by-kind) - [Changes by Kind](#changes-by-kind)
- [Bug Fixes](#bug-fixes) - [Bug Fixes](#bug-fixes)
- [Others](#others) - [Others](#others)
- [v1.7.1](#v171)
- [Downloads for v1.7.1](#downloads-for-v171)
- [Changelog since v1.7.0](#changelog-since-v170)
- [Changes by Kind](#changes-by-kind-1)
- [Bug Fixes](#bug-fixes-1)
- [Others](#others-1)
- [v1.7.0](#v170) - [v1.7.0](#v170)
- [Downloads for v1.7.0](#downloads-for-v170) - [Downloads for v1.7.0](#downloads-for-v170)
- [What's New](#whats-new) - [What's New](#whats-new)
@ -19,7 +25,7 @@
- [Other Notable Changes](#other-notable-changes) - [Other Notable Changes](#other-notable-changes)
- [API Changes](#api-changes) - [API Changes](#api-changes)
- [Deprecation](#deprecation) - [Deprecation](#deprecation)
- [Bug Fixes](#bug-fixes-1) - [Bug Fixes](#bug-fixes-2)
- [Security](#security) - [Security](#security)
- [Features & Enhancements](#features--enhancements) - [Features & Enhancements](#features--enhancements)
- [Other](#other) - [Other](#other)
@ -29,6 +35,23 @@
<!-- END doctoc generated TOC please keep comment here to allow auto update --> <!-- END doctoc generated TOC please keep comment here to allow auto update -->
# v1.7.2
## Downloads for v1.7.2
Download v1.7.2 in the [v1.7.2 release page](https://github.com/karmada-io/karmada/releases/tag/v1.7.2).
## Changelog since v1.7.1
### Changes by Kind
#### Bug Fixes
- `karmada-controller-manager`: only update `aggregatedStatus` and `conditions` fields during `binding-status controller` updating status of binding. ([#4234](https://github.com/karmada-io/karmada/pull/4234), @jwcesign)
- `karmada-controller-manager`: Pruned job labels `batch.kubernetes.io/controller-uid` and `batch.kubernetes.io/job-name` which were introduced by Kubernetes 1.27. ([#4263](https://github.com/karmada-io/karmada/pull/4263), @liangyuanpeng)
- `karmada-search`: Fix lock race affects watch RestChan not close, causing client hanging when performing watch. ([#4239](https://github.com/karmada-io/karmada/pull/4239), @xigang)
- `karmada-operator`: Fixed can not load Karmada v1.7.0 crds issue. ([#4207](https://github.com/karmada-io/karmada/pull/4207), @liangyuanpeng)
#### Others
- `release1.7`: The base image `alpine` now has been promoted from `alpine:3.18.3` to `alpine:3.18.5` ([#4380](https://github.com/karmada-io/karmada/pull/4380), @zhzhuang-zju)
- Karmada is now built with Go1.20.12. ([#4369](https://github.com/karmada-io/karmada/pull/4396), @RainbowMango)
# v1.7.1 # v1.7.1
## Downloads for v1.7.1 ## Downloads for v1.7.1

View File

@ -2,6 +2,12 @@
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE --> <!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
**Table of Contents** *generated with [DocToc](https://github.com/thlorenz/doctoc)* **Table of Contents** *generated with [DocToc](https://github.com/thlorenz/doctoc)*
- [v1.8.1](#v181)
- [Downloads for v1.8.1](#downloads-for-v181)
- [Changelog since v1.8.0](#changelog-since-v180)
- [Changes by Kind](#changes-by-kind)
- [Bug Fixes](#bug-fixes)
- [Others](#others)
- [v1.8.0](#v180) - [v1.8.0](#v180)
- [Downloads for v1.8.0](#downloads-for-v180) - [Downloads for v1.8.0](#downloads-for-v180)
- [What's New](#whats-new) - [What's New](#whats-new)
@ -12,7 +18,7 @@
- [Other Notable Changes](#other-notable-changes) - [Other Notable Changes](#other-notable-changes)
- [API Changes](#api-changes) - [API Changes](#api-changes)
- [Deprecation](#deprecation) - [Deprecation](#deprecation)
- [Bug Fixes](#bug-fixes) - [Bug Fixes](#bug-fixes-1)
- [Security](#security) - [Security](#security)
- [Features & Enhancements](#features--enhancements) - [Features & Enhancements](#features--enhancements)
- [Other](#other) - [Other](#other)
@ -23,6 +29,20 @@
<!-- END doctoc generated TOC please keep comment here to allow auto update --> <!-- END doctoc generated TOC please keep comment here to allow auto update -->
# v1.8.1
## Downloads for v1.8.1
Download v1.8.1 in the [v1.8.1 release page](https://github.com/karmada-io/karmada/releases/tag/v1.8.1).
## Changelog since v1.8.0
### Changes by Kind
#### Bug Fixes
- `karmada-controller-manager`: fix incorrect `forType` in `cluster-resource-binding-status controller` from `ResouceBinding` to `ClusterResourceBinding`. ([#4365](https://github.com/karmada-io/karmada/pull/4365), @lxtywypc)
- `karmadactl`: Fixed return err in case of `secret.spec.caBundle` is nil. ([#4391](https://github.com/karmada-io/karmada/pull/4391), @XiShanYongYe-Chang)
#### Others
- Karmada is now built with Go1.20.12. ([#4397](https://github.com/karmada-io/karmada/pull/4397), @RainbowMango)
# v1.8.0 # v1.8.0
## Downloads for v1.8.0 ## Downloads for v1.8.0