This is the 1.33.0 release of Agones.
In this release, we have focused on improving the documentation, stabilized the SDKGracefulTermination feature and also are now returning GameServer annotations and labels on allocation response.
Stable SDKGracefulTermination: SDKGracefulTermination feature is promoted to stable. With this advancement, the SDK server will now remain active for the specified terminationGracePeriodSeconds until SDK.Shutdown() has been called. This ensures a seamless transition during shutdown scenarios and gives you more control over the termination process.
Enhanced Documentation: We have taken steps to improve the usability of our helm documentation. The large configuration table has been restructured into multiple sections making it much easier to navigate the Agones services.
Returning GameServer labels and annotations to allocation response: The GameServerAllocation now has a metadata field returned with the metadata of the allocated GameServer. This can be useful for returning information about the GameServer, Fleet or even the cluster to the allocating process.
Check the README for details on features, installation and usage.
Implemented enhancements:
See CHANGELOG for more details on changes.
Images available with this release:
us-docker.pkg.dev/agones-images/release/agones-controller:1.33.0
us-docker.pkg.dev/agones-images/release/agones-allocator:1.33.0
us-docker.pkg.dev/agones-images/examples/allocation-endpoint-proxy:0.5
us-docker.pkg.dev/agones-images/examples/autoscaler-webhook:0.6
us-docker.pkg.dev/agones-images/examples/cpp-simple-server:0.15
us-docker.pkg.dev/agones-images/examples/nodejs-simple-server:0.8
us-docker.pkg.dev/agones-images/examples/rust-simple-server:0.11
us-docker.pkg.dev/agones-images/examples/simple-game-server:0.16
us-docker.pkg.dev/agones-images/examples/supertuxkart-example:0.8
us-docker.pkg.dev/agones-images/examples/unity-simple-server:0.3
us-docker.pkg.dev/agones-images/examples/xonotic-example:1.1 Helm chart available with this release:
helm install agones agones/agones --version 1.33.0Make sure to add our stable helm repository using
helm repo add agones https://agones.dev/chart/stable