From eb34ceef1804d6f85002f92ccae74fad5171484f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 2 Mar 2023 16:31:45 +0000 Subject: [PATCH] nomad: Update to version 1.5.0 --- bucket/nomad.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/nomad.json b/bucket/nomad.json index 3a1b4148d9..22e750448e 100644 --- a/bucket/nomad.json +++ b/bucket/nomad.json @@ -1,16 +1,16 @@ { - "version": "1.4.4", + "version": "1.5.0", "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.4/nomad_1.4.4_windows_amd64.zip", - "hash": "7ea2f3a96cb6e96ec53ce3781a9f6a0cd4e513902ae815df2f9c3d163576d540" + "url": "https://releases.hashicorp.com/nomad/1.5.0/nomad_1.5.0_windows_amd64.zip", + "hash": "271e19e9a02799053d95d5c22affbf187afe5c8f9698eadd38ef9a32f4f0be0d" }, "32bit": { - "url": "https://releases.hashicorp.com/nomad/1.4.4/nomad_1.4.4_windows_386.zip", - "hash": "bf8d4513ec4193c65d37d02edaf4399352db1ae75e1d320da835bac8bf0e5d34" + "url": "https://releases.hashicorp.com/nomad/1.5.0/nomad_1.5.0_windows_386.zip", + "hash": "8aa5ebf732a4fef7cba6d7f76ec220a31b5d20dc333998e938e4ffb3cd2499c2" } }, "bin": "nomad.exe",