Skip to content

Commit c490a34

Browse files
authored
Merge pull request #4042 from RainbowMango/pr_releasenotes_154
Update release notes for v1.5.4
2 parents 48eda24 + 0180d86 commit c490a34

File tree

2 files changed

+62
-29
lines changed

2 files changed

+62
-29
lines changed

docs/CHANGELOG/CHANGELOG-1.4.md

Lines changed: 32 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -2,30 +2,36 @@
22
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
33
**Table of Contents** *generated with [DocToc](https://github.com/thlorenz/doctoc)*
44

5-
- [v1.4.4](#v144)
6-
- [Downloads for v1.4.4](#downloads-for-v144)
7-
- [Changelog since v1.4.3](#changelog-since-v143)
5+
- [v1.4.5](#v145)
6+
- [Downloads for v1.4.5](#downloads-for-v145)
7+
- [Changelog since v1.4.4](#changelog-since-v144)
88
- [Changes by Kind](#changes-by-kind)
99
- [Bug Fixes](#bug-fixes)
1010
- [Others](#others)
11-
- [v1.4.3](#v143)
12-
- [Downloads for v1.4.3](#downloads-for-v143)
13-
- [Changelog since v1.4.2](#changelog-since-v142)
11+
- [v1.4.4](#v144)
12+
- [Downloads for v1.4.4](#downloads-for-v144)
13+
- [Changelog since v1.4.3](#changelog-since-v143)
1414
- [Changes by Kind](#changes-by-kind-1)
1515
- [Bug Fixes](#bug-fixes-1)
1616
- [Others](#others-1)
17-
- [v1.4.2](#v142)
18-
- [Downloads for v1.4.2](#downloads-for-v142)
19-
- [Changelog since v1.4.1](#changelog-since-v141)
17+
- [v1.4.3](#v143)
18+
- [Downloads for v1.4.3](#downloads-for-v143)
19+
- [Changelog since v1.4.2](#changelog-since-v142)
2020
- [Changes by Kind](#changes-by-kind-2)
2121
- [Bug Fixes](#bug-fixes-2)
2222
- [Others](#others-2)
23-
- [v1.4.1](#v141)
24-
- [Downloads for v1.4.1](#downloads-for-v141)
25-
- [Changelog since v1.4.0](#changelog-since-v140)
23+
- [v1.4.2](#v142)
24+
- [Downloads for v1.4.2](#downloads-for-v142)
25+
- [Changelog since v1.4.1](#changelog-since-v141)
2626
- [Changes by Kind](#changes-by-kind-3)
2727
- [Bug Fixes](#bug-fixes-3)
2828
- [Others](#others-3)
29+
- [v1.4.1](#v141)
30+
- [Downloads for v1.4.1](#downloads-for-v141)
31+
- [Changelog since v1.4.0](#changelog-since-v140)
32+
- [Changes by Kind](#changes-by-kind-4)
33+
- [Bug Fixes](#bug-fixes-4)
34+
- [Others](#others-4)
2935
- [v1.4.0](#v140)
3036
- [Downloads for v1.4.0](#downloads-for-v140)
3137
- [Karmada v1.4 Release Notes](#karmada-v14-release-notes)
@@ -35,7 +41,7 @@
3541
- [Instrumentation improvement](#instrumentation-improvement)
3642
- [Other Notable Changes](#other-notable-changes)
3743
- [API Changes](#api-changes)
38-
- [Bug Fixes](#bug-fixes-4)
44+
- [Bug Fixes](#bug-fixes-5)
3945
- [Security](#security)
4046
- [Features & Enhancements](#features--enhancements)
4147
- [Other](#other)
@@ -45,12 +51,19 @@
4551

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

48-
* [v1.4.0](#v140)
49-
* [Downloads for v1.4.0](#downloads-for-v140)
50-
* [Karmada v1.4 Release Notes](#karmada-v14-release-notes)
51-
* [1.4 What's New](#whats-new)
52-
* [Other Notable Changes](#other-notable-changes)
53-
* [Other](#other)
54+
# v1.4.5
55+
## Downloads for v1.4.5
56+
57+
Download v1.4.5 in the [v1.4.5 release page](https://github.com/karmada-io/karmada/releases/tag/v1.4.5).
58+
59+
## Changelog since v1.4.4
60+
### Changes by Kind
61+
#### Bug Fixes
62+
- `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)
63+
- `karmada-controller-manager`: Avoid updating directly cached resource templates. ([#3895](https://github.com/karmada-io/karmada/pull/3895), @whitewindmills)
64+
65+
#### Others
66+
None.
5467

5568
# v1.4.4
5669
## Downloads for v1.4.4

docs/CHANGELOG/CHANGELOG-1.5.md

Lines changed: 30 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,32 +2,38 @@
22
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
33
**Table of Contents** *generated with [DocToc](https://github.com/thlorenz/doctoc)*
44

5+
- [v1.5.4](#v154)
6+
- [Downloads for v1.5.4](#downloads-for-v154)
7+
- [Changelog since v1.5.3](#changelog-since-v153)
8+
- [Changes by Kind](#changes-by-kind)
9+
- [Bug Fixes](#bug-fixes)
10+
- [Others](#others)
511
- [v1.5.3](#v153)
612
- [Downloads for v1.5.3](#downloads-for-v153)
713
- [Changelog since v1.5.2](#changelog-since-v152)
8-
- [Changes by Kind](#changes-by-kind)
9-
- [Bug Fixes](#bug-fixes)
10-
- [Others](#others)
11-
- [v1.5.2](#v152)
12-
- [Downloads for v1.5.2](#downloads-for-v152)
13-
- [Changelog since v1.5.1](#changelog-since-v151)
1414
- [Changes by Kind](#changes-by-kind-1)
1515
- [Bug Fixes](#bug-fixes-1)
1616
- [Others](#others-1)
17-
- [v1.5.1](#v151)
18-
- [Downloads for v1.5.1](#downloads-for-v151)
19-
- [Changelog since v1.5.0](#changelog-since-v150)
17+
- [v1.5.2](#v152)
18+
- [Downloads for v1.5.2](#downloads-for-v152)
19+
- [Changelog since v1.5.1](#changelog-since-v151)
2020
- [Changes by Kind](#changes-by-kind-2)
2121
- [Bug Fixes](#bug-fixes-2)
2222
- [Others](#others-2)
23+
- [v1.5.1](#v151)
24+
- [Downloads for v1.5.1](#downloads-for-v151)
25+
- [Changelog since v1.5.0](#changelog-since-v150)
26+
- [Changes by Kind](#changes-by-kind-3)
27+
- [Bug Fixes](#bug-fixes-3)
28+
- [Others](#others-3)
2329
- [v1.5.0](#v150)
2430
- [Downloads for v1.5.0](#downloads-for-v150)
2531
- [What's New](#whats-new)
2632
- [Multiple Scheduling Groups](#multiple-scheduling-groups)
2733
- [New Way to Customize Scheduler](#new-way-to-customize-scheduler)
2834
- [Other Notable Changes](#other-notable-changes)
2935
- [API Changes](#api-changes)
30-
- [Bug Fixes](#bug-fixes-3)
36+
- [Bug Fixes](#bug-fixes-4)
3137
- [Security](#security)
3238
- [Features & Enhancements](#features--enhancements)
3339
- [Other](#other)
@@ -37,6 +43,20 @@
3743

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

46+
# v1.5.4
47+
## Downloads for v1.5.4
48+
49+
Download v1.5.4 in the [v1.5.4 release page](https://github.com/karmada-io/karmada/releases/tag/v1.5.4).
50+
51+
## Changelog since v1.5.3
52+
### Changes by Kind
53+
### Bug Fixes
54+
- `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)
55+
- `karmada-controller-manager`: Avoid updating directly cached resource templates. ([#3894](https://github.com/karmada-io/karmada/pull/3894), @whitewindmills)
56+
57+
### Others
58+
- Bump k8s.io dependencies to v0.26.4 to fix a possible panic. ([#3930](https://github.com/karmada-io/karmada/pull/3930), @liangyuanpeng)
59+
4060
# v1.5.3
4161
## Downloads for v1.5.3
4262

0 commit comments

Comments
 (0)