Nomad v1.1.2 Release Notes

Release Date: 2021-06-22 // almost 3 years ago
  • ๐Ÿ‘Œ IMPROVEMENTS:

    • ๐Ÿš€ cli: Added -monitor flag to deployment status command and automatically monitor deployments from job run command. [GH-10661]
    • cli: Added remainder of available pprof profiles to nomad operator debug capture. [GH-10748]
    • consul/connect: Validate Connect service upstream address uniqueness within task group [GH-7833]
    • ๐ŸŽ deps: Update gopsutil for multisocket cpuinfo detection performance fix [GH-10761]
    • docker: Tasks using network.mode = "bridge" that don't set their network_mode will receive a /etc/hosts file that includes the pause container's hostname and any extra_hosts. [GH-10766]

    ๐Ÿ› BUG FIXES:

    • ๐Ÿ’… artifact: Fixed support for 5 part vhosted-style AWS S3 buckets. [GH-10778]
    • 0๏ธโƒฃ artifact: HTTP requests made for artifacts will default to trying HTTP2 first. [GH-10778]
    • ๐Ÿ–จ client/fingerprint/java: Fixed a bug where java fingerprinter would not detect some Java distributions [GH-10765]
    • ๐Ÿ›  consul: Fixed a bug where consul check parameters missing in group services [GH-10764]
    • ๐Ÿ›  consul/connect: Fixed an overly restrictive connect constraint [GH-10754]
    • โšก๏ธ consul/connect: Fixed a bug where Connect upstreams would not be updated in-place [GH-10776]
    • ๐Ÿš€ deployments: Fixed a bug where unnecessary goroutines were spawned whenever deployments were updated. [GH-10756]
    • ๐Ÿ›  quotas (Enterprise): Fixed a bug where quotas were evaluated before constraints, resulting in quota capacity being used up by filtered nodes. [GH-10753]