github karanhudia/borg-ui v2.3.0-alpha.4
Release 2.3.0-alpha.4

pre-release3 hours ago

What's Changed

  • chore(release): bump version to 2.3.0-alpha.4 (5c9a69b)
  • perf(activity): read a backup's transcript and a source's parents only where the list needs them (#1169) (5f1ee57)
  • fix(events): invalidate queries after the event stream reconnects; announce plan-failure backups (#1167) (9bc3da0)
  • fix(agents): redispatch a queued job on the agent's heartbeat (#1165) (16ac22b)
  • fix(retention): repair agent maintenance logs for as long as their lines are kept (#1171) (fbbfff6)
  • fix(dashboard): end the activity window at now (#1172) (073678f)
  • feat(prune): setting to turn automatic prune previews off (#1173) (8685fd4)
  • feat(background-work): stage strip with live counts and per-stage pause (#1170) (b4c881b)
  • fix(index): archive_sync deletes the archives its listing no longer sees (#1141) (#1168) (1abd0ad)
  • fix(logging): redact secrets from every log line and keep the Redis URL out of request URLs (#1158) (c4409c1)
  • feat(plan): name Pro Lite, explain the Pro preview, and list what an update brings (#1163) (df30465)
  • fix(a11y): bring every palette colour to WCAG AA in both themes (#1161) (c7462d0)
  • ci(tests): run the integration suite inside the runtime base image (#1160) (658057b)
  • fix(index): re-measure only a removed archive's neighbours, not every survivor (#1159) (09bdb44)
  • fix(archives): floating corner panels follow the theme and match the product cards (4a9fc83)
  • Community sees the counts, Pro sees the rows (#1156) (96f26d2)
  • fix(stats): read the repository's source data size from Borg, not from the archive sums (#1152) (18a2c44)
  • fix(backup): hide the automations tab when nothing can use it (#1157) (5d3724a)
  • chore(privacy): remove real machine paths from fixtures and guard against new ones (#1150) (afc8998)
  • fix(index): fill never-measured archives before re-measuring stale ones (#1147) (63942ca)
  • chore(deps-dev): bump the vitest group across 1 directory with 3 updates (#1143) (b023b4d)
  • chore(deps): bump the backend-minor-patch group with 9 updates (#1144) (e8f1db5)
  • chore(deps): bump the frontend-minor-patch group (#1145) (a8c6729)
  • License page: list the installations on this licence and release stale seats (#1095) (#1139) (76e463a)
  • fix(agent): stop storing progress lines and parsed JSON output as log rows (agent 0.1.8) (#1127) (ec1b7dd)
  • perf(activity): read the list's per-backup lookups once per window (#1121) (f8edd1a)
  • fix(reconcile): count the reconcile interval from the last tick (#1128) (b288cdc)
  • fix(cancel,retention): close two restore cancel races, repair every agent maintenance log (#1130) (63b5a44)
  • fix(plans): record a failed backup when a plan repository fails before its backup starts (#1133) (fe2a66d)

Docker Images

Published to Docker Hub:

docker pull ainullcode/borg-ui:2.3.0-alpha.4

Install without Docker

Debian or Ubuntu host (bare metal, VM, or LXC):

curl -fsSLO https://github.com/karanhudia/borg-ui/releases/download/v2.3.0-alpha.4/install.sh
curl -fsSL https://github.com/karanhudia/borg-ui/releases/download/v2.3.0-alpha.4/install.sh.sha256 | sha256sum -c - \
  && sudo bash install.sh --version 2.3.0-alpha.4

Full Changelog: v2.3.0-alpha.3...v2.3.0-alpha.4

Don't miss a new borg-ui release

NewReleases is sending notifications on new releases.