Skip to content

Commit 211351b

Browse files
authored
Merge pull request #4892 from zhzhuang-zju/releasesigs
Add release notes of v1.7.4, v1.8.3, v1.9.1
2 parents 0e3c382 + b8a4314 commit 211351b

File tree

3 files changed

+80
-18
lines changed

3 files changed

+80
-18
lines changed

docs/CHANGELOG/CHANGELOG-1.7.md

Lines changed: 29 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,30 @@
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.7.3](#v173)
6-
- [Downloads for v1.7.3](#downloads-for-v173)
7-
- [Changelog since v1.7.2](#changelog-since-v172)
5+
- [v1.7.4](#v174)
6+
- [Downloads for v1.7.4](#downloads-for-v174)
7+
- [Changelog since v1.7.3](#changelog-since-v173)
88
- [Changes by Kind](#changes-by-kind)
99
- [Bug Fixes](#bug-fixes)
1010
- [Others](#others)
11-
- [v1.7.2](#v172)
12-
- [Downloads for v1.7.2](#downloads-for-v172)
13-
- [Changelog since v1.7.1](#changelog-since-v171)
11+
- [v1.7.3](#v173)
12+
- [Downloads for v1.7.3](#downloads-for-v173)
13+
- [Changelog since v1.7.2](#changelog-since-v172)
1414
- [Changes by Kind](#changes-by-kind-1)
1515
- [Bug Fixes](#bug-fixes-1)
1616
- [Others](#others-1)
17-
- [v1.7.1](#v171)
18-
- [Downloads for v1.7.1](#downloads-for-v171)
19-
- [Changelog since v1.7.0](#changelog-since-v170)
17+
- [v1.7.2](#v172)
18+
- [Downloads for v1.7.2](#downloads-for-v172)
19+
- [Changelog since v1.7.1](#changelog-since-v171)
2020
- [Changes by Kind](#changes-by-kind-2)
2121
- [Bug Fixes](#bug-fixes-2)
2222
- [Others](#others-2)
23+
- [v1.7.1](#v171)
24+
- [Downloads for v1.7.1](#downloads-for-v171)
25+
- [Changelog since v1.7.0](#changelog-since-v170)
26+
- [Changes by Kind](#changes-by-kind-3)
27+
- [Bug Fixes](#bug-fixes-3)
28+
- [Others](#others-3)
2329
- [v1.7.0](#v170)
2430
- [Downloads for v1.7.0](#downloads-for-v170)
2531
- [What's New](#whats-new)
@@ -31,7 +37,7 @@
3137
- [Other Notable Changes](#other-notable-changes)
3238
- [API Changes](#api-changes)
3339
- [Deprecation](#deprecation)
34-
- [Bug Fixes](#bug-fixes-3)
40+
- [Bug Fixes](#bug-fixes-4)
3541
- [Security](#security)
3642
- [Features & Enhancements](#features--enhancements)
3743
- [Other](#other)
@@ -41,6 +47,19 @@
4147

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

50+
# v1.7.4
51+
## Downloads for v1.7.4
52+
53+
Download v1.7.4 in the [v1.7.4 release page](https://github.com/karmada-io/karmada/releases/tag/v1.7.4).
54+
55+
## Changelog since v1.7.3
56+
### Changes by Kind
57+
#### Bug Fixes
58+
- `karmada-controller-manager`: Fixed incorrect annotation markup when policy preemption occurs. ([#4770](https://github.com/karmada-io/karmada/pull/4770), @XiShanYongYe-Chang)
59+
60+
#### Others
61+
None.
62+
4463
# v1.7.3
4564
## Downloads for v1.7.3
4665

docs/CHANGELOG/CHANGELOG-1.8.md

Lines changed: 28 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,24 @@
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.8.2](#v182)
6-
- [Downloads for v1.8.2](#downloads-for-v182)
7-
- [Changelog since v1.8.1](#changelog-since-v181)
5+
- [v1.8.3](#v183)
6+
- [Downloads for v1.8.3](#downloads-for-v183)
7+
- [Changelog since v1.8.2](#changelog-since-v182)
88
- [Changes by Kind](#changes-by-kind)
99
- [Bug Fixes](#bug-fixes)
1010
- [Others](#others)
11-
- [v1.8.1](#v181)
12-
- [Downloads for v1.8.1](#downloads-for-v181)
13-
- [Changelog since v1.8.0](#changelog-since-v180)
11+
- [v1.8.2](#v182)
12+
- [Downloads for v1.8.2](#downloads-for-v182)
13+
- [Changelog since v1.8.1](#changelog-since-v181)
1414
- [Changes by Kind](#changes-by-kind-1)
1515
- [Bug Fixes](#bug-fixes-1)
1616
- [Others](#others-1)
17+
- [v1.8.1](#v181)
18+
- [Downloads for v1.8.1](#downloads-for-v181)
19+
- [Changelog since v1.8.0](#changelog-since-v180)
20+
- [Changes by Kind](#changes-by-kind-2)
21+
- [Bug Fixes](#bug-fixes-2)
22+
- [Others](#others-2)
1723
- [v1.8.0](#v180)
1824
- [Downloads for v1.8.0](#downloads-for-v180)
1925
- [What's New](#whats-new)
@@ -24,7 +30,7 @@
2430
- [Other Notable Changes](#other-notable-changes)
2531
- [API Changes](#api-changes)
2632
- [Deprecation](#deprecation)
27-
- [Bug Fixes](#bug-fixes-2)
33+
- [Bug Fixes](#bug-fixes-3)
2834
- [Security](#security)
2935
- [Features & Enhancements](#features--enhancements)
3036
- [Other](#other)
@@ -35,6 +41,21 @@
3541

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

44+
# v1.8.3
45+
## Downloads for v1.8.3
46+
47+
Download v1.8.3 in the [v1.8.3 release page](https://github.com/karmada-io/karmada/releases/tag/v1.8.3).
48+
49+
## Changelog since v1.8.2
50+
### Changes by Kind
51+
#### Bug Fixes
52+
- `karmada-controller-manager`: Fixed incorrect annotation markup when policy preemption occurs. ([#4770](https://github.com/karmada-io/karmada/pull/4770), @XiShanYongYe-Chang)
53+
- `karmada-controller-manager`: Fix the problem that labels cannot be deleted via Karmada propagation. ([#4791](https://github.com/karmada-io/karmada/pull/4791), @whitewindmills)
54+
- `karmada-controller-manager`: Fix the problem that work.karmada.io/permanent-id constantly changes with every update. ([#4820](https://github.com/karmada-io/karmada/pull/4820), @XiShanYongYe-Chang)
55+
56+
#### Others
57+
None.
58+
3859
# v1.8.2
3960
## Downloads for v1.8.2
4061

docs/CHANGELOG/CHANGELOG-1.9.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
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.9.1](#v191)
6+
- [Downloads for v1.9.1](#downloads-for-v191)
7+
- [Changelog since v1.9.0](#changelog-since-v190)
8+
- [Changes by Kind](#changes-by-kind)
9+
- [Bug Fixes](#bug-fixes)
10+
- [Others](#others)
511
- [v1.9.0](#v190)
612
- [Downloads for v1.9.0](#downloads-for-v190)
713
- [What's New](#whats-new)
@@ -11,7 +17,7 @@
1117
- [Other Notable Changes](#other-notable-changes)
1218
- [API Changes](#api-changes)
1319
- [Deprecation](#deprecation)
14-
- [Bug Fixes](#bug-fixes)
20+
- [Bug Fixes](#bug-fixes-1)
1521
- [Security](#security)
1622
- [Features & Enhancements](#features--enhancements)
1723
- [Other](#other)
@@ -22,6 +28,22 @@
2228

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

31+
# v1.9.1
32+
## Downloads for v1.9.1
33+
34+
Download v1.9.1 in the [v1.9.1 release page](https://github.com/karmada-io/karmada/releases/tag/v1.9.1).
35+
36+
## Changelog since v1.9.0
37+
### Changes by Kind
38+
#### Bug Fixes
39+
- `karmada-controller-manager`: Fixed incorrect annotation markup when policy preemption occurs. ([#4772](https://github.com/karmada-io/karmada/pull/4772), @XiShanYongYe-Chang)
40+
- `karmada-controller-manager`: Fix the problem that labels cannot be deleted via Karmada propagation. ([#4797](https://github.com/karmada-io/karmada/pull/4797), @whitewindmills)
41+
- `karmada-controller-manager`: Fix the problem that work.karmada.io/permanent-id constantly changes with every update. ([#4819](https://github.com/karmada-io/karmada/pull/4819), @XiShanYongYe-Chang)
42+
- `karmada-controller-manager`: Fixed the bug of mcs binding losing resourcebinding.karmada.io/permanent-id label. ([#4822](https://github.com/karmada-io/karmada/pull/4822), @XiShanYongYe-Chang)
43+
44+
#### Others
45+
None.
46+
2547
# v1.9.0
2648
## Downloads for v1.9.0
2749

0 commit comments

Comments
 (0)