Nomad v0.11.1 Release Notes

Release Date: 2020-04-22 // about 4 years ago
  • 🐛 BUG FIXES:

    • core: Fixed a bug that only ran a task shutdown_delay if the task had a registered service [GH-7663]
    • core: Fixed a panic when garbage collecting a job with allocations spanning multiple versions [GH-7758]
    • agent: Fixed a bug where http server logs did not honor json log formatting, and reduced http server logging level to Trace [GH-7748]
    • connect: Fixed bugs where some connect parameters would be ignored [GH-7690] [GH-7684]
    • connect: Fixed a bug where an absent connect sidecar_service stanza would trigger panic [GH-7683]
    • connect: Fixed a bug where some connect proxy fields would be dropped from 'job inspect' output [GH-7397]
    • csi: Fixed a panic when claiming a volume for an allocation that was already garbage collected [GH-7760]
    • csi: Fixed a bug where CSI plugins with NODE_STAGE_VOLUME capabilities were receiving an incorrect volume ID [GH-7754]
    • driver/docker: Fixed a bug where retrying failed docker creation may in rare cases trigger a panic [GH-7749]
    • scheduler: Fixed a bug in managing allocated devices for a job allocation in in-place update scenarios [GH-7762]
    • vault: Upgrade http2 library to fix Vault API calls that fail with http2: no cached connection was available [GH-7673]