From d37c642c9170769d807161713b0a34629af6843b Mon Sep 17 00:00:00 2001 From: Hendrik Brombeer Date: Sun, 2 Aug 2026 09:48:15 +0200 Subject: [PATCH] feat(velocity): bake plugin-agones 0.8.0 Brings the proxy drain endpoint (transfer instead of kick on rollouts, rounds wait) and fullest-first lobby packing into the baked plugin set. --- velocity/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/velocity/Dockerfile b/velocity/Dockerfile index cdaf949..ccd17a2 100644 --- a/velocity/Dockerfile +++ b/velocity/Dockerfile @@ -10,7 +10,7 @@ ARG VELOCITY_DOWNLOAD_USER_AGENT="grounds-containers/1.0 (https://github.com/gro # Before it, the command read Velocity's playersConnected — the players on the # proxy running the command — so with two proxies in front of one lobby each of # them confidently reported half of it. -ARG PLUGINS="plugin-agones:plugin-agones-velocity:0.7.2,plugin-permissions:plugin-permissions-velocity:0.7.0" +ARG PLUGINS="plugin-agones:plugin-agones-velocity:0.8.0,plugin-permissions:plugin-permissions-velocity:0.7.0" ARG GROUNDS_RUNTIME_PLUGIN_VERSION="0.1.1" # grounds-platform velocity build: proxy-side whitelist gate, MOTD, and # platform command execution. Gated on the arg so it can be disabled.