Skip to content

Latest commit

 

History

History
140 lines (73 loc) · 8.78 KB

File metadata and controls

140 lines (73 loc) · 8.78 KB

Changelog

1.9.0 (2026-08-06)

Features

1.8.0 (2026-07-30)

Features

1.7.0 (2026-07-24)

Features

  • fleet hardening, Main dashboard widget, live config migration (#40) (e74875b)

1.6.0 (2026-07-22)

Features

  • ui: settings-page facelift — tabbed fleet hub, image builder, cache/stats, native theming (@jmagar) (#33) (fc95b61)

Bug Fixes

  • release: credit commit authors in notes (#35) (7307817)
  • release: update release-please action (#38) (4a33381)

1.5.1 (2026-07-22)

Bug Fixes

  • honor EPHEMERAL=false, enforce autoscale MIN floor, runner-owned cache dirs (#30) (a605b80)

1.5.0 (2026-07-12)

Features

  • default-image: add runner HEALTHCHECK to the shipped starter Dockerfile (#27) (ea6c88d)

1.4.3 (2026-07-12)

Bug Fixes

  • autoscale: reap disconnected (health=unhealthy) runners, not just exited (#25) (727e4e2)

1.4.2 (2026-07-07)

Bug Fixes

  • plugin: dedicated .tgz package + Unraid config idioms (#23) (97873dc)
  • recreate runners with a fresh token instead of resurrecting stale ones (#22) (411d5cd)

1.4.1 (2026-07-07)

Bug Fixes

  • land stranded review fixes and release public CA readiness (1.5.0) (#19) (5acc848)

1.4.0 (2026-07-01)

Features

  • security: harden defaults for public Community Apps distribution (#15) (62b9df8)

1.3.0 (2026-06-30)

Features

  • dind: bind per-runner diagnostics dir for DinD post-mortem (#12) (9f63027)
  • restart the fleet on Unraid Docker stop/start events (#11) (6596c41)

1.2.0 (2026-06-26)

Features

  • scheduled runner-image auto-update with drain-then-recreate (#9) (3ddaccc)

1.1.0 (2026-06-24)

Features

  • proper Plugins-page name + icon link to settings (#8) (7f71781)
  • run jobs as non-root by default with GitHub-hosted storage parity (#5) (159384e)

Bug Fixes

  • dind: real-FS Docker data root for runners + FUSE cache-root guard/warning (#7) (1f06c8e)
  • ui: keep the fleet log panel visible when empty (#4) (79e032d)

1.0.0 (2026-06-24)

Features

  • DinD mode (own dockerd per runner) to fix services: networking + port collisions (74990ff)
  • fat runner image (warm caches) + graceful stop + package cache (88f6ce0)
  • field tooltips + pre-scoped GitHub PAT link; harden deploys to root:root (e320ca6)
  • generic starter runner image + bring-your-own-image (d6bcf90)
  • image source selector (built-in vs remote) (193ec88)
  • in-plugin runner image builder (editable Dockerfile + Build button) (a996fda)
  • private registry docker login + configurable cache mounts (87e62c4)
  • public-release publishing via release-please + GitHub artifacts (#1) (46eb8c1)
  • queue-aware autoscaler with tuning options (f19cd16)
  • registry: reuse GitHub PAT for GHCR login when no registry token set (60d41db)
  • shared image cache (registry mirror) + guard CACHE_ROOT against rootfs (5aa92d9)
  • ui: hide remote-only fields unless Image source = Remote (55e58c3)
  • ui: native folder picker on Cache root path field (4253c75)

Bug Fixes

  • scope install extraction to plugin dir, force root perms (bb869cc)
  • ui: load jquery.filetree js+css so the Cache root picker actually works (e352946)
  • ui: use Unraid native inline help (markdown form + :plug:/>/:end) (43c52b3)

Changelog

All notable changes to this project are documented here. This file is managed automatically by release-please from Conventional Commit messages merged to main.