Skip to content

Commit

Permalink
Merge pull request #4043 from RainbowMango/pr_releasenotes_163
Browse files Browse the repository at this point in the history
Update release notes for v1.6.3
  • Loading branch information
karmada-bot authored Sep 7, 2023
2 parents 4c15af6 + 662a8b3 commit e1eb417
Show file tree
Hide file tree
Showing 3 changed files with 106 additions and 33 deletions.
51 changes: 32 additions & 19 deletions docs/CHANGELOG/CHANGELOG-1.4.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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)
Expand All @@ -45,12 +51,19 @@

<!-- END doctoc generated TOC please keep comment here to allow auto update -->

* [v1.4.0](#v140)
* [Downloads for v1.4.0](#downloads-for-v140)
* [Karmada v1.4 Release Notes](#karmada-v14-release-notes)
* [1.4 What's New](#whats-new)
* [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
Expand Down
53 changes: 46 additions & 7 deletions docs/CHANGELOG/CHANGELOG-1.5.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,26 +2,38 @@
<!-- 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-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)
- [Bug Fixes](#bug-fixes)
- [Others](#others)
- [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-1)
- [Bug Fixes](#bug-fixes-1)
- [Others](#others-1)
- [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)
- [Multiple Scheduling Groups](#multiple-scheduling-groups)
- [New Way to Customize Scheduler](#new-way-to-customize-scheduler)
- [Other Notable Changes](#other-notable-changes)
- [API Changes](#api-changes)
- [Bug Fixes](#bug-fixes-2)
- [Bug Fixes](#bug-fixes-4)
- [Security](#security)
- [Features & Enhancements](#features--enhancements)
- [Other](#other)
Expand All @@ -31,6 +43,33 @@

<!-- 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

Download v1.5.3 in the [v1.5.3 release page](https://github.com/karmada-io/karmada/releases/tag/v1.5.3).

## Changelog since v1.5.2
### Changes by Kind
#### Bug Fixes
- Chart: Fixed the issue that `karmada-search` no ETCD secret volume mount when using external ETCD. (#3785, @my-git9)

#### Others
None.

# v1.5.2
## Downloads for v1.5.2

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

Expand Down

0 comments on commit e1eb417

Please sign in to comment.