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

Releases: jippi/hashi-ui

Fix JS UI

06 Oct 18:35
a2abf5d
Compare
Choose a tag to compare

Upgrading things break stuff, what a surprise!

Bump JS deps

06 Oct 16:00
8fc7414
Compare
Choose a tag to compare
Merge pull request #466 from jippi/bump-js-stuff

Bump js stuff

Nomad 0.9 support

13 Jun 20:22
a0e7e7d
Compare
Choose a tag to compare
Merge pull request #438 from jippi/bump-go-deps

Bump Nomad and Consul API SDKs

NewRelic support and SDK bumps

16 May 09:10
c17e07f
Compare
Choose a tag to compare
Merge pull request #433 from jippi/add-newrelic-support

A bit of house cleaning

Stable release

18 Oct 06:37
3364217
Compare
Choose a tag to compare

Everything is stable, seem silly to not mark it as such version wise

Allow to force rescheduling when (re)evaluating a job

04 Jul 09:20
b73b606
Compare
Choose a tag to compare

Nomad 0.8 support

02 Jul 19:01
d6d4437
Compare
Choose a tag to compare
  • control node eligibility
  • drain (with / without system jobs)
  • some small bug fixes here and there

note: currently drain timeout is 1h (hardcoded)

v0.25.0

11 Apr 09:44
4fd6011
Compare
Choose a tag to compare
  • (much) faster Nomad job list
  • new left menu for each job type, pre-filtering the list
  • a few bug fixes here and there

v0.24.0

01 Mar 13:02
aabd333
Compare
Choose a tag to compare
Merge pull request #382 from jippi/WF-rolling-restart

Add rolling-restart to the restart menu, renamed to previous stop/start

v0.23.0

26 Jan 16:46
dbfb17c
Compare
Choose a tag to compare
  • Fixes consul health checks in Nomad >= 0.7.0 clusters
  • Breaks consul health checks in Nomad < 0.7.0 clusters

The way the consul check ids are constructed now makes it pain in the ass to maintain backwards compatibility, and the new method to match an allocation to a consul health check is kinda pain in the ass :(