Skip to content

Commit a6c1945

Browse files
authored
Merge pull request #4041 from RainbowMango/pr_releasenotes_145
Update release notes for v1.4.5
2 parents bef84d3 + ebfb7e2 commit a6c1945

File tree

1 file changed

+33
-13
lines changed

1 file changed

+33
-13
lines changed

docs/CHANGELOG/CHANGELOG-1.4.md

Lines changed: 33 additions & 13 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)
@@ -52,6 +58,20 @@
5258
* [Other Notable Changes](#other-notable-changes)
5359
* [Other](#other)
5460

61+
# v1.4.5
62+
## Downloads for v1.4.5
63+
64+
Download v1.4.5 in the [v1.4.5 release page](https://github.com/karmada-io/karmada/releases/tag/v1.4.5).
65+
66+
## Changelog since v1.4.4
67+
### Changes by Kind
68+
#### Bug Fixes
69+
- `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)
70+
- `karmada-controller-manager`: Avoid updating directly cached resource templates. ([#3895](https://github.com/karmada-io/karmada/pull/3895), @whitewindmills)
71+
72+
#### Others
73+
None.
74+
5575
# v1.4.4
5676
## Downloads for v1.4.4
5777

0 commit comments

Comments
 (0)