From d75c6b62055f048822fbdc50315506b741f12c12 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 27 Oct 2022 16:30:59 +0000 Subject: [PATCH] nomad: Update to version 1.4.2 --- bucket/nomad.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/nomad.json b/bucket/nomad.json index cc9b9f102d..c23a245b1f 100644 --- a/bucket/nomad.json +++ b/bucket/nomad.json @@ -1,16 +1,16 @@ { - "version": "1.4.1", + "version": "1.4.2", "description": "Easy-to-use, flexible, and performant workload orchestrator that can deploy a mix of microservice, batch, containerized, and non-containerized applications.", "homepage": "https://www.nomadproject.io", "license": "MPL-2.0", "architecture": { "64bit": { - "url": "https://releases.hashicorp.com/nomad/1.4.1/nomad_1.4.1_windows_amd64.zip", - "hash": "55f9a00a33b19072c015e38ab92528c6d7d21354049849a876987172bbeabf62" + "url": "https://releases.hashicorp.com/nomad/1.4.2/nomad_1.4.2_windows_amd64.zip", + "hash": "2050957a380338a710a8d645f7f755a5ed87cbc1d284e2ed2f519ad491d25d4c" }, "32bit": { - "url": "https://releases.hashicorp.com/nomad/1.4.1/nomad_1.4.1_windows_386.zip", - "hash": "0ba2912ca9cbd772a61e962ad0bca77e0a638a80095e27e169175099fb48f4e3" + "url": "https://releases.hashicorp.com/nomad/1.4.2/nomad_1.4.2_windows_386.zip", + "hash": "4c2108867e1933ee98f536790b8a8d8fdc082032e30cd410aefd21e9a2b3fb4e" } }, "bin": "nomad.exe",