• v2.1.8+rs.1 bdc58a8305

    v2.1.8+rs.1
    All checks were successful
    Rust CI / Format, lint, and test (push) Successful in 3m26s
    Build and publish container image / Build linux/arm64 image (push) Successful in 5m20s
    Stable

    gofix released this 2026-05-03 17:40:59 +00:00 | 20 commits to master since this release

    First stable Rust port build, wire-compatible with upstream portal-tunnel v2.1.8. Suitable as a lightweight drop-in for the upstream relay-server.

    Container image

    docker pull code.rly.best/gofix/portal-tunnel-rs:v2.1.8-rs.1
    

    Multi-arch manifest (linux/amd64, linux/arm64). The OCI tag substitutes + with - because the OCI tag spec disallows +; the git tag is v2.1.8+rs.1.

    Compatibility

    Targets 1:1 protocol/API compatibility with upstream v2.1.8 for the relay-server surface — exercised by HTTP/TCP/UDP smokes, lifecycle, JWT, API-shape comparison, and 3-hop multi-hop interop using official upstream clients. Client CLI/SDK and other non-relay components are out of scope. See docs/unsupported-features.md for the support matrix.

    Versioning

    Releases follow the k3s convention v<upstream>+rs.<n>: the leading version pins the upstream portal-tunnel release this build is compatible with, and rs.<n> is the Rust port build counter for that upstream version. Future port-only patches reuse v2.1.8+rs.<n>; a new upstream target resets the counter (v2.1.9+rs.1).

    Downloads