Skip to content

Commit 31e3e53

Browse files
authored
Merge pull request #6301 from zhzhuang-zju/releasenote-new
publish release note for v1.14.0-alpha.2
2 parents 1417bef + 7e309cf commit 31e3e53

File tree

1 file changed

+61
-3
lines changed

1 file changed

+61
-3
lines changed

docs/CHANGELOG/CHANGELOG-1.14.md

Lines changed: 61 additions & 3 deletions
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.14.0-alpha.1](#v1140-alpha1)
6-
- [Downloads for v1.14.0-alpha.1](#downloads-for-v1140-alpha1)
7-
- [Changelog since v1.13.0](#changelog-since-v1130)
5+
- [v1.14.0-alpha.2](#v1140-alpha2)
6+
- [Downloads for v1.14.0-alpha.2](#downloads-for-v1140-alpha2)
7+
- [Changelog since v1.14.0-alpha.1](#changelog-since-v1140-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+
- [Performance](#performance)
20+
- [v1.14.0-alpha.1](#v1140-alpha1)
21+
- [Downloads for v1.14.0-alpha.1](#downloads-for-v1140-alpha1)
22+
- [Changelog since v1.13.0](#changelog-since-v1130)
23+
- [Urgent Update Notes](#urgent-update-notes-1)
24+
- [Changes by Kind](#changes-by-kind-1)
25+
- [API Changes](#api-changes-1)
26+
- [Features & Enhancements](#features--enhancements-1)
27+
- [Deprecation](#deprecation-1)
28+
- [Bug Fixes](#bug-fixes-1)
29+
- [Security](#security-1)
30+
- [Other](#other-1)
31+
- [Dependencies](#dependencies-1)
32+
- [Helm Charts](#helm-charts-1)
33+
- [Instrumentation](#instrumentation-1)
1934

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

37+
# v1.14.0-alpha.2
38+
## Downloads for v1.14.0-alpha.2
39+
40+
Download v1.14.0-alpha.2 in the [v1.14.0-alpha.2 release page](https://github.com/karmada-io/karmada/releases/tag/v1.14.0-alpha.2).
41+
42+
## Changelog since v1.14.0-alpha.1
43+
44+
## Urgent Update Notes
45+
None.
46+
47+
## Changes by Kind
48+
49+
### API Changes
50+
51+
### Features & Enhancements
52+
- `karmada-controller-manager`: The default resource interpreter will deduplicate and sort `status.Loadbalancer.Ingress` field for Service and Ingress resource when aggregating status. ([#6252](https://github.com/karmada-io/karmada/pull/6252), @zach593)
53+
- Updated Flink interpreter to check error when job state is not published. ([#6287](https://github.com/karmada-io/karmada/pull/6287), @liwang0513)
54+
55+
### Deprecation
56+
None.
57+
58+
### Bug Fixes
59+
- `karmada-controller-manager`: The default resource interpreter will no longer populate the `.status.LoadBalancer.Ingress[].Hostname` field with the member cluster name for Service and Ingress resources. ([#6249](https://github.com/karmada-io/karmada/pull/6249), @zach593)
60+
- `karmada-controller-manager`: when cluster is not-ready doesn't clean MultiClusterService and EndpointSlice work. ([#6258](https://github.com/karmada-io/karmada/pull/6258), @XiShanYongYe-Chang)
61+
- `karmada-agent`: Fixed the issue where a new pull-mode cluster may overwrite the existing member clusters. ([#6253](https://github.com/karmada-io/karmada/pull/6253), @zhzhuang-zju)
62+
- `karmadactl`: Fixed the issue where option `discovery-timeout` fails to work properly. ([#6270](https://github.com/karmada-io/karmada/pull/6270), @zhzhuang-zju)
63+
64+
### Security
65+
None.
66+
67+
## Other
68+
### Dependencies
69+
- Bump go version to 1.23.8. ([#6272](https://github.com/karmada-io/karmada/pull/6272), @seanlaii)
70+
71+
### Helm Charts
72+
- Added `scheduler.enableSchedulerEstimator` to helm values for karmada chart to allow the scheduler to connect with the scheduler estimator. ([#6286](https://github.com/karmada-io/karmada/pull/6286), @mojojoji)
73+
74+
### Instrumentation
75+
- Introduced `karmada_build_info` metric, which exposes build metadata, to components `karmada-agent`, `karmada-controller-manager`, `karmada-descheduler`, `karmada-metrics-adapter`, `karmada-scheduler-estimator`, `karmada-scheduler`, and `karmada-webhook`. ([#6215](https://github.com/karmada-io/karmada/pull/6215), @dongjiang1989)
76+
77+
### Performance
78+
- After replacing dynamic informers in the `detector` controller with typed informers, which reduces CPU usage by 25% during restarts and reduces memory consumption by 10%. ([#5802](https://github.com/karmada-io/karmada/pull/5802), @CharlesQQ)
79+
2280
# v1.14.0-alpha.1
2381
## Downloads for v1.14.0-alpha.1
2482

0 commit comments

Comments
 (0)