Update CHANGELOG.md for v0.5.0

This commit is contained in:
ChrisLiu 2023-08-11 11:16:36 +08:00 committed by GitHub
parent 649ab11773
commit 3d523f9611
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 17 additions and 4 deletions

View File

@ -1,5 +1,22 @@
# Change Log # Change Log
## v0.5.0
> Change log since v0.4.0
### Features & Enhancements
- Improve hostport cache to record allocated ports of pod. https://github.com/openkruise/kruise-game/pull/82
- Enhance pod scaling efficiency. https://github.com/openkruise/kruise-game/pull/81
- Support to sync gs metadata from from gsTemplate. https://github.com/openkruise/kruise-game/pull/85
- Refactor NetworkPortRange into a pointer. https://github.com/openkruise/kruise-game/pull/87
- Add network plugin AlibabaCloud-EIP. https://github.com/openkruise/kruise-game/pull/86
- Add new opsState type named Allocated. https://github.com/openkruise/kruise-game/pull/89
- Add new opsState type named Kill. https://github.com/openkruise/kruise-game/pull/90
- AlibabaCloud-EIP support to define EIP name & description. https://github.com/openkruise/kruise-game/pull/91
- Support customized serviceName. https://github.com/openkruise/kruise-game/pull/92
### Bug Fixes
- correct gs network status when pod network status is nil. https://github.com/openkruise/kruise-game/pull/80
## v0.4.0 ## v0.4.0
> Change log since v0.3.0 > Change log since v0.3.0
@ -42,8 +59,6 @@
- Avoid GameServerSet status sync failed when template metadata is not null. https://github.com/openkruise/kruise-game/pull/46 - Avoid GameServerSet status sync failed when template metadata is not null. https://github.com/openkruise/kruise-game/pull/46
- Add marginal conditions to avoid fatal errors when scaling. https://github.com/openkruise/kruise-game/pull/49 - Add marginal conditions to avoid fatal errors when scaling. https://github.com/openkruise/kruise-game/pull/49
---
## v0.2.0 ## v0.2.0
> Change log since v0.1.0 > Change log since v0.1.0
@ -60,8 +75,6 @@
- AlibabaCloud-SLB - AlibabaCloud-SLB
- AlibabaCloud-SLB-SharedPort - AlibabaCloud-SLB-SharedPort
---
## v0.1.0 ## v0.1.0
### Features ### Features