changelog: Add missing entry for nomad alloc signal

This commit is contained in:
Danielle Lancashire
2019-05-09 15:46:32 +02:00
parent 875597729a
commit 0bfe80e3b6

View File

@@ -12,6 +12,7 @@ FEATURES:
* core: Add `nomad alloc restart` command to restart allocs and tasks [[GH-5502](https://github.com/hashicorp/nomad/pull/5502)]
* core: Add `nomad alloc stop` command to reschedule allocs [[GH-5512](https://github.com/hashicorp/nomad/pull/5512)]
* core: Add `nomad alloc signal` command to signal allocs and tasks [[GH-5515](https://github.com/hashicorp/nomad/pull/5515)]
* vault: Add initial support for Vault namespaces [[GH-5520](https://github.com/hashicorp/nomad/pull/5520)]
IMPROVEMENTS: