Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable rkt driver to use address_mode = 'driver' #3256

Merged
merged 13 commits into from
Sep 26, 2017
Merged
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
## 0.7 (Unreleased)

__BACKWARDS INCOMPATIBILITIES:__
* driver/rkt: Nomad now requires at least rkt version `1.27.0` for the rkt
driver to function. Please update your version of rkt to at least this
version.

IMPROVEMENTS:
* core: Capability based ACL system with authoratative region, providing
federated ACLs.
Expand All @@ -8,6 +13,7 @@ IMPROVEMENTS:
objects to be isolated from each other and other users of the cluster.
* api: Metrics endpoint exposes Prometheus formatted metrics [GH-3171]
* discovery: Allow restarting unhealthy tasks with `check_restart` [GH-3105]
* driver/rkt: Enable rkt driver to use address_mode = 'driver' [GH-3256]
* telemetry: Add support for tagged metrics for Nomad clients [GH-3147]
* telemetry: Add basic Prometheus configuration for a Nomad cluster [GH-3186]

Expand Down
Loading