|
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.15.0-alpha.1](#v1150-alpha1) |
6 |
| - - [Downloads for v1.15.0-alpha.1](#downloads-for-v1150-alpha1) |
7 |
| - - [Changelog since v1.14.0](#changelog-since-v1140) |
| 5 | +- [v1.15.0-alpha.2](#v1150-alpha2) |
| 6 | + - [Downloads for v1.15.0-alpha.2](#downloads-for-v1150-alpha2) |
| 7 | + - [Changelog since v1.15.0-alpha.1](#changelog-since-v1150-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.15.0-alpha.1](#v1150-alpha1) |
| 21 | + - [Downloads for v1.15.0-alpha.1](#downloads-for-v1150-alpha1) |
| 22 | + - [Changelog since v1.14.0](#changelog-since-v1140) |
| 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.15.0-alpha.2 |
| 38 | +## Downloads for v1.15.0-alpha.2 |
| 39 | + |
| 40 | +Download v1.15.0-alpha.2 in the [v1.15.0-alpha.2 release page](https://github.com/karmada-io/karmada/releases/tag/v1.15.0-alpha.2). |
| 41 | + |
| 42 | +## Changelog since v1.15.0-alpha.1 |
| 43 | + |
| 44 | +## Urgent Update Notes |
| 45 | +None. |
| 46 | + |
| 47 | +## Changes by Kind |
| 48 | + |
| 49 | +### API Changes |
| 50 | +None. |
| 51 | + |
| 52 | +### Features & Enhancements |
| 53 | +- `karmada-controller-manager`: Enhanced ServiceAccount retention logic to also preserve `imagePullSecrets`, preventing their continuous regeneration in member clusters. ([#6532](https://github.com/karmada-io/karmada/pull/6532), @whitewindmills) |
| 54 | +- `karmada-aggregated-apiserver`: Introduced `--logging-format` flag which can be set to `json` to enable JSON logging. ([#6507](https://github.com/karmada-io/karmada/pull/6507), @ritzdevp) |
| 55 | + |
| 56 | +### Deprecation |
| 57 | +None. |
| 58 | + |
| 59 | +### Bug Fixes |
| 60 | +- `karmada-controller-manager`: Fixed the issue that resources will be recreated after being deleted on the cluster when resource is suspended for dispatching. ([#6525](https://github.com/karmada-io/karmada/pull/6525), @XiShanYongYe-Chang) |
| 61 | + |
| 62 | +### Security |
| 63 | +None. |
| 64 | + |
| 65 | +## Other |
| 66 | +### Dependencies |
| 67 | +- Kubernetes dependencies have been updated to v1.33.2. ([#6498](https://github.com/karmada-io/karmada/pull/6498), @RainbowMango) |
| 68 | + |
| 69 | +### Helm Charts |
| 70 | +- `karmada-search`: karmada-search helm chart template now references the resources from `search.resources`. ([#6517](https://github.com/karmada-io/karmada/pull/6517), @seanlaii) |
| 71 | + |
| 72 | +### Instrumentation |
| 73 | +None. |
| 74 | + |
| 75 | +### Performance |
| 76 | +None. |
| 77 | + |
22 | 78 | # v1.15.0-alpha.1
|
23 | 79 | ## Downloads for v1.15.0-alpha.1
|
24 | 80 |
|
|
0 commit comments