Skip to content

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 30 Jul 21:15
6da3396

Install

Control plane

docker pull techsemics/remote-sql-agent:0.1.1
# or, from GitHub's registry
docker pull ghcr.io/semics-tech/remote-sql-agent/control-plane:0.1.1

Worker — pick one:

Route Use when
rsagent-worker-linux-x64, -win-x64.exe, -darwin-arm64 Nothing is installed on the host. One file, no Node, no dependencies
npm install -g @remote-sql-agent/worker@0.1.1 The host already has Node 24
rsagent-worker-0.1.1-win-x64.zip Windows, run as a service — install.ps1 from an elevated prompt
rsagent-worker-0.1.1-linux-x64.tar.gz Linux, run as a systemd unit

Enrol with a token from the dashboard under Administration → Workers:

rsagent-worker-linux-x64 enrol --token rsen_... /etc/rsagent/worker.yaml

A new worker is readOnly until someone raises the ceiling on the
host itself. The control plane cannot raise it.

Verifying a download

sha256sum -c SHA256SUMS --ignore-missing
gh attestation verify rsagent-worker-linux-x64 --repo semics-tech/remote-sql-agent

See the quick start.


What's Changed

  • refactor(protocol): stop publishing the protocol package to npm by @semics-tech in #50
  • fix(server): ship tsx in the image instead of fetching it at boot by @semics-tech in #51

Full Changelog: v0.1.0...v0.1.1