From eb547228b65a16b5ad0abf1ccf8c97324c4e6400 Mon Sep 17 00:00:00 2001 From: lizhipeng629 <110802158+lizhipeng629@users.noreply.github.com> Date: Fri, 26 Apr 2024 17:21:19 +0800 Subject: [PATCH] add v0.8.0 changelog (#143) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: 李志朋 --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 25bde5d6..e7287b0f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## v0.8.0 +> Change log since v0.7.0 + +### Features & Enhancements +- Add AlibabaCloud-NLB network plugin. https://github.com/openkruise/kruise-game/pull/135 +- Add Volcengine-CLB network plugin. https://github.com/openkruise/kruise-game/pull/127 +- Add Kubernetes-NodePort network plugin. https://github.com/openkruise/kruise-game/pull/138 +- Kubernetes-HostPort plugin support to wait for network ready. https://github.com/openkruise/kruise-game/pull/136 +### Bug Fixes +- Avoid patching gameserver continuously. https://github.com/openkruise/kruise-game/pull/124 + ## v0.7.0 > Change log since v0.6.0