• v1.0.0 ae5628f370

    v1.0.0 – CI pipeline fixes, plugin ABI compatibility, and improved deployment flow
    All checks were successful
    continuous-integration/drone/tag Build is passing

    aetos released this 2025-11-29 19:57:43 +00:00 | 11 commits to main since this release

    • Updated plugin builder to Go 1.21.6 to match Nakama 3.21.0 runtime (fixes ABI/plugin.Open errors)
    • Switched final image to heroiclabs/nakama:3.21.0-arm for correct architecture
    • Removed full /nakama/data volume mounts to prevent config and plugin overwrite
    • Cleaned up Docker build: build only latest tag; simplified image tagging logic
    • Improved Drone pipeline:
    – Proper tag detection and validation
    – Skips rebuild if image already exists
    – Cleaner push logic with registry prefix tagging
    – Supports triggers for tag, push, and custom events
    • Deployment now runs using lila-games/nakama-server:latest with correct mounts
    • Simplified matchmaking simulator and fixed assignment logic for testing

    This release stabilizes the full CI → build → push → deploy flow and ensures the Go plugin loads reliably on ARM Nakama servers.

    Downloads