1.60.0 - Kubernetes 1.36 Version Support, Stable PortPolicyNone, Go 1.26.5 Upgrade, Enhanced CRD Patching, and Improved Minikube Development Workflow.

This is the 1.60.0 release of Agones.

This release focuses on improving platform compatibility, developer experience, and deployment flexibility. Key updates include support for Kubernetes 1.34, 1.35, and 1.36, the promotion of PortPolicyNone to Stable, an upgrade to Go 1.26.5, enhanced CRD patching support for improved Kubernetes resource customization, and a simplified Minikube development workflow for local testing. Together, these enhancements strengthen Agones’ reliability, modernize its development ecosystem, and make deploying and managing game servers more efficient.

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

  • PortPolicyNone Promoted to Stable: The PortPolicyNone feature has been promoted to Stable, providing a fully supported option for game servers that do not require host port allocation. This enhancement offers greater deployment flexibility for container-based and custom networking solutions while reducing unnecessary resource usage. With this promotion, operators can confidently adopt this networking model in production environments.

  • Go Runtime Upgrade: Agones has been upgraded to Go 1.26.5, ensuring compatibility with the latest Go language improvements and ecosystem updates. This upgrade enhances the development and build environment while maintaining alignment with the latest supported Go release, providing a more reliable foundation for contributors and operators.

  • Improved CRD Patching Support: Agones now includes enhanced support for patching Custom Resource Definitions (CRDs) by adding Kubernetes patch metadata to the OpenAPI schema. This improvement enables tools such as Kustomize to merge resource changes correctly instead of replacing entire sections, making customization and management of Agones resources more reliable and easier to maintain.

  • Simplified Minikube Development Workflow: Agones now provides built-in support for loading simple-game-server images directly into Minikube, eliminating the need for manual image loading during local development. This enhancement streamlines testing with custom or unpublished images while improving compatibility across different system architectures, making the local development experience faster and more efficient.

Breaking changes

Implemented enhancements

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 August 12, 2026: Release-1.60.0 (#4682) (67b44a7)