Nomad v1.1.4 Release Notes

Release Date: 2021-08-26 // over 2 years ago
  • ๐Ÿ”’ SECURITY:

    • Restricted access to the Raft RPC layer, so only servers within the region can issue Raft RPC requests. Previously, local clients and federated servers can issue Raft RPC requests directly. CVE-2021-37218 [GH-11084]

    ๐Ÿ‘Œ IMPROVEMENTS:

    • โšก๏ธ build: Updated to Go 1.16.7 [GH-11083]
    • client: Speed up client startup time [GH-11005]
    • ๐ŸŒฒ consul/connect: Reduced the noise of log messages emitted for connect native tasks [GH-10951]
    • csi: add flag for providing secrets as a set of key/value pairs to list snapshots [GH-10848]
    • โšก๏ธ deps: Updated x/sys to 20210818153620-00dd8d7831e7 [GH-11065]
    • โฑ scheduler: Re-evaluate nodes for system jobs after attributes changes [GH-11007]
    • ๐Ÿ‘ท ui: Add header separator between a child job priority and its parent [GH-11020]

    ๐Ÿ› BUG FIXES:

    • ๐Ÿ‘ท core: Fixed a bug where system jobs with non-unique IDs may not be placed on new nodes [GH-11054]
    • ๐ŸŒฒ agent: Don't timestamp active log file. [GH-11070]
    • ๐Ÿš€ deployments: Fixed a bug where multi-group deployments don't get auto-promoted when one group has no canaries. [GH-11013]
    • ๐Ÿณ driver/docker: Fixed a bug in the authentication config where not all fields were set [GH-10929]
    • โšก๏ธ server: Fixed a bug where planning job update reports spurious in-place updates even if the update includes no changes [GH-10990]
    • ๐Ÿ’ป ui: Add ability to search across all namespaces [GH-10666]
    • ๐Ÿ‘ท ui: Fixed a bug where the "Dispatch Job" button was displayed for non-parameterized jobs [GH-11019]
    • ๐Ÿ‘ท ui: Fixed a bug where the job dispatch form is not displayed when the job doesn't have meta fields [GH-10934]