Skip to content

Commit 1e23f36

Browse files
authored
Merge pull request #5112 from zhzhuang-zju/release1.10.2
Add release notes of v1.8.5, v1.9.4, v1.10.2
2 parents 9928020 + 6d12e6b commit 1e23f36

File tree

3 files changed

+84
-27
lines changed

3 files changed

+84
-27
lines changed

docs/CHANGELOG/CHANGELOG-1.10.md

Lines changed: 23 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,18 @@
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.10.1](#v1101)
6-
- [Downloads for v1.10.1](#downloads-for-v1101)
7-
- [Changelog since v1.10.0](#changelog-since-v1100)
5+
- [v1.10.2](#v1102)
6+
- [Downloads for v1.10.2](#downloads-for-v1102)
7+
- [Changelog since v1.10.1](#changelog-since-v1101)
88
- [Changes by Kind](#changes-by-kind)
99
- [Bug Fixes](#bug-fixes)
1010
- [Others](#others)
11+
- [v1.10.1](#v1101)
12+
- [Downloads for v1.10.1](#downloads-for-v1101)
13+
- [Changelog since v1.10.0](#changelog-since-v1100)
14+
- [Changes by Kind](#changes-by-kind-1)
15+
- [Bug Fixes](#bug-fixes-1)
16+
- [Others](#others-1)
1117
- [v1.10.0](#v1100)
1218
- [Downloads for v1.10.0](#downloads-for-v1100)
1319
- [What's New](#whats-new)
@@ -16,7 +22,7 @@
1622
- [Other Notable Changes](#other-notable-changes)
1723
- [API Changes](#api-changes)
1824
- [Deprecation](#deprecation)
19-
- [Bug Fixes](#bug-fixes-1)
25+
- [Bug Fixes](#bug-fixes-2)
2026
- [Security](#security)
2127
- [Features & Enhancements](#features--enhancements)
2228
- [Other](#other)
@@ -27,6 +33,19 @@
2733

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

36+
# v1.10.2
37+
## Downloads for v1.10.2
38+
39+
Download v1.10.2 in the [v1.10.2 release page](https://github.com/karmada-io/karmada/releases/tag/v1.10.2).
40+
41+
## Changelog since v1.10.1
42+
### Changes by Kind
43+
#### Bug Fixes
44+
- `karmada-controller-manager`: Fixed the issue that the default resource interpreter doesn't accurately interpret the numbers of replicas. ([#5108](https://github.com/karmada-io/karmada/pull/5108), @whitewindmills)
45+
46+
#### Others
47+
- The base image `alpine` now has been promoted from `alpine:3.20.0` to `alpine:3.20.1`. ([#5093](https://github.com/karmada-io/karmada/pull/5093))
48+
3049
# v1.10.1
3150
## Downloads for v1.10.1
3251

docs/CHANGELOG/CHANGELOG-1.8.md

Lines changed: 32 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.8.4](#v184)
6-
- [Downloads for v1.8.4](#downloads-for-v184)
7-
- [Changelog since v1.8.3](#changelog-since-v183)
5+
- [v1.8.5](#v185)
6+
- [Downloads for v1.8.5](#downloads-for-v185)
7+
- [Changelog since v1.8.4](#changelog-since-v184)
88
- [Changes by Kind](#changes-by-kind)
99
- [Bug Fixes](#bug-fixes)
1010
- [Others](#others)
11-
- [v1.8.3](#v183)
12-
- [Downloads for v1.8.3](#downloads-for-v183)
13-
- [Changelog since v1.8.2](#changelog-since-v182)
11+
- [v1.8.4](#v184)
12+
- [Downloads for v1.8.4](#downloads-for-v184)
13+
- [Changelog since v1.8.3](#changelog-since-v183)
1414
- [Changes by Kind](#changes-by-kind-1)
1515
- [Bug Fixes](#bug-fixes-1)
1616
- [Others](#others-1)
17-
- [v1.8.2](#v182)
18-
- [Downloads for v1.8.2](#downloads-for-v182)
19-
- [Changelog since v1.8.1](#changelog-since-v181)
17+
- [v1.8.3](#v183)
18+
- [Downloads for v1.8.3](#downloads-for-v183)
19+
- [Changelog since v1.8.2](#changelog-since-v182)
2020
- [Changes by Kind](#changes-by-kind-2)
2121
- [Bug Fixes](#bug-fixes-2)
2222
- [Others](#others-2)
23-
- [v1.8.1](#v181)
24-
- [Downloads for v1.8.1](#downloads-for-v181)
25-
- [Changelog since v1.8.0](#changelog-since-v180)
23+
- [v1.8.2](#v182)
24+
- [Downloads for v1.8.2](#downloads-for-v182)
25+
- [Changelog since v1.8.1](#changelog-since-v181)
2626
- [Changes by Kind](#changes-by-kind-3)
2727
- [Bug Fixes](#bug-fixes-3)
2828
- [Others](#others-3)
29+
- [v1.8.1](#v181)
30+
- [Downloads for v1.8.1](#downloads-for-v181)
31+
- [Changelog since v1.8.0](#changelog-since-v180)
32+
- [Changes by Kind](#changes-by-kind-4)
33+
- [Bug Fixes](#bug-fixes-4)
34+
- [Others](#others-4)
2935
- [v1.8.0](#v180)
3036
- [Downloads for v1.8.0](#downloads-for-v180)
3137
- [What's New](#whats-new)
@@ -36,7 +42,7 @@
3642
- [Other Notable Changes](#other-notable-changes)
3743
- [API Changes](#api-changes)
3844
- [Deprecation](#deprecation)
39-
- [Bug Fixes](#bug-fixes-4)
45+
- [Bug Fixes](#bug-fixes-5)
4046
- [Security](#security)
4147
- [Features & Enhancements](#features--enhancements)
4248
- [Other](#other)
@@ -47,6 +53,19 @@
4753

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

56+
# v1.8.5
57+
## Downloads for v1.8.5
58+
59+
Download v1.8.5 in the [v1.8.5 release page](https://github.com/karmada-io/karmada/releases/tag/v1.8.5).
60+
61+
## Changelog since v1.8.4
62+
### Changes by Kind
63+
#### Bug Fixes
64+
- `karmada-controller-manager`: Fixed the issue that the default resource interpreter doesn't accurately interpret the numbers of replicas. ([#5106](https://github.com/karmada-io/karmada/pull/5108), @whitewindmills)
65+
66+
#### Others
67+
- The base image `alpine` now has been promoted from `alpine:3.20.0` to `alpine:3.20.1`. ([#5088](https://github.com/karmada-io/karmada/pull/5093))
68+
5069
# v1.8.4
5170
## Downloads for v1.8.4
5271

docs/CHANGELOG/CHANGELOG-1.9.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.9.3](#v193)
6-
- [Downloads for v1.9.3](#downloads-for-v193)
7-
- [Changelog since v1.9.2](#changelog-since-v192)
5+
- [v1.9.4](#v194)
6+
- [Downloads for v1.9.4](#downloads-for-v194)
7+
- [Changelog since v1.9.3](#changelog-since-v193)
88
- [Changes by Kind](#changes-by-kind)
99
- [Bug Fixes](#bug-fixes)
1010
- [Others](#others)
11-
- [v1.9.2](#v192)
12-
- [Downloads for v1.9.2](#downloads-for-v192)
13-
- [Changelog since v1.9.1](#changelog-since-v191)
11+
- [v1.9.3](#v193)
12+
- [Downloads for v1.9.3](#downloads-for-v193)
13+
- [Changelog since v1.9.2](#changelog-since-v192)
1414
- [Changes by Kind](#changes-by-kind-1)
1515
- [Bug Fixes](#bug-fixes-1)
1616
- [Others](#others-1)
17-
- [v1.9.1](#v191)
18-
- [Downloads for v1.9.1](#downloads-for-v191)
19-
- [Changelog since v1.9.0](#changelog-since-v190)
17+
- [v1.9.2](#v192)
18+
- [Downloads for v1.9.2](#downloads-for-v192)
19+
- [Changelog since v1.9.1](#changelog-since-v191)
2020
- [Changes by Kind](#changes-by-kind-2)
2121
- [Bug Fixes](#bug-fixes-2)
2222
- [Others](#others-2)
23+
- [v1.9.1](#v191)
24+
- [Downloads for v1.9.1](#downloads-for-v191)
25+
- [Changelog since v1.9.0](#changelog-since-v190)
26+
- [Changes by Kind](#changes-by-kind-3)
27+
- [Bug Fixes](#bug-fixes-3)
28+
- [Others](#others-3)
2329
- [v1.9.0](#v190)
2430
- [Downloads for v1.9.0](#downloads-for-v190)
2531
- [What's New](#whats-new)
@@ -29,7 +35,7 @@
2935
- [Other Notable Changes](#other-notable-changes)
3036
- [API Changes](#api-changes)
3137
- [Deprecation](#deprecation)
32-
- [Bug Fixes](#bug-fixes-3)
38+
- [Bug Fixes](#bug-fixes-4)
3339
- [Security](#security)
3440
- [Features & Enhancements](#features--enhancements)
3541
- [Other](#other)
@@ -40,6 +46,19 @@
4046

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

49+
# v1.9.4
50+
## Downloads for v1.9.4
51+
52+
Download v1.9.4 in the [v1.9.4 release page](https://github.com/karmada-io/karmada/releases/tag/v1.9.4).
53+
54+
## Changelog since v1.9.3
55+
### Changes by Kind
56+
#### Bug Fixes
57+
- `karmada-controller-manager`: Fixed the issue that the default resource interpreter doesn't accurately interpret the numbers of replicas. ([#5107](https://github.com/karmada-io/karmada/pull/5107), @whitewindmills)
58+
59+
#### Others
60+
- The base image `alpine` now has been promoted from `alpine:3.20.0` to `alpine:3.20.1`. ([#5089](https://github.com/karmada-io/karmada/pull/5089))
61+
4362
# v1.9.3
4463
## Downloads for v1.9.3
4564

0 commit comments

Comments
 (0)