Skip to content

Commit 74df2b4

Browse files
authored
Merge pull request #6534 from zhzhuang-zju/releasenote-new
publish release v1.15.0-alpha.2
2 parents aee6e85 + 0e8e6f0 commit 74df2b4

File tree

1 file changed

+59
-3
lines changed

1 file changed

+59
-3
lines changed

docs/CHANGELOG/CHANGELOG-1.15.md

Lines changed: 59 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.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)
88
- [Urgent Update Notes](#urgent-update-notes)
99
- [Changes by Kind](#changes-by-kind)
1010
- [API Changes](#api-changes)
@@ -16,9 +16,65 @@
1616
- [Dependencies](#dependencies)
1717
- [Helm Charts](#helm-charts)
1818
- [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)
1934

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

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+
2278
# v1.15.0-alpha.1
2379
## Downloads for v1.15.0-alpha.1
2480

0 commit comments

Comments
 (0)