docs: update changelog/upgrade for 0.11.0

This commit is contained in:
Michael Schurter
2020-04-07 10:32:23 -07:00
parent 083a335a08
commit 73e1d7d390
2 changed files with 12 additions and 3 deletions

View File

@@ -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

View File

@@ -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