From 88dc6f5f9783407d8d80d7ca006f2d6fff9b6c3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=BF=97=E6=9C=8B?= Date: Fri, 26 Apr 2024 18:04:13 +0800 Subject: [PATCH] add changelog in v0.8.0 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e7287b0f..cbb52f6a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,11 @@ - 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 +- Sync annotations from gs to pod. https://github.com/openkruise/kruise-game/pull/140 +- FailurePolicy of PodMutatingWebhook turn to Fail. https://github.com/openkruise/kruise-game/pull/129 +- Replace patch asts with update. https://github.com/openkruise/kruise-game/pull/131 - Kubernetes-HostPort plugin support to wait for network ready. https://github.com/openkruise/kruise-game/pull/136 +- Add AllocateLoadBalancerNodePorts in clb plugin. https://github.com/openkruise/kruise-game/pull/141 ### Bug Fixes - Avoid patching gameserver continuously. https://github.com/openkruise/kruise-game/pull/124