Skip to content
This repository has been archived by the owner on Feb 26, 2023. It is now read-only.

v0.21.0

Compare
Choose a tag to compare
@jippi jippi released this 29 Sep 14:10
· 357 commits to master since this release

This release was sponsored by @seatgeek

Come work with me, we are hirering senior & junior system engineers and developers in NYC!

Fixes

  • Missing Nomad / Consul connection check during startup caused panic (#331)
  • Consul Read-Only did not work (#332)
  • Hopefully the last fix for the proxy address rewriting (i've tested with Fabio and nginx)

Changes

  • Hashi-UI now exposes a /_status endpoint for LBs and general health of Consul / Nomad - see README
  • Drained nodes will no longer be considered in cluster wide statistics (#333)
  • You can now control the Consul and Nomad topbar color - see README (#334)
  • All JS components are now lazy loaded, giving a much faster initial load
  • All JS components are now loaded from an absolute path rather than relative, meaning you will no longer download the same files over and over when opening links in new tabs (#339)
  • You can now restart a nomad job (e.g. deregister + register) (#344)
  • Nomad Cluster page now has area charts for CPU and memory, showing up to 5min of ~live data rather than just the current values in a piechart (#338)
  • Changes the color scheme for allocation statistics in Nomad Jobs overview

Special thanks to @hsmade that continue to be awesome in adding new features!