From 250bd86ffb93623dcd5759ffbd538a40c4d56313 Mon Sep 17 00:00:00 2001 From: ChrisLiu <70144550+chrisliu1995@users.noreply.github.com> Date: Fri, 27 Oct 2023 11:09:04 +0800 Subject: [PATCH] Update CHANGELOG.md for v0.6.0 --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e81cbaaf..c6f6700d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Change Log +## v0.6.0 +> Change log since v0.5.0 + +### Features & Enhancements +- Support auto scaling-up based on minAvailable. https://github.com/openkruise/kruise-game/pull/88 +- Update go version to 1.19. https://github.com/openkruise/kruise-game/pull/104 +- Add GameServerConditions. https://github.com/openkruise/kruise-game/pull/95 +- Add network plugin AlibabaCloud-NLB-SharedPort. https://github.com/openkruise/kruise-game/pull/98 +- Support AllowNotReadyContainers for network plugin. https://github.com/openkruise/kruise-game/pull/98 +- Add qps and burst settings of controller-manager. https://github.com/openkruise/kruise-game/pull/108 + +### Bug Fixes +- Fix AlibabaCloud-NATGW network ready condition when multi-ports. https://github.com/openkruise/kruise-game/pull/94 +- Hostport network should be not ready when no ports exist. https://github.com/openkruise/kruise-game/pull/100 + ## v0.5.0 > Change log since v0.4.0