From 62d89ec5fe76480192a1ad9156a6f3841ff4ac89 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 11 May 2022 20:28:54 +0000 Subject: [PATCH] nomad: Update to version 1.3.0 --- bucket/nomad.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/nomad.json b/bucket/nomad.json index 14003aed90..28e839ad06 100644 --- a/bucket/nomad.json +++ b/bucket/nomad.json @@ -1,16 +1,16 @@ { - "version": "1.2.6", + "version": "1.3.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.2.6/nomad_1.2.6_windows_amd64.zip", - "hash": "c0eed52f7647e36c4a662bb76789962b2280821a08890410da7956b1c66b2891" + "url": "https://releases.hashicorp.com/nomad/1.3.0/nomad_1.3.0_windows_amd64.zip", + "hash": "4b375c7f2636921cc0f760a5a4e1a0f350e6601647e52c357618b1abc2e1ed44" }, "32bit": { - "url": "https://releases.hashicorp.com/nomad/1.2.6/nomad_1.2.6_windows_386.zip", - "hash": "6e67aa1c7d7ad32678b92e03c77dad3266c82a10250a578ea4d6cad0e416b910" + "url": "https://releases.hashicorp.com/nomad/1.3.0/nomad_1.3.0_windows_386.zip", + "hash": "b82b79e7e82cf557f453c0460f13a3c4acd7b4303223abe216eb4e2cf553dfdf" } }, "bin": "nomad.exe",