GamePanel Lite v0.2.4
This patch release makes regional control-plane deployments deterministic by publishing every runtime dependency through GamePanel Lite's own registries.
Features
- Add a reusable
buildxmirror workflow for Nginx, Certbot, Prometheus, cAdvisor, and Node Exporter, pinned to upstream digests andlinux/amd64. (#97) by @smartcat999 - Publish identical dependency images to Docker Hub and Alibaba Cloud Container Registry so
GAMEPANEL_IMAGE_REGISTRYswitches the complete control plane as one unit. (#97) by @smartcat999
Bug fixes
- Include Nginx and monitoring services in panel image pulls and force-recreate Prometheus, cAdvisor, and Node Exporter during updates, preventing stale containers from retaining a previous registry. (#97) by @smartcat999
- Pull the managed Certbot mirror before HTTPS initialization. (#97) by @smartcat999
Documentation
- Standardize release-note categories, PR and contributor attribution, upgrade notes, compatibility tables, and bilingual summaries. (#96) by @smartcat999
- Document the controlled dependency-mirroring workflow and both target registries. (#97) by @smartcat999
- Publish the v0.2.4 manifest, version defaults, compatibility notes, and installer metadata. (#98) by @smartcat999
Upgrade notes
Important
This release changes the Nginx image reference from the upstream Docker Hub image to the GamePanel Lite regional registry. Existing source deployments should pull the latest release files and run sudo sh scripts/manage.sh update once. Managed game containers and save data are not recreated.
The update restarts control-plane HTTP and monitoring services. A short panel interruption is expected; running game servers remain online.
| Compatibility | Result |
|---|---|
| Data migration | Not required |
| Configuration migration | Not required |
| Game server restart | Not required |
| Control-plane restart | Required |
| Published platform | linux/amd64 |
Full changelog
中文摘要
- 将 Nginx、Certbot、Prometheus、cAdvisor 和 Node Exporter 固定到上游 digest,并同步发布到 Docker Hub 与阿里云仓库。
- 国内与全球部署现在可以通过
GAMEPANEL_IMAGE_REGISTRY整体切换控制平面镜像来源。 - 面板更新会刷新监控容器,避免继续显示或运行旧仓库镜像。
- 本次不迁移数据、不重启游戏服务器;控制平面会有短暂中断。
贡献者:@smartcat999