Skip to content

Commit e23fa58

Browse files
authored
Merge pull request #6119 from zhzhuang-zju/releasenote-new
publish release v1.13.0-rc.0
2 parents 80d3d9e + aa46e67 commit e23fa58

File tree

1 file changed

+64
-9
lines changed

1 file changed

+64
-9
lines changed

docs/CHANGELOG/CHANGELOG-1.13.md

+64-9
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.13.0-beta.0](#v1130-beta0)
6-
- [Downloads for v1.13.0-beta.0](#downloads-for-v1130-beta0)
7-
- [Changelog since v1.13.0-alpha.2](#changelog-since-v1130-alpha2)
5+
- [v1.13.0-rc.0](#v1130-rc0)
6+
- [Downloads for v1.13.0-rc.0](#downloads-for-v1130-rc0)
7+
- [Changelog since v1.13.0-beta.0](#changelog-since-v1130-beta0)
88
- [Urgent Update Notes](#urgent-update-notes)
99
- [Changes by Kind](#changes-by-kind)
1010
- [API Changes](#api-changes)
@@ -16,9 +16,9 @@
1616
- [Dependencies](#dependencies)
1717
- [Helm Charts](#helm-charts)
1818
- [Instrumentation](#instrumentation)
19-
- [v1.13.0-alpha.2](#v1130-alpha2)
20-
- [Downloads for v1.13.0-alpha.2](#downloads-for-v1130-alpha2)
21-
- [Changelog since v1.13.0-alpha.1](#changelog-since-v1130-alpha1)
19+
- [v1.13.0-beta.0](#v1130-beta0)
20+
- [Downloads for v1.13.0-beta.0](#downloads-for-v1130-beta0)
21+
- [Changelog since v1.13.0-alpha.2](#changelog-since-v1130-alpha2)
2222
- [Urgent Update Notes](#urgent-update-notes-1)
2323
- [Changes by Kind](#changes-by-kind-1)
2424
- [API Changes](#api-changes-1)
@@ -30,9 +30,9 @@
3030
- [Dependencies](#dependencies-1)
3131
- [Helm Charts](#helm-charts-1)
3232
- [Instrumentation](#instrumentation-1)
33-
- [v1.13.0-alpha.1](#v1130-alpha1)
34-
- [Downloads for v1.13.0-alpha.1](#downloads-for-v1130-alpha1)
35-
- [Changelog since v1.12.0](#changelog-since-v1120)
33+
- [v1.13.0-alpha.2](#v1130-alpha2)
34+
- [Downloads for v1.13.0-alpha.2](#downloads-for-v1130-alpha2)
35+
- [Changelog since v1.13.0-alpha.1](#changelog-since-v1130-alpha1)
3636
- [Urgent Update Notes](#urgent-update-notes-2)
3737
- [Changes by Kind](#changes-by-kind-2)
3838
- [API Changes](#api-changes-2)
@@ -44,9 +44,64 @@
4444
- [Dependencies](#dependencies-2)
4545
- [Helm Charts](#helm-charts-2)
4646
- [Instrumentation](#instrumentation-2)
47+
- [v1.13.0-alpha.1](#v1130-alpha1)
48+
- [Downloads for v1.13.0-alpha.1](#downloads-for-v1130-alpha1)
49+
- [Changelog since v1.12.0](#changelog-since-v1120)
50+
- [Urgent Update Notes](#urgent-update-notes-3)
51+
- [Changes by Kind](#changes-by-kind-3)
52+
- [API Changes](#api-changes-3)
53+
- [Features & Enhancements](#features--enhancements-3)
54+
- [Deprecation](#deprecation-3)
55+
- [Bug Fixes](#bug-fixes-3)
56+
- [Security](#security-3)
57+
- [Other](#other-3)
58+
- [Dependencies](#dependencies-3)
59+
- [Helm Charts](#helm-charts-3)
60+
- [Instrumentation](#instrumentation-3)
4761

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

64+
# v1.13.0-rc.0
65+
## Downloads for v1.13.0-rc.0
66+
67+
Download v1.13.0-rc.0 in the [v1.13.0-rc.0 release page](https://github.com/karmada-io/karmada/releases/tag/v1.13.0-rc.0).
68+
69+
## Changelog since v1.13.0-beta.0
70+
71+
## Urgent Update Notes
72+
None.
73+
74+
## Changes by Kind
75+
76+
### API Changes
77+
None.
78+
79+
### Features & Enhancements
80+
- `karmada-controller-manager`: FlinkDeployment health interpreter improvements, adding status.error to reflected status. ([#6073](https://github.com/karmada-io/karmada/pull/6073), @mszacillo)
81+
- `karmada-operator`: standardize the naming of karmada config in karmada-operator installation method. ([#6082](https://github.com/karmada-io/karmada/pull/6082), @seanlaii)
82+
- `karmadactl`: command `init` now can specify the priority class name of the karmada components, default to `system-node-critical`. ([#6110](https://github.com/karmada-io/karmada/pull/6110), @zhzhuang-zju)
83+
- `karmadactl`: The `unjoin` command is restricted to only unjoin push mode member clusters. The `unregister` command is restricted to only unregister pull mode member clusters. ([#6081](https://github.com/karmada-io/karmada/pull/6081), @zhzhuang-zju)
84+
85+
### Deprecation
86+
None.
87+
88+
### Bug Fixes
89+
- `karmada-operator`: fix the "no such host" error when accessing the /convert webhook if Karmada instance is deployed in a namespace other than karmada-system. ([#6079](https://github.com/karmada-io/karmada/pull/6079), @zhzhuang-zju)
90+
- `karmadactl`: fix the "no such host" error when accessing the /convert webhook if Karmada instance is deployed in a namespace other than karmada-system via the `init` command. ([#6079](https://github.com/karmada-io/karmada/pull/6079), @zhzhuang-zju)
91+
92+
### Security
93+
None.
94+
95+
## Other
96+
### Dependencies
97+
None.
98+
99+
### Helm Charts
100+
- `helm`: The new `PriorityClassName` field added as part of the Karmada control plane component configurations can be used to specify the priority class name of that component, default to `system-node-critical`. ([#6108](https://github.com/karmada-io/karmada/pull/6108), @zhzhuang-zju)
101+
102+
### Instrumentation
103+
- The cluster status-related metrics, emitting from `karmada-controller-manager`, will be cleaned up after the cluster is removed. ([#5866](https://github.com/karmada-io/karmada/pull/5866), @CharlesQQ)
104+
50105
# v1.13.0-beta.0
51106
## Downloads for v1.13.0-beta.0
52107

0 commit comments

Comments
 (0)