Skip to content

Commit 04adc23

Browse files
authored
Merge pull request #6840 from zhzhuang-zju/releasenote-new
publish release v1.16.0-alpha.2
2 parents 3bdee54 + 9ec3a8d commit 04adc23

File tree

1 file changed

+55
-3
lines changed

1 file changed

+55
-3
lines changed

docs/CHANGELOG/CHANGELOG-1.16.md

Lines changed: 55 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.16.0-alpha.1](#v1160-alpha1)
6-
- [Downloads for v1.16.0-alpha.1](#downloads-for-v1160-alpha1)
7-
- [Changelog since v1.15.0](#changelog-since-v1150)
5+
- [v1.16.0-alpha.2](#v1160-alpha2)
6+
- [Downloads for v1.16.0-alpha.2](#downloads-for-v1160-alpha2)
7+
- [Changelog since v1.16.0-alpha.1](#changelog-since-v1160-alpha1)
88
- [Urgent Update Notes](#urgent-update-notes)
99
- [Changes by Kind](#changes-by-kind)
1010
- [API Changes](#api-changes)
@@ -16,9 +16,61 @@
1616
- [Dependencies](#dependencies)
1717
- [Helm Charts](#helm-charts)
1818
- [Instrumentation](#instrumentation)
19+
- [v1.16.0-alpha.1](#v1160-alpha1)
20+
- [Downloads for v1.16.0-alpha.1](#downloads-for-v1160-alpha1)
21+
- [Changelog since v1.15.0](#changelog-since-v1150)
22+
- [Urgent Update Notes](#urgent-update-notes-1)
23+
- [Changes by Kind](#changes-by-kind-1)
24+
- [API Changes](#api-changes-1)
25+
- [Features & Enhancements](#features--enhancements-1)
26+
- [Deprecation](#deprecation-1)
27+
- [Bug Fixes](#bug-fixes-1)
28+
- [Security](#security-1)
29+
- [Other](#other-1)
30+
- [Dependencies](#dependencies-1)
31+
- [Helm Charts](#helm-charts-1)
32+
- [Instrumentation](#instrumentation-1)
1933

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

36+
# v1.16.0-alpha.2
37+
## Downloads for v1.16.0-alpha.2
38+
39+
Download v1.16.0-alpha.2 in the [v1.16.0-alpha.2 release page](https://github.com/karmada-io/karmada/releases/tag/v1.16.0-alpha.2).
40+
41+
## Changelog since v1.16.0-alpha.1
42+
43+
## Urgent Update Notes
44+
45+
## Changes by Kind
46+
47+
### API Changes
48+
None.
49+
50+
### Features & Enhancements
51+
- `karmadactl`: The `init` command now supports customizing Karmada component command line flags. ([#6637](https://github.com/karmada-io/karmada/pull/6637), @luyb177)
52+
- `karmada-scheduler-estimator`: Introduce MaxAvailableComponentSetsRequest & MaxAvailableComponentSetsResponse for component scheduling. ([#6787](https://github.com/karmada-io/karmada/pull/6787), @seanlaii)
53+
- `karmada-scheduler`: Implemented `MaxAvailableComponentSets` interface for general estimator based on resource summary. ([#6812](https://github.com/karmada-io/karmada/pull/6812), @mszacillo)
54+
55+
### Deprecation
56+
None.
57+
58+
### Bug Fixes
59+
- `karmada-metrics-adapter`: Fixed a panic when querying node metrics by name caused by using the wrong GroupVersionResource (PodsGVR instead of NodesGVR) when creating a lister. ([#6838](https://github.com/karmada-io/karmada/pull/6838), @vie-serendipity)
60+
61+
### Security
62+
None.
63+
64+
## Other
65+
### Dependencies
66+
- The base image `alpine` now has been promoted from 3.22.1 to 3.22.2. ([#6822](https://github.com/karmada-io/karmada/pull/6822))
67+
68+
### Helm Charts
69+
None.
70+
71+
### Instrumentation
72+
None.
73+
2274
# v1.16.0-alpha.1
2375
## Downloads for v1.16.0-alpha.1
2476

0 commit comments

Comments
 (0)