|
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.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) |
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 | +- [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) |
19 | 33 |
|
20 | 34 | <!-- END doctoc generated TOC please keep comment here to allow auto update --> |
21 | 35 |
|
| 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 | + |
22 | 74 | # v1.16.0-alpha.1 |
23 | 75 | ## Downloads for v1.16.0-alpha.1 |
24 | 76 |
|
|
0 commit comments