-
Notifications
You must be signed in to change notification settings - Fork 902
Comparing changes
Open a pull request
base repository: agones-dev/agones
base: v1.54.0
head repository: agones-dev/agones
compare: v1.55.0
- 20 commits
- 351 files changed
- 8 contributors
Commits on Dec 4, 2025
-
Release 1.54.0 (#4374) (#4376)
* Adds back the build environment image to the precloudbuild pipeline (#4372) * Release v1.54.0 * update pre cloudbuild file --------- Co-authored-by: igooch <igooch@google.com>
Configuration menu - View commit details
-
Copy full SHA for ce97077 - Browse repository at this point
Copy the full SHA ce97077View commit details
Commits on Dec 5, 2025
-
Feat: enable remote debugging with minikube (#4341)
* feat: enable remote debugging with minikube * feat: allow agones-sdk in debug mode * feat: pudate minikube port-forwards targets * Feat: fix some minikube commands and update doc * feat: split big readme from build in multiple ones * feat: update doc / make targets * feat: move pprof from troubleshooting to dev-workflow * Feat: fix tags * feat: update doc to create minikube cluters with 2 nodes
Configuration menu - View commit details
-
Copy full SHA for c60bb86 - Browse repository at this point
Copy the full SHA c60bb86View commit details -
Configuration menu - View commit details
-
Copy full SHA for e2d3522 - Browse repository at this point
Copy the full SHA e2d3522View commit details
Commits on Dec 10, 2025
-
Update caBundle Documentation. (#4380)
caBudnle is no longer required for HTTP webhooks, so updating the documentation.
Configuration menu - View commit details
-
Copy full SHA for 2d18ac9 - Browse repository at this point
Copy the full SHA 2d18ac9View commit details -
test: deferred cleanup for GameServer in TestSuperTuxKartGameServerRe…
…ady (#4379) Add a deferred function to properly delete the GameServer after the test completes, ensuring resources are cleaned up even if the test fails. Also update error handling to check if readyGs is not nil before logging events. This makes rerunning the test hundreds of time to check for flakes much easier without a super large cluster.
Configuration menu - View commit details
-
Copy full SHA for c242b1f - Browse repository at this point
Copy the full SHA c242b1fView commit details
Commits on Dec 13, 2025
-
feat: promote FleetAutoscaleRequestMetaData to beta (#4365)
* Promote FleetAutoscaleRequestMetaData to Beta * reflect comments * add documentation * update feature short coded * fix cloudbuild * fix docs Co-authored-by: Mark Mandel <mark@compoundtheory.com> * typo expiryVersion Co-authored-by: Mark Mandel <mark@compoundtheory.com> --------- Co-authored-by: Mark Mandel <mark@compoundtheory.com>
Configuration menu - View commit details
-
Copy full SHA for 7459f0f - Browse repository at this point
Copy the full SHA 7459f0fView commit details
Commits on Dec 15, 2025
-
Add Wasm Fleet Autoscaler quickstart documentation (#4382)
This adds a new quickstart guide for creating a Fleet Autoscaler using Wasm modules. Closes #4080 Co-authored-by: Thomas Lacroix <thomas.lacroix@ubisoft.com>
Configuration menu - View commit details
-
Copy full SHA for e4371b2 - Browse repository at this point
Copy the full SHA e4371b2View commit details
Commits on Dec 17, 2025
-
Upgrade Golang 1.25 Versions (#4383)
* Upgrade Golang 1.25 Versions * fix controller testcases * update controller_test file
Configuration menu - View commit details
-
Copy full SHA for 08d8a21 - Browse repository at this point
Copy the full SHA 08d8a21View commit details
Commits on Dec 18, 2025
-
Fix sdkserver updatelist gameserver max items (#4326)
* fix sdkserver updatelist gameserver max items * fix lint error * update tescases updatelist * fix e2e test * changes e2e namespaces rbac * Fix e2e error * remove apiserver list max capcity in localsdk * remove apiserver listmax capacity * fix gamerserver testcases * fix lint error --------- Co-authored-by: Mark Mandel <mark@compoundtheory.com> Co-authored-by: igooch <igooch@google.com>
Configuration menu - View commit details
-
Copy full SHA for 1db6361 - Browse repository at this point
Copy the full SHA 1db6361View commit details -
Reorganize third-party content documentation and add content (#4388)
* Reorganize third-party content documentation and add content - Create new articles.md to organize case studies and blog posts by year - Add case studies from Bandai Namco, Sonic Rumble, Nintendo, and Gaijin Ent. - Add blog posts from AWS and Google Cloud spanning 2018-2025 - Add podcasts from Level Design Podcast (2021) and FLOSS Weekly (2020) - Add case study videos from PlayStation, Ubisoft, PUBG, and others - Add tutorial presentations and screencasts for Agones - Reorganize podcasts.md by year and fix markdown link formatting - Adjust navigation weights for examples and libraries-tools sections * Review updates. * Warning on devcom video
Configuration menu - View commit details
-
Copy full SHA for a1ec8a5 - Browse repository at this point
Copy the full SHA a1ec8a5View commit details -
Fix flaky TestControllerGameServerCount race condition (#4392)
The test was flaky due to a race condition in the wait loop. The condition only checked that 4 time series existed (len(m.TimeSeries) == 4), but did not verify the actual count values. This allowed the test to proceed even when only 1 of 2 PortAllocation GameServers had been added to the informer cache. The fix updates the wait condition to explicitly verify that the PortAllocation metric has a count of 2 before proceeding to assertions. This ensures both GameServers are present in the cache and counted correctly, eliminating the race condition. Closes #4389
Configuration menu - View commit details
-
Copy full SHA for 109a4c4 - Browse repository at this point
Copy the full SHA 109a4c4View commit details
Commits on Dec 19, 2025
-
Upgrade to Go 1.25 blew out the docsy installation (or upgraded it to 0 .13.0?) either way, the colours where all messed up. This reverts things! I'll write a ticket for a Docsy upgrade to 0.13 since it looks like there are breaking changes between versions.
Configuration menu - View commit details
-
Copy full SHA for db5946a - Browse repository at this point
Copy the full SHA db5946aView commit details
Commits on Dec 27, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 5228cee - Browse repository at this point
Copy the full SHA 5228ceeView commit details -
test: fix flaky TestPortRangeAllocatorSyncDeleteGameServer (#4399)
Fixing the race condition that an event may not have fired even though Agones client list operations may be returning the correct list values. Utilised `Eventually` and `Never` to ensure we tested for eventual final states. Closes #4390
Configuration menu - View commit details
-
Copy full SHA for 30ef258 - Browse repository at this point
Copy the full SHA 30ef258View commit details
Commits on Jan 7, 2026
-
Refactor metrics controller tests to fix flaky behaviour (#4406)
Moved testing that is polls through Eventually() tests into the metric assert function - since all metric data is eventually consistent. Also centralizes edge cases around Distribution metrics. Closes #4391
Configuration menu - View commit details
-
Copy full SHA for 0d629cb - Browse repository at this point
Copy the full SHA 0d629cbView commit details
Commits on Jan 8, 2026
-
fix(sdk): validate labels in SetLabel to prevent retry loops (#4386)
Co-authored-by: Mark Mandel <mark@compoundtheory.com>
Configuration menu - View commit details
-
Copy full SHA for 3ed5ee0 - Browse repository at this point
Copy the full SHA 3ed5ee0View commit details
Commits on Jan 9, 2026
-
Fix(build): Upgrade Agones base container images from Debian 12 (Book… (
#4387) * Fix(build): Upgrade Agones base container images from Debian 12 (Bookworm) to Debian 13 (Trixie). * update packages * removed softwareproperties not exist in trixie * updated java version * updated .net version-8.0 * Bump version numbers in Makefiles and YAML manifests --------- Co-authored-by: Sivasankaran R <sivasankaranr@google.com>
Configuration menu - View commit details
-
Copy full SHA for 38db980 - Browse repository at this point
Copy the full SHA 38db980View commit details -
Update third-party content documentation with new articles and podcas…
…ts (#4410) * Update third-party content documentation with new articles and podcasts - Added new 2019 blog post from Embark Studios to `articles.md`. - Added new 2024 podcast episode (Dutch) to `podcasts.md`. * * Update since medium doesn't like the link checker.
Configuration menu - View commit details
-
Copy full SHA for c31e1eb - Browse repository at this point
Copy the full SHA c31e1ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8fb23af - Browse repository at this point
Copy the full SHA 8fb23afView commit details
Commits on Jan 13, 2026
-
Configuration menu - View commit details
-
Copy full SHA for ed6188b - Browse repository at this point
Copy the full SHA ed6188bView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.54.0...v1.55.0