From 028885cfcf8e3ba9306b054e7187a705bc712880 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Wed, 5 Jun 2019 15:02:07 +0000 Subject: [PATCH] nomad: Update to version 0.9.2 --- bucket/nomad.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/nomad.json b/bucket/nomad.json index 581203f515..f732baa99a 100644 --- a/bucket/nomad.json +++ b/bucket/nomad.json @@ -2,15 +2,15 @@ "homepage": "https://www.nomadproject.io", "license": "MPL-2.0", "description": "Easy-to-use, flexible, and performant workload orchestrator that can deploy a mix of microservice, batch, containerized, and non-containerized applications.", - "version": "0.9.1", + "version": "0.9.2", "architecture": { "64bit": { - "url": "https://releases.hashicorp.com/nomad/0.9.1/nomad_0.9.1_windows_amd64.zip", - "hash": "1ad2bf46ff668fa1abf309709c8f89f7e44093cf58a45dd8bcc75144e469f1ed" + "url": "https://releases.hashicorp.com/nomad/0.9.2/nomad_0.9.2_windows_amd64.zip", + "hash": "08662c7b389833da9d30ca90bcbe25418d1b947c5a26711f6934c021516f5526" }, "32bit": { - "url": "https://releases.hashicorp.com/nomad/0.9.1/nomad_0.9.1_windows_386.zip", - "hash": "b9ece3a860cee8b9a01438bd314a5a31aa4699b58bf3ba9faba2d9360d6fc7bb" + "url": "https://releases.hashicorp.com/nomad/0.9.2/nomad_0.9.2_windows_386.zip", + "hash": "1c63f743fe9c1af2c6aa0d61566a664ee607c38ca257a16ae8967a6471907529" } }, "bin": "nomad.exe",