Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding a CHANGELOG to track updates to the project. #90

Merged
merged 1 commit into from
Nov 24, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 37 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# Changelog

## master / unreleased

* [FEATURE] Refactored Sidecar. #66
* [FEATURE] adding release shield. #70
* [FEATURE] Update GameServer.Status.State when in initializing state. #68
* [ENHANCEMENT] Update README.md #64

## 0.1.0 / 2021-11-12

* [CHANGE] remove deprecated .NET Core sidecar. #2
* [CHANGE] renaming CRD instance to CR. #62
* [FEATURE] Adding Cluster Autoscaler annotations to game server pods to prevent eviction of active sessions. #20
* [FEATURE] adding instructions for running end to end tests on macOS. #19
* [FEATURE] adding some architecture notes. #21
* [FEATURE] namespace stuck on terminating state - FAQ. #29
* [FEATURE] pod affinity - faq. #30
* [FEATURE] Adding a simple example dashboard for Grafana. #33
* [FEATURE] adding information on fluentbit. #34
* [FEATURE] adding guidance for an additional Node Pool. #24
* [FEATURE] allocator draft. #28
* [FEATURE] switching to watches for allocation. #31
* [FEATURE] adding NodeAffinity sample. #39
* [FEATURE] Created prerequisites.md. #51
* [FEATURE] Better tracking ConnectedPlayers. #48
* [FEATURE] adding logrus to initcontainer. #50
* [FEATURE] adding uninstall information. #55
* [FEATURE] Created troubleshooting guide and categories. #63
* [ENHANCEMENT] Update yourgameserver.md. #23
* [ENCHANTMENT] adding resources for samples. #15
* [ENHANCEMENT] Consolidation of Gauge metrics for simplicity. #41
* [ENHANCEMENT] Updated quickstart.md. #44
* [ENHANCEMENT] Monitoring & Grafana Updates. #42
* [ENHANCEMENT] updating OpenArena sample readme. #3
* [BUGFIX] fixing PodAffinity FAQ. #59
* [BUGFIX] fix for GsdkConfig. #58