This is the 1.48.0 release of Agones.
In this release, we’ve added support for new Kubernetes versions, improved Docker Buildx support for ARM64 and Windows, better Helm schema validation, dual-stack networking for load balancers, and the inclusion of fleet metadata in the Webhook Autoscaler for more accurate fleet size calculations.
-
Updated Kubernetes Version Support (v1.30, v1.31, v1.32): Agones now officially supports Kubernetes versions 1.30, 1.31, and 1.32, ensuring compatibility with the latest Kubernetes releases for improved performance and stability.
-
Fix Buildx Builders for ARM64 and Windows: Ensures Docker Buildx builders are created or reused for ARM64 and Windows, preventing build failures.
-
Update Helm Schema Validation for customCertSecretPath: Enhanced Helm schema validation for applying custom certificates, ensuring better compatibility and smoother upgrades with the latest chart version.
-
Support Dual-Stack Networking for Load Balancers: Introduces support for dual-stack load balancers, allowing both IPv4 and IPv6 configurations and enhancing network flexibility.
-
Extend Webhook Autoscaler with Fleet Metadata: It enhances the Webhook Autoscaler by including fleet metadata (labels/annotations) in the FleetAutoscaleRequest, enabling more accurate fleet size calculations without frequent URL updates.
What's Changed
Implemented enhancements
- add metadata to agones webhook autoscaler request by @swermin in #3957
- feat(helm): support dual-stack networking for load balancers by @bergemalm in #4073
Fixed bugs
- fix: bump version of jsonpatch for lossy max int64 by @lacroixthomas in #4090
- Fix JSON Schema validation for ServiceAccount annotations by @0xaravindh in #4122
- Refactor image build and manifest push process by @0xaravindh in #4118
Other
- Preparation for Release v1.48.0 by @0xaravindh in #4109
- Increase wait time for upgrade test runner by @igooch in #4113
- Update Helm Schema Validation for topologySpreadConstraints and customCertSecretPath by @AliaksandrTsimokhau in #4112
- Fix: Ensure Buildx Builders Are Created or Used for ARM64 and Windows by @0xaravindh in #4115
- Update Supported Kubernetes to 1.30, 1.31, 1.32 by @kamaljeeti in #4124
- helm: change type from object to array for controller.customCertSecre… by @Joseph-Irving in #4120
- Created performance test cluster for 1.31 by @kamaljeeti in #4125
- Add deprecation notice for older image versions in release template by @0xaravindh in #4126
- Fix flaky test TestListAutoscalerAllocated by @igooch in #4130
New Contributors
- @AliaksandrTsimokhau made their first contribution in #4112
- @swermin made their first contribution in #3957
- @bergemalm made their first contribution in #4073
- @Joseph-Irving made their first contribution in #4120
Full Changelog: v1.47.0...v1.48.0
Images available with this release:
- us-docker.pkg.dev/agones-images/release/agones-controller:1.48.0
- us-docker.pkg.dev/agones-images/release/agones-sdk:1.48.0
- us-docker.pkg.dev/agones-images/release/agones-ping:1.48.0
- us-docker.pkg.dev/agones-images/release/agones-allocator:1.48.0
- us-docker.pkg.dev/agones-images/examples/allocation-endpoint-proxy:0.11
- us-docker.pkg.dev/agones-images/examples/autoscaler-webhook:0.16
- us-docker.pkg.dev/agones-images/examples/cpp-simple-server:0.20
- us-docker.pkg.dev/agones-images/examples/crd-client:0.19
- us-docker.pkg.dev/agones-images/examples/nodejs-simple-server:0.10
- us-docker.pkg.dev/agones-images/examples/rust-simple-server:0.13
- us-docker.pkg.dev/agones-images/examples/simple-game-server:0.36
- us-docker.pkg.dev/agones-images/examples/supertuxkart-example:0.16
- us-docker.pkg.dev/agones-images/examples/unity-simple-server:0.3
- us-docker.pkg.dev/agones-images/examples/xonotic-example:2.2
Helm chart available with this release:
Make sure to add our stable helm repository using
helm repo add agones https://agones.dev/chart/stable