From 2c2f6dc4a96b0c1b69908ce4c1a3bf7cb80a7438 Mon Sep 17 00:00:00 2001 From: Luiz Aoqui Date: Wed, 31 Aug 2022 10:59:19 -0400 Subject: [PATCH] changelog: add entry for #14374 (#14419) --- .changelog/14374.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .changelog/14374.txt diff --git a/.changelog/14374.txt b/.changelog/14374.txt new file mode 100644 index 000000000..ab33fd6d6 --- /dev/null +++ b/.changelog/14374.txt @@ -0,0 +1,3 @@ +```release-note:bug +template: Fixed a bug that could cause Nomad to panic when using `change_mode = "script"` +```