From 6b374f64876cf5ca9e0588293eabe7e485fa79c5 Mon Sep 17 00:00:00 2001 From: Luiz Aoqui Date: Mon, 21 Aug 2023 12:29:54 -0400 Subject: [PATCH] changelog: add v1.3.16 (#18259) --- CHANGELOG-unsupported.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG-unsupported.md b/CHANGELOG-unsupported.md index 8d6f1d7ed..480894e10 100644 --- a/CHANGELOG-unsupported.md +++ b/CHANGELOG-unsupported.md @@ -2,6 +2,12 @@ The versions of Nomad listed here are no longer supported by HashiCorp. +## 1.3.16 (August 18, 2023) + +BUG FIXES: + +* core: fixed a bug that caused job validation to fail when a task with `kill_timeout` was placed inside a group with `update.progress_deadline` set to 0 [[GH-17342](https://github.com/hashicorp/nomad/issues/17342)] + ## 1.3.15 (May 19, 2023) BUG FIXES: