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

v0.20.0

Compare
Choose a tag to compare
@jippi jippi released this 24 Sep 15:57
· 444 commits to master since this release
f6e8c50

This release was sponsored by @seatgeek

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

New contributor

I'm super happy to announce that @hsmade now has commit-bit ! :)

Feature: Consul Health integration ( @jippi )

If you have enabled the consul backend, then allocation lists will now show the Consul service health.

With the rewrite of the Go backend in 0.19.0, integrations like this is significantly easier to implement and maintain, expect most cross-nomad/consul integrations in the future.

image

Feature: Allocation resource statistics ( @hsmade )

You can now see ~live (1s resolution, for 5min) CPU and Memory statistics for an allocation.

In all allocations list, next to the "logs" shortcut in the actions column, there is a brand new "stats" icon taking you directly to this page. You can also navigate to it from a single allocation page -> stats in the menu.

image

Feature: Allocation port bindings ( @hsmade )

On the allocation info page, you can now see the IP and Port of your allocation.

image

Feature: Cluster & Client stats now show allocated resources ( @hsmade )

The client and cluster pie charts now also include how many resources you have locked to jobs

Cluster resource usage
image

Client resource usage
image

Feature: Client list shows CPU usage ( @jippi )

Every 3s the CPU usage of each node will be updated.

image