Skip to content

Commit

Permalink
Update CHANGELOG.md for v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisliu1995 authored Aug 11, 2023
1 parent 649ab11 commit 3d523f9
Showing 1 changed file with 17 additions and 4 deletions.
21 changes: 17 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# 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

> Change log since v0.3.0
Expand Down Expand Up @@ -42,8 +59,6 @@
- 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

---

## v0.2.0

> Change log since v0.1.0
Expand All @@ -60,8 +75,6 @@
- AlibabaCloud-SLB
- AlibabaCloud-SLB-SharedPort

---

## v0.1.0

### Features
Expand Down

0 comments on commit 3d523f9

Please sign in to comment.