Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
dadgar committed Mar 14, 2018
1 parent 9b17e2e commit 759f692
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,18 @@ __BACKWARDS INCOMPATIBILITIES:__
[restart stanza](https://www.nomadproject.io/docs/job-specification/restart.html) for more information.

IMPROVEMENTS:
* core: Servers can now service client HTTP endpoints [[GH-3892](https://github.com/hashicorp/nomad/issues/3892)]
* core: More efficient garbage collection of large batches of jobs [[GH-3982](https://github.com/hashicorp/nomad/issues/3982)]
* core: Allow upgrading/downgrading TLS via SIGHUP on both servers and clients [[GH-3492](https://github.com/hashicorp/nomad/issues/3492)]
* core: Node events are emitted for events such as node registration and
heartbeating [[GH-3945](https://github.com/hashicorp/nomad/issues/3945)]
* core: A set of features (Autopilot) has been added to allow for automatic operator-friendly management of Nomad servers. For more information about Autopilot, see the [Autopilot Guide](https://www.nomadproject.io/guides/cluster/autopilot.html). [[GH-3670](https://github.com/hashicorp/nomad/pull/3670)]
* core: Servers can now service client HTTP endpoints [[GH-3892](https://github.com/hashicorp/nomad/issues/3892)]
* core: Servers can now retry connecting to Vault to verify tokens without requiring a SIGHUP to do so [[GH-3957](https://github.com/hashicorp/nomad/issues/3957)]
* core: Servers can now retry connecting to Vault to verify tokens without
requiring a SIGHUP to do so
[[GH-3957](https://github.com/hashicorp/nomad/issues/3957)]
* core: A set of features (Autopilot) has been added to allow for automatic
operator-friendly management of Nomad servers. For more information about
Autopilot, see the [Autopilot
Guide](https://www.nomadproject.io/guides/cluster/autopilot.html) [[GH-3670](https://github.com/hashicorp/nomad/pull/3670)]
* cli: Node status and filesystem related commands do not require direct
network access to the Nomad client nodes [[GH-3892](https://github.com/hashicorp/nomad/issues/3892)]
* cli: Use ISO_8601 time format for cli output
Expand Down

0 comments on commit 759f692

Please sign in to comment.