Skip to content

community/nomad: upgrade to 1.3.3

Patrycja Rosa requested to merge ptrcnull/aports:nomad into master

https://github.com/hashicorp/nomad/releases/tag/v1.3.3

v1.3.2...v1.3.3

IMPROVEMENTS:

  • csi: Add stage_publish_base_dir field to csi_plugin block to support plugins that require a specific staging/publishing directory for mounts [GH-13919]
  • qemu: use shorter socket file names to reduce the chance of hitting the max path length [GH-13971]
  • template: Expose consul-template configuration options at the client level for nomad_retry. [GH-13907]
  • template: Templates support new uid/gid parameter pair [GH-13755]
  • ui: Reorder and apply the same style to the Evaluations list page filters to match the Job list page. [GH-13866]

BUG FIXES:

  • acl: Fixed a bug where the timestamp for expiring one-time tokens was not deterministic between servers [GH-13737]
  • deployments: Fixed a bug that prevented auto-approval if canaries were marked as unhealthy during deployment [GH-14001]
  • metrics: Fixed a bug where blocked evals with no class produced no dc:class scope metrics [GH-13786]
  • namespaces: Fixed a bug that allowed deleting a namespace that contained a CSI volume [GH-13880]
  • qemu: restore the monitor socket path when restoring a QEMU task. [GH-14000]
  • servicedisco: Fixed a bug where non-unique services would escape job validation [GH-13869]
  • ui: Add missing breadcrumb in the Evaluations page. [GH-13865]
  • ui: Fixed a bug where task memory was reported as zero on systems using cgroups v2 [GH-13670]

Merge request reports