Nomad v1.0.8 Release Notes

Release Date: 2021-06-22 // almost 3 years ago
  • ๐Ÿ› 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 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]
    • ๐Ÿš€ quotas (Enterprise): Fixed a bug where stopped allocations for a failed deployment can be double-credited to quota limits, resulting in a quota limit bypass. [GH-10694