|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +# [v1.56.0](https://github.com/googleforgames/agones/tree/v1.56.0) (2026-02-24) |
| 4 | + |
| 5 | +[Full Changelog](https://github.com/googleforgames/agones/compare/v1.55.0...v1.56.0) |
| 6 | + |
| 7 | +**Breaking changes** |
| 8 | +- Feat: Move SidecarContainers feature gate to Beta by @AryanBagade in https://github.com/googleforgames/agones/pull/4364 |
| 9 | +- Fix Prometheus installation with helm chart v28.9.0. by @markmandel in https://github.com/googleforgames/agones/pull/4448 |
| 10 | + |
| 11 | +**Implemented enhancements** |
| 12 | +- Build simple-game-server in CI for e2e tests by @IrvingMg in https://github.com/googleforgames/agones/pull/4401 |
| 13 | +- Upgrade Hugo and Docsy by @Sivasankaran25 in https://github.com/googleforgames/agones/pull/4404 |
| 14 | +- add optional agones.metrics.serviceMonitor.additonalLabels map to values.yaml in helm chart by @jessebot in https://github.com/googleforgames/agones/pull/4424 |
| 15 | +- Added dark mode to the website by @thegalacticlor in https://github.com/googleforgames/agones/pull/4439 |
| 16 | +- site: update homepage showcase and navbar styling by @markmandel in https://github.com/googleforgames/agones/pull/4438 |
| 17 | + |
| 18 | +**Fixed bugs** |
| 19 | +- fix(sdk): add validation to SetAnnotation to prevent infinite retry loop by @indurireddy-TF in https://github.com/googleforgames/agones/pull/4417 |
| 20 | +- Fixes post_cloudbuild release by explicitly passing variables as Makefile arguments by @igooch in https://github.com/googleforgames/agones/pull/4423 |
| 21 | +- fix: Ensure the processclient have a correct timeout / fix flacky test by @lacroixthomas in https://github.com/googleforgames/agones/pull/4402 |
| 22 | +- docs: fix alert shortcode syntax to process Markdown content by @markmandel in https://github.com/googleforgames/agones/pull/4437 |
| 23 | + |
| 24 | +**Other** |
| 25 | +- Preparation for Release v1.56.0 by @Sivasankaran25 in https://github.com/googleforgames/agones/pull/4422 |
| 26 | +- chore(sdk/nodejs): update dependencies and migrate to ESLint 9 config by @markmandel in https://github.com/googleforgames/agones/pull/4412 |
| 27 | +- chore(sdk/nodejs): migrate linting from ESLint to Biome by @smazmi in https://github.com/googleforgames/agones/pull/4426 |
| 28 | +- fix(docs): update external links in out-of-cluster dev server guide by @markmandel in https://github.com/googleforgames/agones/pull/4427 |
| 29 | +- test: standardize runtime.ParseFeatures error handling and mutex usage by @markmandel in https://github.com/googleforgames/agones/pull/4416 |
| 30 | +- Add Singularity 6 Palia architecture article to third party content by @markmandel in https://github.com/googleforgames/agones/pull/4430 |
| 31 | +- Add CEDIL slides link for Sega Sonic Rumble CEDEC talk by @markmandel in https://github.com/googleforgames/agones/pull/4432 |
| 32 | +- Add Google Doodle containerized games case study to third party content by @markmandel in https://github.com/googleforgames/agones/pull/4433 |
| 33 | +- docs: add blog entry for "Making and Scaling a Game Server in Kubernetes using Agones" by @noetarbouriech in https://github.com/googleforgames/agones/pull/4428 |
| 34 | +- Document Allocation batching by @markmandel in https://github.com/googleforgames/agones/pull/4440 |
| 35 | +- build(deps): bump github.com/go-git/go-git/v5 from 5.16.4 to 5.16.5 in /build/scripts/example-version-checker by @dependabot[bot] in https://github.com/googleforgames/agones/pull/4442 |
| 36 | +- test: fix flaky allocation metrics test server startup by @srpvpn in https://github.com/googleforgames/agones/pull/4445 |
| 37 | +- docs: convert alert shortcodes to format for markdown rendering by @markmandel in https://github.com/googleforgames/agones/pull/4446 |
| 38 | +- build: improve test-gen-api-docs failure message by @markmandel in https://github.com/googleforgames/agones/pull/4453 |
| 39 | + |
| 40 | +**New Contributors** |
| 41 | +- @smazmi made their first contribution in https://github.com/googleforgames/agones/pull/4426 |
| 42 | +- @IrvingMg made their first contribution in https://github.com/googleforgames/agones/pull/4401 |
| 43 | +- @noetarbouriech made their first contribution in https://github.com/googleforgames/agones/pull/4428 |
| 44 | +- @jessebot made their first contribution in https://github.com/googleforgames/agones/pull/4424 |
| 45 | +- @AryanBagade made their first contribution in https://github.com/googleforgames/agones/pull/4364 |
| 46 | +- @thegalacticlor made their first contribution in https://github.com/googleforgames/agones/pull/4439 |
| 47 | +- @srpvpn made their first contribution in https://github.com/googleforgames/agones/pull/4445 |
| 48 | + |
3 | 49 | # [v1.55.0](https://github.com/googleforgames/agones/tree/v1.55.0) (2026-01-13) |
4 | 50 |
|
5 | 51 | [Full Changelog](https://github.com/googleforgames/agones/compare/v1.54.0...v1.55.0) |
|
0 commit comments