Merge pull request #4040 from RainbowMango/pr_patch_releasenotes

Update release notes for v1.4.5, v1.5.4, 1.6.3
This commit is contained in:
karmada-bot 2023-09-07 17:45:49 +08:00 committed by GitHub
commit bd37e7472b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 91 additions and 30 deletions

View File

@ -2,30 +2,36 @@
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
**Table of Contents** *generated with [DocToc](https://github.com/thlorenz/doctoc)*
- [v1.4.4](#v144)
- [Downloads for v1.4.4](#downloads-for-v144)
- [Changelog since v1.4.3](#changelog-since-v143)
- [v1.4.5](#v145)
- [Downloads for v1.4.5](#downloads-for-v145)
- [Changelog since v1.4.4](#changelog-since-v144)
- [Changes by Kind](#changes-by-kind)
- [Bug Fixes](#bug-fixes)
- [Others](#others)
- [v1.4.3](#v143)
- [Downloads for v1.4.3](#downloads-for-v143)
- [Changelog since v1.4.2](#changelog-since-v142)
- [v1.4.4](#v144)
- [Downloads for v1.4.4](#downloads-for-v144)
- [Changelog since v1.4.3](#changelog-since-v143)
- [Changes by Kind](#changes-by-kind-1)
- [Bug Fixes](#bug-fixes-1)
- [Others](#others-1)
- [v1.4.2](#v142)
- [Downloads for v1.4.2](#downloads-for-v142)
- [Changelog since v1.4.1](#changelog-since-v141)
- [v1.4.3](#v143)
- [Downloads for v1.4.3](#downloads-for-v143)
- [Changelog since v1.4.2](#changelog-since-v142)
- [Changes by Kind](#changes-by-kind-2)
- [Bug Fixes](#bug-fixes-2)
- [Others](#others-2)
- [v1.4.1](#v141)
- [Downloads for v1.4.1](#downloads-for-v141)
- [Changelog since v1.4.0](#changelog-since-v140)
- [v1.4.2](#v142)
- [Downloads for v1.4.2](#downloads-for-v142)
- [Changelog since v1.4.1](#changelog-since-v141)
- [Changes by Kind](#changes-by-kind-3)
- [Bug Fixes](#bug-fixes-3)
- [Others](#others-3)
- [v1.4.1](#v141)
- [Downloads for v1.4.1](#downloads-for-v141)
- [Changelog since v1.4.0](#changelog-since-v140)
- [Changes by Kind](#changes-by-kind-4)
- [Bug Fixes](#bug-fixes-4)
- [Others](#others-4)
- [v1.4.0](#v140)
- [Downloads for v1.4.0](#downloads-for-v140)
- [Karmada v1.4 Release Notes](#karmada-v14-release-notes)
@ -35,7 +41,7 @@
- [Instrumentation improvement](#instrumentation-improvement)
- [Other Notable Changes](#other-notable-changes)
- [API Changes](#api-changes)
- [Bug Fixes](#bug-fixes-4)
- [Bug Fixes](#bug-fixes-5)
- [Security](#security)
- [Features & Enhancements](#features--enhancements)
- [Other](#other)
@ -52,6 +58,20 @@
* [Other Notable Changes](#other-notable-changes)
* [Other](#other)
# v1.4.5
## Downloads for v1.4.5
Download v1.4.5 in the [v1.4.5 release page](https://github.com/karmada-io/karmada/releases/tag/v1.4.5).
## Changelog since v1.4.4
### Changes by Kind
#### Bug Fixes
- `karmada-search`: Fixed a panic due to concurrent mutating objects in the informer cache. ([#3976](https://github.com/karmada-io/karmada/pull/3976), @chaosi-zju)
- `karmada-controller-manager`: Avoid updating directly cached resource templates. ([#3895](https://github.com/karmada-io/karmada/pull/3895), @whitewindmills)
#### Others
None.
# v1.4.4
## Downloads for v1.4.4

View File

@ -2,24 +2,30 @@
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
**Table of Contents** *generated with [DocToc](https://github.com/thlorenz/doctoc)*
- [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)
- [Bug Fixes](#bug-fixes)
- [Others](#others)
- [v1.5.3](#v153)
- [Downloads for v1.5.3](#downloads-for-v153)
- [Changelog since v1.5.2](#changelog-since-v152)
- [Changes by Kind](#changes-by-kind)
- [Bug Fixes](#bug-fixes)
- [Others](#others)
- [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-1)
- [Bug Fixes](#bug-fixes-1)
- [Others](#others-1)
- [v1.5.1](#v151)
- [Downloads for v1.5.1](#downloads-for-v151)
- [Changelog since v1.5.0](#changelog-since-v150)
- [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)
- [Bug Fixes](#bug-fixes-2)
- [Others](#others-2)
- [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-3)
- [Bug Fixes](#bug-fixes-3)
- [Others](#others-3)
- [v1.5.0](#v150)
- [Downloads for v1.5.0](#downloads-for-v150)
- [What's New](#whats-new)
@ -27,7 +33,7 @@
- [New Way to Customize Scheduler](#new-way-to-customize-scheduler)
- [Other Notable Changes](#other-notable-changes)
- [API Changes](#api-changes)
- [Bug Fixes](#bug-fixes-3)
- [Bug Fixes](#bug-fixes-4)
- [Security](#security)
- [Features & Enhancements](#features--enhancements)
- [Other](#other)
@ -37,6 +43,20 @@
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
# v1.5.4
## Downloads for v1.5.4
Download v1.5.4 in the [v1.5.4 release page](https://github.com/karmada-io/karmada/releases/tag/v1.5.4).
## Changelog since v1.5.3
### Changes by Kind
### Bug Fixes
- `karmada-search`: Fixed a panic due to concurrent mutating objects in the informer cache. ([#3977](https://github.com/karmada-io/karmada/pull/3977), @chaosi-zju)
- `karmada-controller-manager`: Avoid updating directly cached resource templates. ([#3894](https://github.com/karmada-io/karmada/pull/3894), @whitewindmills)
### Others
- Bump k8s.io dependencies to v0.26.4 to fix a possible panic. ([#3930](https://github.com/karmada-io/karmada/pull/3930), @liangyuanpeng)
# v1.5.3
## Downloads for v1.5.3

View File

@ -2,18 +2,24 @@
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
**Table of Contents** *generated with [DocToc](https://github.com/thlorenz/doctoc)*
- [v1.6.3](#v163)
- [Downloads for v1.6.3](#downloads-for-v163)
- [Changelog since v1.6.2](#changelog-since-v162)
- [Changes by Kind](#changes-by-kind)
- [Bug Fixes](#bug-fixes)
- [Others](#others)
- [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)
- [Bug Fixes](#bug-fixes)
- [Others](#others)
- [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-1)
- [Bug Fixes](#bug-fixes-1)
- [Others](#others-1)
- [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-2)
- [Bug Fixes](#bug-fixes-2)
- [Others](#others-2)
- [v1.6.0](#v160)
- [Downloads for v1.6.0](#downloads-for-v160)
- [What's New](#whats-new)
@ -23,7 +29,7 @@
- [Third-party Resource Interpreter](#third-party-resource-interpreter)
- [Other Notable Changes](#other-notable-changes)
- [API Changes](#api-changes)
- [Bug Fixes](#bug-fixes-2)
- [Bug Fixes](#bug-fixes-3)
- [Security](#security)
- [Features & Enhancements](#features--enhancements)
- [Other](#other)
@ -33,6 +39,21 @@
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
# v1.6.3
## Downloads for v1.6.3
Download v1.6.3 in the [v1.6.3 release page](https://github.com/karmada-io/karmada/releases/tag/v1.6.3).
## Changelog since v1.6.2
### Changes by Kind
### 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-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)
### Others
- 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
## Downloads for v1.6.2