mirror of
https://github.com/kemko/nomad.git
synced 2026-01-07 19:05:42 +03:00
docs: update changelog/upgrade for 0.11.0
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user