|
2 | 2 | <!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
3 | 3 | **Table of Contents** *generated with [DocToc](https://github.com/thlorenz/doctoc)*
|
4 | 4 |
|
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) |
8 | 8 | - [Urgent Update Notes](#urgent-update-notes)
|
9 | 9 | - [Changes by Kind](#changes-by-kind)
|
10 | 10 | - [API Changes](#api-changes)
|
|
16 | 16 | - [Dependencies](#dependencies)
|
17 | 17 | - [Helm Charts](#helm-charts)
|
18 | 18 | - [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) |
19 | 34 |
|
20 | 35 | <!-- END doctoc generated TOC please keep comment here to allow auto update -->
|
21 | 36 |
|
| 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 | + |
22 | 80 | # v1.14.0-alpha.1
|
23 | 81 | ## Downloads for v1.14.0-alpha.1
|
24 | 82 |
|
|
0 commit comments