From 73e1d7d39064b8ecb881c8ad05d6e9bbdbdbd4c5 Mon Sep 17 00:00:00 2001 From: Michael Schurter Date: Tue, 7 Apr 2020 10:32:23 -0700 Subject: [PATCH] docs: update changelog/upgrade for 0.11.0 --- CHANGELOG.md | 6 +++--- website/pages/docs/upgrade/upgrade-specific.mdx | 9 +++++++++ 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 05a7418d5..e3fbb0466 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,10 +3,10 @@ FEATURES: * **Container Storage Interface [beta]**: Nomad has expanded support of stateful workloads through support for CSI plugins. - * **Exec UI [beta]**: an in-browser terminal for connecting to running allocations. - * **Audit Logging (Enterprise) [beta]**: Audit logging support for Nomad + * **Exec UI**: an in-browser terminal for connecting to running allocations. + * **Audit Logging (Enterprise):**: Audit logging support for Nomad Enterprise. - * **Scaling APIs [beta]**: new scaling policy API and job scaling APIs to support external autoscalers + * **Scaling APIs**: 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 diff --git a/website/pages/docs/upgrade/upgrade-specific.mdx b/website/pages/docs/upgrade/upgrade-specific.mdx index 3074410c7..4a019315d 100644 --- a/website/pages/docs/upgrade/upgrade-specific.mdx +++ b/website/pages/docs/upgrade/upgrade-specific.mdx @@ -26,6 +26,15 @@ included in Nomad. The feature has been ignored since Vault 0.5 and as long as you are running a more recent version of Vault, you can safely remove `vault_grace` from your Nomad jobs. +### Rkt Task Driver Removed + +The `rkt` task driver has been deprecated and removed from Nomad. While the +code is available in an external repository, +[https://github.com/hashicorp/nomad-driver-rkt](https://github.com/hashicorp/nomad-driver-rkt), +it will not be maintained as `rkt` is [no longer being developed +upstream.](https://github.com/rkt/rkt) We encourage all `rkt` users to find a +new task driver as soon as possible. + ## Nomad 0.10.4 ### Same-Node Scheduling Penalty Removed