Skip to content

Commit

Permalink
Merge pull request #3256 from dalegaard/master
Browse files Browse the repository at this point in the history
Enable rkt driver to use address_mode = 'driver'
  • Loading branch information
schmichael committed Sep 26, 2017
2 parents 8750e2d + 5decea6 commit eeeb544
Show file tree
Hide file tree
Showing 88 changed files with 12,152 additions and 73 deletions.
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

0 comments on commit eeeb544

Please sign in to comment.