Skip to content

Commit 057cf86

Browse files
authored
Merge pull request #5762 from zhzhuang-zju/v1.12.0-beta.0
publish release notes for v1.12.0-beta.0
2 parents 8a93579 + 70b5c80 commit 057cf86

File tree

4 files changed

+171
-45
lines changed

4 files changed

+171
-45
lines changed

Diff for: docs/CHANGELOG/CHANGELOG-1.10.md

+39-16
Original file line numberDiff line numberDiff line change
@@ -2,36 +2,42 @@
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.5](#v1105)
6-
- [Downloads for v1.10.5](#downloads-for-v1105)
7-
- [Changelog since v1.10.4](#changelog-since-v1104)
5+
- [v1.10.6](#v1106)
6+
- [Downloads for v1.10.6](#downloads-for-v1106)
7+
- [Changelog since v1.10.5](#changelog-since-v1105)
88
- [Changes by Kind](#changes-by-kind)
99
- [Bug Fixes](#bug-fixes)
1010
- [Others](#others)
11-
- [v1.10.4](#v1104)
12-
- [Downloads for v1.10.4](#downloads-for-v1104)
13-
- [Changelog since v1.10.3](#changelog-since-v1103)
11+
- [v1.10.5](#v1105)
12+
- [Downloads for v1.10.5](#downloads-for-v1105)
13+
- [Changelog since v1.10.4](#changelog-since-v1104)
1414
- [Changes by Kind](#changes-by-kind-1)
1515
- [Bug Fixes](#bug-fixes-1)
1616
- [Others](#others-1)
17-
- [v1.10.3](#v1103)
18-
- [Downloads for v1.10.3](#downloads-for-v1103)
19-
- [Changelog since v1.10.2](#changelog-since-v1102)
17+
- [v1.10.4](#v1104)
18+
- [Downloads for v1.10.4](#downloads-for-v1104)
19+
- [Changelog since v1.10.3](#changelog-since-v1103)
2020
- [Changes by Kind](#changes-by-kind-2)
2121
- [Bug Fixes](#bug-fixes-2)
2222
- [Others](#others-2)
23-
- [v1.10.2](#v1102)
24-
- [Downloads for v1.10.2](#downloads-for-v1102)
25-
- [Changelog since v1.10.1](#changelog-since-v1101)
23+
- [v1.10.3](#v1103)
24+
- [Downloads for v1.10.3](#downloads-for-v1103)
25+
- [Changelog since v1.10.2](#changelog-since-v1102)
2626
- [Changes by Kind](#changes-by-kind-3)
2727
- [Bug Fixes](#bug-fixes-3)
2828
- [Others](#others-3)
29-
- [v1.10.1](#v1101)
30-
- [Downloads for v1.10.1](#downloads-for-v1101)
31-
- [Changelog since v1.10.0](#changelog-since-v1100)
29+
- [v1.10.2](#v1102)
30+
- [Downloads for v1.10.2](#downloads-for-v1102)
31+
- [Changelog since v1.10.1](#changelog-since-v1101)
3232
- [Changes by Kind](#changes-by-kind-4)
3333
- [Bug Fixes](#bug-fixes-4)
3434
- [Others](#others-4)
35+
- [v1.10.1](#v1101)
36+
- [Downloads for v1.10.1](#downloads-for-v1101)
37+
- [Changelog since v1.10.0](#changelog-since-v1100)
38+
- [Changes by Kind](#changes-by-kind-5)
39+
- [Bug Fixes](#bug-fixes-5)
40+
- [Others](#others-5)
3541
- [v1.10.0](#v1100)
3642
- [Downloads for v1.10.0](#downloads-for-v1100)
3743
- [What's New](#whats-new)
@@ -40,7 +46,7 @@
4046
- [Other Notable Changes](#other-notable-changes)
4147
- [API Changes](#api-changes)
4248
- [Deprecation](#deprecation)
43-
- [Bug Fixes](#bug-fixes-5)
49+
- [Bug Fixes](#bug-fixes-6)
4450
- [Security](#security)
4551
- [Features & Enhancements](#features--enhancements)
4652
- [Other](#other)
@@ -51,6 +57,23 @@
5157

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

60+
# v1.10.6
61+
## Downloads for v1.10.6
62+
63+
Download v1.10.6 in the [v1.10.6 release page](https://github.com/karmada-io/karmada/releases/tag/v1.10.6).
64+
65+
## Changelog since v1.10.5
66+
### Changes by Kind
67+
#### Bug Fixes
68+
- `karmada-aggregated-apiserver`: User can append a "/" at the end when configuring the cluster's apiEndpoint. ([#5556](https://github.com/karmada-io/karmada/pull/5556), @spiritNO1)
69+
- `karmada-controller-manager`: Ignored StatefulSet Dependencies with PVCs created via the VolumeClaimTemplates. ([#5687](https://github.com/karmada-io/karmada/pull/5687), @seanlaii)
70+
- `karmada-scheduler`: Fixed unexpected modification of original `ResourceSummary` due to lack of deep copy. ([#5725](https://github.com/karmada-io/karmada/pull/5725), @RainbowMango)
71+
- `karmada-scheduler`: Fixes an issue where resource model grades were incorrectly matched based on resource requests. Now only grades that can provide sufficient resources will be selected. ([#5729](https://github.com/karmada-io/karmada/pull/5729), @RainbowMango)
72+
- `karmada-search`: Modify the logic of checking whether the resource is registered when selecting the plugin. ([#5736](https://github.com/karmada-io/karmada/pull/5736), @seanlaii)
73+
74+
#### Others
75+
None.
76+
5477
# v1.10.5
5578
## Downloads for v1.10.5
5679

Diff for: docs/CHANGELOG/CHANGELOG-1.11.md

+26-4
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.11.1](#v1111)
6-
- [Downloads for v1.11.1](#downloads-for-v1111)
7-
- [Changelog since v1.11.0](#changelog-since-v1110)
5+
- [v1.11.2](#v1112)
6+
- [Downloads for v1.11.2](#downloads-for-v1112)
7+
- [Changelog since v1.11.1](#changelog-since-v1111)
88
- [Changes by Kind](#changes-by-kind)
99
- [Bug Fixes](#bug-fixes)
1010
- [Others](#others)
11+
- [v1.11.1](#v1111)
12+
- [Downloads for v1.11.1](#downloads-for-v1111)
13+
- [Changelog since v1.11.0](#changelog-since-v1110)
14+
- [Changes by Kind](#changes-by-kind-1)
15+
- [Bug Fixes](#bug-fixes-1)
16+
- [Others](#others-1)
1117
- [v1.11.0](#v1110)
1218
- [Downloads for v1.11.0](#downloads-for-v1110)
1319
- [What's New](#whats-new)
@@ -18,7 +24,7 @@
1824
- [Other Notable Changes](#other-notable-changes)
1925
- [API Changes](#api-changes)
2026
- [Deprecation](#deprecation)
21-
- [Bug Fixes](#bug-fixes-1)
27+
- [Bug Fixes](#bug-fixes-2)
2228
- [Security](#security)
2329
- [Features & Enhancements](#features--enhancements)
2430
- [Other](#other)
@@ -29,6 +35,22 @@
2935

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

38+
# v1.11.2
39+
## Downloads for v1.11.2
40+
41+
Download v1.11.2 in the [v1.11.2 release page](https://github.com/karmada-io/karmada/releases/tag/v1.11.2).
42+
43+
## Changelog since v1.11.1
44+
### Changes by Kind
45+
#### Bug Fixes
46+
- `karmada-controller-manager`: Ignored StatefulSet Dependencies with PVCs created via the VolumeClaimTemplates. ([#5686](https://github.com/karmada-io/karmada/pull/5686), @seanlaii)
47+
- `karmada-scheduler`: Fixed unexpected modification of original `ResourceSummary` due to lack of deep copy. ([#5724](https://github.com/karmada-io/karmada/pull/5724), @RainbowMango)
48+
- `karmada-scheduler`: Fixes an issue where resource model grades were incorrectly matched based on resource requests. Now only grades that can provide sufficient resources will be selected. ([#5728](https://github.com/karmada-io/karmada/pull/5728), @RainbowMango)
49+
- `karmada-search`: Modify the logic of checking whether the resource is registered when selecting the plugin. ([#5737](https://github.com/karmada-io/karmada/pull/5737), @seanlaii)
50+
51+
#### Others
52+
None.
53+
3254
# v1.11.1
3355
## Downloads for v1.11.1
3456

Diff for: docs/CHANGELOG/CHANGELOG-1.12.md

+61-3
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
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.12.0-alpha.1](#v1120-alpha1)
6-
- [Downloads for v1.12.0-alpha.1](#downloads-for-v1120-alpha1)
7-
- [Changelog since v1.11.0](#changelog-since-v1110)
5+
- [v1.12.0-beta.0](#v1120-beta0)
6+
- [Downloads for v1.12.0-beta.0](#downloads-for-v1120-beta0)
7+
- [Changelog since v1.12.0-alpha.1](#changelog-since-v1120-alpha1)
88
- [Urgent Update Notes](#urgent-update-notes)
99
- [Changes by Kind](#changes-by-kind)
1010
- [API Changes](#api-changes)
@@ -16,9 +16,67 @@
1616
- [Dependencies](#dependencies)
1717
- [Helm Charts](#helm-charts)
1818
- [Instrumentation](#instrumentation)
19+
- [v1.12.0-alpha.1](#v1120-alpha1)
20+
- [Downloads for v1.12.0-alpha.1](#downloads-for-v1120-alpha1)
21+
- [Changelog since v1.11.0](#changelog-since-v1110)
22+
- [Urgent Update Notes](#urgent-update-notes-1)
23+
- [Changes by Kind](#changes-by-kind-1)
24+
- [API Changes](#api-changes-1)
25+
- [Features & Enhancements](#features--enhancements-1)
26+
- [Deprecation](#deprecation-1)
27+
- [Bug Fixes](#bug-fixes-1)
28+
- [Security](#security-1)
29+
- [Other](#other-1)
30+
- [Dependencies](#dependencies-1)
31+
- [Helm Charts](#helm-charts-1)
32+
- [Instrumentation](#instrumentation-1)
1933

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

36+
# v1.12.0-beta.0
37+
## Downloads for v1.12.0-beta.0
38+
39+
Download v1.12.0-beta.0 in the [v1.12.0-beta.0 release page](https://github.com/karmada-io/karmada/releases/tag/v1.12.0-beta.0).
40+
41+
## Changelog since v1.12.0-alpha.1
42+
43+
## Urgent Update Notes
44+
45+
## Changes by Kind
46+
47+
### API Changes
48+
- Introduced `SecretRef` to `Karmada` API as part of the configuration for connecting to an external etcd cluster can be used to reference a secret that contains credentials for connecting to an external etcd cluster. ([#5699](https://github.com/karmada-io/karmada/pull/5699), @jabellard)
49+
50+
### Features & Enhancements
51+
- Standardize the naming of karmada secrets in local up installation method. ([#5423](https://github.com/karmada-io/karmada/pull/5423), @chaosi-zju)
52+
- `karmada-scheduler-estimator`: grpc connection adds the support for custom DNS Domain. ([#5472](https://github.com/karmada-io/karmada/pull/5472), @zhzhuang-zju)
53+
- `karmada-operator`: The new `SecretRef` field added as part of the configuration for connecting to an external etcd cluster can be used to reference a secret that contains credentials for connecting to an external etcd cluster. ([#5699](https://github.com/karmada-io/karmada/pull/5699), @jabellard)
54+
- `karmada-operator`: Adds one-click script to install a Karmada instance through the `karmada-operator`. ([#5519](https://github.com/karmada-io/karmada/pull/5519), @zhzhuang-zju)
55+
- `karmada-controller-manager`: keep preserveResourcesOnDeletion of the dependent resource consistent with that of the primary resource. ([#5717](https://github.com/karmada-io/karmada/pull/5717), @XiShanYongYe-Chang)
56+
- `karmada-controller-manager`: set conflictResolution for dependent resources. ([#4418](https://github.com/karmada-io/karmada/pull/4418), @@chaunceyjiang)
57+
- `karmadactl`: `karmadactl init` supports deployment through configuration files. ([#5357](https://github.com/karmada-io/karmada/pull/5357), @tiansuo114)
58+
- `karmadactl`: new command `karmadactl unregister` supports unregister a pull mode cluster. ([#5626](https://github.com/karmada-io/karmada/pull/5626), @wulemao)
59+
- `karmada-scheduler`: implement group score calculation instead of take the highest score of clusters. ([#5621](https://github.com/karmada-io/karmada/pull/5621), @ipsum-0320)
60+
61+
### Deprecation
62+
- `ExternalEtcd.CAData`, `ExternalEtcd.CertData` and `ExternalEtcd.KeyData` in `Karmada` API are deprecated and will be removed in a future version. Use SecretRef for providing client connection credentials. ([#5699](https://github.com/karmada-io/karmada/pull/5699), @jabellard)
63+
64+
### Bug Fixes
65+
- `karmada-scheduler`: Fixed unexpected modification of original `ResourceSummary` due to lack of deep copy. ([#5685](https://github.com/karmada-io/karmada/pull/5685), @LivingCcj)
66+
- `karmada-scheduler`: Fixes an issue where resource model grades were incorrectly matched based on resource requests. Now only grades that can provide sufficient resources will be selected. ([#5706](https://github.com/karmada-io/karmada/pull/5706), @RainbowMango)
67+
- `karmada-search`: Modify the logic of checking whether the resource is registered when selecting the plugin. ([#5662](https://github.com/karmada-io/karmada/pull/5662), @yanfeng1992)
68+
69+
### Security
70+
- `karmada-operator`: minimize the rbac permissions for karmada-operator. ([#5586](https://github.com/karmada-io/karmada/pull/5586), @B1F030)
71+
- `local up`: add CA data to generated karmada config for enhanced security. ([#5739](https://github.com/karmada-io/karmada/pull/5739), @chaosi-zju)
72+
73+
## Other
74+
### Dependencies
75+
76+
### Helm Charts
77+
78+
### Instrumentation
79+
2280
# v1.12.0-alpha.1
2381
## Downloads for v1.12.0-alpha.1
2482

Diff for: docs/CHANGELOG/CHANGELOG-1.9.md

+45-22
Original file line numberDiff line numberDiff line change
@@ -2,48 +2,54 @@
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.7](#v197)
6-
- [Downloads for v1.9.7](#downloads-for-v197)
7-
- [Changelog since v1.9.6](#changelog-since-v196)
5+
- [v1.9.8](#v198)
6+
- [Downloads for v1.9.8](#downloads-for-v198)
7+
- [Changelog since v1.9.7](#changelog-since-v197)
88
- [Changes by Kind](#changes-by-kind)
99
- [Bug Fixes](#bug-fixes)
1010
- [Others](#others)
11-
- [v1.9.6](#v196)
12-
- [Downloads for v1.9.6](#downloads-for-v196)
13-
- [Changelog since v1.9.5](#changelog-since-v195)
11+
- [v1.9.7](#v197)
12+
- [Downloads for v1.9.7](#downloads-for-v197)
13+
- [Changelog since v1.9.6](#changelog-since-v196)
1414
- [Changes by Kind](#changes-by-kind-1)
1515
- [Bug Fixes](#bug-fixes-1)
1616
- [Others](#others-1)
17-
- [v1.9.5](#v195)
18-
- [Downloads for v1.9.5](#downloads-for-v195)
19-
- [Changelog since v1.9.4](#changelog-since-v194)
17+
- [v1.9.6](#v196)
18+
- [Downloads for v1.9.6](#downloads-for-v196)
19+
- [Changelog since v1.9.5](#changelog-since-v195)
2020
- [Changes by Kind](#changes-by-kind-2)
2121
- [Bug Fixes](#bug-fixes-2)
2222
- [Others](#others-2)
23-
- [v1.9.4](#v194)
24-
- [Downloads for v1.9.4](#downloads-for-v194)
25-
- [Changelog since v1.9.3](#changelog-since-v193)
23+
- [v1.9.5](#v195)
24+
- [Downloads for v1.9.5](#downloads-for-v195)
25+
- [Changelog since v1.9.4](#changelog-since-v194)
2626
- [Changes by Kind](#changes-by-kind-3)
2727
- [Bug Fixes](#bug-fixes-3)
2828
- [Others](#others-3)
29-
- [v1.9.3](#v193)
30-
- [Downloads for v1.9.3](#downloads-for-v193)
31-
- [Changelog since v1.9.2](#changelog-since-v192)
29+
- [v1.9.4](#v194)
30+
- [Downloads for v1.9.4](#downloads-for-v194)
31+
- [Changelog since v1.9.3](#changelog-since-v193)
3232
- [Changes by Kind](#changes-by-kind-4)
3333
- [Bug Fixes](#bug-fixes-4)
3434
- [Others](#others-4)
35-
- [v1.9.2](#v192)
36-
- [Downloads for v1.9.2](#downloads-for-v192)
37-
- [Changelog since v1.9.1](#changelog-since-v191)
35+
- [v1.9.3](#v193)
36+
- [Downloads for v1.9.3](#downloads-for-v193)
37+
- [Changelog since v1.9.2](#changelog-since-v192)
3838
- [Changes by Kind](#changes-by-kind-5)
3939
- [Bug Fixes](#bug-fixes-5)
4040
- [Others](#others-5)
41-
- [v1.9.1](#v191)
42-
- [Downloads for v1.9.1](#downloads-for-v191)
43-
- [Changelog since v1.9.0](#changelog-since-v190)
41+
- [v1.9.2](#v192)
42+
- [Downloads for v1.9.2](#downloads-for-v192)
43+
- [Changelog since v1.9.1](#changelog-since-v191)
4444
- [Changes by Kind](#changes-by-kind-6)
4545
- [Bug Fixes](#bug-fixes-6)
4646
- [Others](#others-6)
47+
- [v1.9.1](#v191)
48+
- [Downloads for v1.9.1](#downloads-for-v191)
49+
- [Changelog since v1.9.0](#changelog-since-v190)
50+
- [Changes by Kind](#changes-by-kind-7)
51+
- [Bug Fixes](#bug-fixes-7)
52+
- [Others](#others-7)
4753
- [v1.9.0](#v190)
4854
- [Downloads for v1.9.0](#downloads-for-v190)
4955
- [What's New](#whats-new)
@@ -53,7 +59,7 @@
5359
- [Other Notable Changes](#other-notable-changes)
5460
- [API Changes](#api-changes)
5561
- [Deprecation](#deprecation)
56-
- [Bug Fixes](#bug-fixes-7)
62+
- [Bug Fixes](#bug-fixes-8)
5763
- [Security](#security)
5864
- [Features & Enhancements](#features--enhancements)
5965
- [Other](#other)
@@ -64,6 +70,23 @@
6470

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

73+
# v1.9.8
74+
## Downloads for v1.9.8
75+
76+
Download v1.9.8 in the [v1.9.8 release page](https://github.com/karmada-io/karmada/releases/tag/v1.9.8).
77+
78+
## Changelog since v1.9.7
79+
### Changes by Kind
80+
#### Bug Fixes
81+
- `karmada-aggregated-apiserver`: User can append a "/" at the end when configuring the cluster's apiEndpoint. ([#5557](https://github.com/karmada-io/karmada/pull/5557), @spiritNO1)
82+
- `karmada-controller-manager`: Ignored StatefulSet Dependencies with PVCs created via the VolumeClaimTemplates. ([#5688](https://github.com/karmada-io/karmada/pull/5688), @seanlaii)
83+
- `karmada-scheduler`: Fixed unexpected modification of original `ResourceSummary` due to lack of deep copy. ([#5726](https://github.com/karmada-io/karmada/pull/5726), @RainbowMango)
84+
- `karmada-scheduler`: Fixes an issue where resource model grades were incorrectly matched based on resource requests. Now only grades that can provide sufficient resources will be selected. ([#5730](https://github.com/karmada-io/karmada/pull/5730), @RainbowMango)
85+
- `karmada-search`: Modify the logic of checking whether the resource is registered when selecting the plugin. ([#5735](https://github.com/karmada-io/karmada/pull/5735), @seanlaii)
86+
87+
#### Others
88+
None.
89+
6790
# v1.9.7
6891
## Downloads for v1.9.7
6992

0 commit comments

Comments
 (0)