Skip to content

v0.8.1

Choose a tag to compare

@github-actions github-actions released this 21 Jul 07:20
· 103 commits to master since this release

馃悰 Bug Fixes

  • Fix resource bars by fetching live Docker stats instead of reading from DB (f38bdf7)
  • Fix serviceStatuses latency by caching Docker stats from the health check job (68fd524)
  • Fix update detection for non-semver floating tags by using digest comparison (0e14998)
  • Fix getContainerStats hanging indefinitely when a container is restarting (b24636b)
  • Fix delayed service resource updates (d7c7328)

馃攧 Other Changes

  • docs(README): update Docker host environment variable references (e67e909)
  • Merge pull request #1 from karry-cat/master (3cab661)

馃殌 Features

  • Add ResourceStatsJob to decouple resource polling from health checks (faa3fa0)