Skip to content

Releases: ysya/runscaler

v0.2.16

17 Mar 16:11

Choose a tag to compare

Changelog

  • bb6c984 fix: show Docker pull progress and add 30m timeout
  • e75442e refactor: modernize syntax for Go 1.26
  • 05da095 docs: fix Tart backend config — runner-image is top-level, not [tart] image

v0.2.15

15 Mar 11:52

Choose a tag to compare

Changelog

  • 703e994 refactor: remove version --check, use update --check instead
  • f914b9a fix: use XDG ~/.local/bin as default install dir (no sudo required)

v0.2.14

15 Mar 11:02

Choose a tag to compare

Changelog

  • aa19742 feat: add runscaler update command for in-place self-update

v0.2.13

15 Mar 10:55

Choose a tag to compare

Changelog

  • 25951c5 fix: align goreleaser archive name with install.sh expectations
  • bc56c85 chore: ignore log files and .DS_Store
  • 5dbe757 fix: move Android SDK and temp dir under runner home to avoid permission issues
  • 42a38df perf: pre-install NDK and CMake in runner image

v0.2.12

14 Mar 23:38

Choose a tag to compare

Changelog

  • 9dbfac3 feat: add platform option to force container architecture
  • 0f738ca perf: parallel multi-arch build with native ARM runner
  • aa9999c fix: make Android SDK writable for Gradle auto-provisioning
  • 30047d0 chore: exclude README from image build trigger and Docker context
  • ee3a1ad docs: add README for custom actions-runner image
  • 5ffcf5e fix: downgrade to JDK 17 for React Native/Gradle compatibility

v0.2.11

14 Mar 22:35

Choose a tag to compare

Changelog

  • c995478 refactor: unify runner-image for both Docker and Tart backends
  • 89acd8b fix: switch to OpenJDK 21, add multi-arch support, update actions
  • eccbb69 feat: add custom actions-runner image with Android SDK, Java, Node.js, and C/C++ toolchains

v0.2.10

14 Mar 20:46

Choose a tag to compare

Changelog

  • 5017fbb fix: add GID 0 to runner container for Docker socket access on macOS

v0.2.9

14 Mar 19:34

Choose a tag to compare

Changelog

  • d66e0d7 fix: use configured docker socket path when creating Docker clients
  • 8ca8d0e feat: add service command for systemd/launchd service management
  • 223c6e5 feat: add memory and CPU resource limits for Docker runner containers

v0.2.8

14 Mar 11:47

Choose a tag to compare

Changelog

  • b13fa27 fix: prevent deadlock when pool VMs hold all slots during startup
  • 201ab4d fix: detect dead warm VMs and verify runner startup in Tart backend
  • 666037a feat: add automatic listener reconnection with exponential backoff

v0.2.7

11 Mar 18:39

Choose a tag to compare

Changelog

  • 646f954 fix: replace panics with graceful handling in runner state transitions