1.57.0 - Kubernetes v1.35 Support, Init Sidecar Containers, Grafana Helm Chart Upgrade, and More!

This is the 1.57.0 release of Agones.

Agones now supports Kubernetes versions 1.33, 1.34, and 1.35, ensuring compatibility with the latest Kubernetes releases. The Grafana Helm chart has been upgraded to improve stability, compatibility, and alignment with upstream changes. Support for init and sidecar containers has been added, enhancing GameServer pod configuration and providing greater deployment flexibility. All project links have been migrated from googleforgames to agones-dev following the repository transition. Additionally, a memory leak in the Fleet Autoscaler webhook HTTP client (introduced in v1.54.0) has been resolved.

  • Updated Kubernetes Version Support (v1.33, v1.34, v1.35): Agones now officially supports Kubernetes versions 1.33, 1.34, and 1.35, ensuring compatibility with the latest Kubernetes releases for improved performance and stability.

  • Upgraded the Grafana Helm chart: The latest version for improved compatibility and stability. Aligned with upstream changes, including bug fixes and feature enhancements. Ensures better support for current Kubernetes and monitoring stack configurations.

  • Support Init and Sidecar Containers: Added support for init and sidecar containers to enhance GameServer pod configuration. Improves handling of initialization tasks and auxiliary workloads alongside the main container. Aligns with Kubernetes patterns for better lifecycle management and reliability.

  • Migrate Links from googleforgames to agones-dev: Updated all project links to replace googleforgames with agones-dev following the repository transition. This keeps references accurate and aligned with the current Agones source.

  • Resolve HTTP Client Memory Leak in Fleet Autoscale Webhook: Resolved a memory leak issue in the Fleet Autoscaler webhook HTTP client caused by persistent connections not being properly released. This fix ensures efficient connection handling and prevents resource exhaustion during repeated webhook calls.

Breaking changes

Implemented enhancements

Fixed bugs

Security fixes

Other

New Contributors

See CHANGELOG for more details on changes.

Images available with this release:

Helm chart available with this release:

Make sure to add our stable helm repository using helm repo add agones https://agones.dev/chart/stable

Last modified April 12, 2026: docs: add allocator and ping HA details (#4509) (03e321c)