From 4eab53302eb256cc6f07c86b63d84f2d1baa1c13 Mon Sep 17 00:00:00 2001 From: ChrisLiu <70144550+chrisliu1995@users.noreply.github.com> Date: Fri, 29 Dec 2023 11:42:50 +0800 Subject: [PATCH] Update CHANGELOG.md for v0.7.0 --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c6f6700d..25bde5d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## v0.7.0 +> Change log since v0.6.0 + +### Features & Enhancements +- Add ReclaimPolicy for GameServer. https://github.com/openkruise/kruise-game/pull/115 +- ServiceQuality supports multiple results returned by one probe. https://github.com/openkruise/kruise-game/pull/117 +- Support differentiated updates to GameServers. https://github.com/openkruise/kruise-game/pull/120 + +### Bug Fixes +- Fix the error of patching pod image failure when gs image is nil. https://github.com/openkruise/kruise-game/pull/121 + ## v0.6.0 > Change log since v0.5.0