From e43468ec91ad3665ef101fff2807490916687b30 Mon Sep 17 00:00:00 2001 From: Mahmood Ali Date: Tue, 24 Mar 2020 22:20:51 -0400 Subject: [PATCH] tweaks 0.11.0 changelog (#7481) --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ff3ae4af..90e528783 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,13 +6,13 @@ FEATURES: * **Exec UI [beta]**: an in-browser terminal for connecting to running allocations. * **Audit Logging (Enterprise) [beta]**: Audit logging support for Nomad Enterprise. - * **Scaling APIs [beta]**: new scaling policy API and job scaling APIs to support external autoscalers [[GH-7409](https://github.com/hashicorp/nomad/pull/7409)] + * **Scaling APIs [beta]**: new scaling policy API and job scaling APIs to support external autoscalers * **Task Dependencies**: introduces `lifecycle` stanza with prestart and sidecar hooks for tasks within a task group __BACKWARDS INCOMPATIBILITIES:__ * driver/rkt: The Rkt driver is no longer packaged with Nomad and is instead - distributed separately as a driver plugin. Further, the LXC driver codebase + distributed separately as a driver plugin. Further, the Rkt driver codebase is now in a separate [repository](https://github.com/hashicorp/nomad-driver-rkt). @@ -24,6 +24,7 @@ IMPROVEMENTS: * client: Updated consul-template library to v0.24.1 - added support for working with consul connect. [Deprecated vault_grace](https://nomadproject.io/guides/upgrade/upgrade-specific/#nomad-0110) [[GH-7170](https://github.com/hashicorp/nomad/pull/7170)] * driver/exec: Added `no_pivot_root` option for ramdisk use [[GH-7149](https://github.com/hashicorp/nomad/issues/7149)] * jobspec: Added task environment interpolation to `volume_mount` [[GH-7364](https://github.com/hashicorp/nomad/issues/7364)] + * jobspec: Added support for a per-task restart policy [[GH-7288](https://github.com/hashicorp/nomad/pull/7288)] * server: Added minimum quorum check to Autopilot with minQuorum option [[GH-7171](https://github.com/hashicorp/nomad/issues/7171)] BUG FIXES: