update changelog for #5557 (#5763)

This commit is contained in:
Chris Baker
2019-05-28 09:18:24 -04:00
committed by GitHub
parent f9dbcd6e9e
commit d017b5fbc5

View File

@@ -42,6 +42,7 @@ IMPROVEMENTS:
* api: Support configuring `http.Client` used by golang `api` package [[GH-5275](https://github.com/hashicorp/nomad/pull/5275)]
* api: Add preemption related fields to API results that return an allocation list. [[GH-5580](https://github.com/hashicorp/nomad/pull/5580)]
* api: Add additional config options to scheduler configuration endpoint to disable preemption [[GH-5628](https://github.com/hashicorp/nomad/issues/5628)]
* cli: Add acl token list command [[GH-5557](https://github.com/hashicorp/nomad/issues/5557)]
* client: Reduce unnecessary lost nodes on server failure [[GH-5654](https://github.com/hashicorp/nomad/issues/5654)]
* client: Canary Promotion no longer causes services registered in Consul to become unhealthy [[GH-4566](https://github.com/hashicorp/nomad/issues/4566)]
* client: Allow use of maintenance mode and externally registered checks against Nomad-registered consul services [[GH-4537](https://github.com/hashicorp/nomad/issues/4537)]