github jasonacox/Powerwall-Dashboard v5.1.6
v5.1.6 - Upgrade Script Grafana Teardown Guard

one day ago

Bug Fix

  • Guard the Grafana container teardown in upgrade.sh with an existence check (docker ps -aq -f name=^grafana$), matching the pattern already used for pypowerwall, telegraf, weather411, and tesla-history. Previously, if no Grafana container existed, docker stop grafana returned a non-zero status and aborted the upgrade before the stack could be updated or restarted. In migration paths that had already stopped services, this could leave the stack down. This affected users who disable the bundled Grafana via a compose override (profiles: ["disabled"]) to reuse an existing Grafana instance.

CI

  • Add project validation GitHub Actions workflow — continuous integration sanity checks for the dashboard configuration files. (PR #822)

Don't miss a new Powerwall-Dashboard release

NewReleases is sending notifications on new releases.