Skip to content

v0.9.4

Latest

Choose a tag to compare

@AnalogJ AnalogJ released this 13 Sep 21:00
Timestamp SHA Message Author
2026-09-13T20:57Z 3ee4e59 (v0.9.4) Automated packaging of release by Packagr packagrio-bot
2026-09-09T23:29Z 1b9c653 Bump js-yaml from 3.15.1 to 3.15.2 in /webapp/frontend (#1086) Bumps js-yaml from 3.15.1 to 3.15.2. - Changelog - Commits --- updated-dependencies: - dependency-name: js-yaml dependency-version: 3.15.2 dependency-type: indirect ... Signed-off-by: dependabot[bot] support@github.com Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> dependabot[bot]
2026-09-02T23:54Z 242f63e Bump fast-uri from 3.1.5 to 3.1.7 in /webapp/frontend (#1081) Bumps fast-uri from 3.1.5 to 3.1.7. - Release notes - Commits --- updated-dependencies: - dependency-name: fast-uri dependency-version: 3.1.7 dependency-type: indirect ... Signed-off-by: dependabot[bot] support@github.com Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> dependabot[bot]
2026-09-02T18:08Z 8f758ef docs: refresh stale docker image tags and version examples (#1080) - replace stale master-omnibus/master-collector tags with latest-* - tag the CONTRIBUTING dev build dev-omnibus so it doesn't shadow the published image - add pin-a-specific-version notes alongside every remaining latest-* reference - bump image tag examples to v0.9.3 - bump the binary install download URL and sha256 example to v0.9.3 Fixes #1079 Co-authored-by: Claude Opus 5 (1M context) noreply@anthropic.com Aram Akhavan
2026-08-29T15:35Z 18859d1 Bump js-yaml from 3.15.0 to 3.15.1 in /webapp/frontend (#1050) Bumps js-yaml from 3.15.0 to 3.15.1. - Changelog - Commits --- updated-dependencies: - dependency-name: js-yaml dependency-version: 3.15.1 dependency-type: indirect ... Signed-off-by: dependabot[bot] support@github.com Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> dependabot[bot]
2026-08-29T15:35Z fbb2339 Bump fast-uri from 3.1.4 to 3.1.5 in /webapp/frontend (#1049) Bumps fast-uri from 3.1.4 to 3.1.5. - Release notes - Commits --- updated-dependencies: - dependency-name: fast-uri dependency-version: 3.1.5 dependency-type: indirect ... Signed-off-by: dependabot[bot] support@github.com Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> dependabot[bot]
2026-08-29T15:35Z 2739029 Bump github.com/quic-go/quic-go from 0.59.0 to 0.59.1 (#1048) Bumps github.com/quic-go/quic-go from 0.59.0 to 0.59.1. - Release notes - Commits --- updated-dependencies: - dependency-name: github.com/quic-go/quic-go dependency-version: 0.59.1 dependency-type: indirect ... Signed-off-by: dependabot[bot] support@github.com Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> dependabot[bot]
2026-08-29T13:29Z 9aa3d84 fix(collector): honor a device type set in the config file (#1067) Fixes #1063 Aditya Raj Singh
2026-08-29T05:03Z 5bf0b25 chore(readme): drop the retired Go Report Card badge (#1075) Aram Akhavan
2026-08-29T04:46Z 5e14986 fix(collector): keep the configured device type (#803) Fixes #608 Thomas Hilzendegen
2026-08-29T04:36Z d046f03 fix(webapp): match observed threshold buckets inclusively on the low end (#1074) Fixes #1072
  • drop redundant zero lower bound on attrs 10, 11, 198 Co-authored-by: Claude Opus 5 (1M context) noreply@anthropic.com
  • Aram Akhavan
    2026-08-28T23:35Z f541290 fix(collector): preserve device file casing in config overrides (#1073) - Use the scanned device file when an override matches a detected device - Keep the configured device file verbatim when smartctl --scan never returned it - Trim the /dev/ prefix case-insensitively instead of lowercasing the path - Match allow_listed_devices entries with strings.EqualFold - Add tests for mixed-case overrides and allow list entries Co-authored-by: Claude Opus 5 (1M context) noreply@anthropic.com Aram Akhavan
    2026-08-20T18:40Z 89588a4 fix(frontend): hide the host header when a host has no visible drives (#1062) The dashboard groups drives by host and renders a header for each group, but the header was only gated on the host id being non-empty. Whether a drive renders is decided separately, per drive, further down the template. Nothing tied the two together, so a host whose drives were all archived kept its header with nothing underneath it. The two conditions drifted apart because the header guard predates archiving by three years and the archive feature only added the per-drive check. Putting the visibility rule in one method and calling it from both places stops them drifting again. This also covers the same header left behind after deleting the last drive on a host, since hostGroups keeps the entry until a reload. Aditya Raj Singh
    2026-08-11T15:55Z 58b1103 fix frontend development mocks (#1052) Brad Ullman
    2026-08-08T04:34Z 19185c9 Update frontend dependencies (#1038) Aram Akhavan