From 41c76a0d7a3e2946018a945cbe33e569fbadc595 Mon Sep 17 00:00:00 2001 From: ChrisLiu <70144550+chrisliu1995@users.noreply.github.com> Date: Wed, 8 Jan 2025 15:21:50 +0800 Subject: [PATCH] Update CHANGELOG.md for v0.10.0 --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f3aecb..f64afb3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Change Log +## v0.10.0 +> Change log since v0.9.0 + +### Features & Enhancements +- Feat: add tencent cloud provider and clb plugin. https://github.com/openkruise/kruise-game/pull/179 +- Enhance: update kruise-api to v1.7.1 https://github.com/openkruise/kruise-game/pull/173 +- Enhance: add block ports config for AlibabaCloud LB network models. https://github.com/openkruise/kruise-game/pull/175 +- Enhance: add block port in volc engine. https://github.com/openkruise/kruise-game/pull/182 +- Feat: add jdcloud provider and the nlb&eip plugin. https://github.com/openkruise/kruise-game/pull/180 +- Enhance: support network isolation for tencentcloud clb plugin. https://github.com/openkruise/kruise-game/pull/183 +- Feat: add maxAvailable param for external scaler. https://github.com/openkruise/kruise-game/pull/190 +- Feat: add new networkType named AlibabaCloud-Multi-NLBs. https://github.com/openkruise/kruise-game/pull/187 + +### Bug Fixes +- Reconstruct the logic of GameServers scaling. https://github.com/openkruise/kruise-game/pull/171 +- Semantic fixes for network port ranges. https://github.com/openkruise/kruise-game/pull/181 + ## v0.9.0 > Change log since v0.8.0