From cf3f8eb2d935ae48df1c7ac69535c00bcd110ee7 Mon Sep 17 00:00:00 2001 From: Tim Gross Date: Fri, 22 Jan 2021 08:38:47 -0500 Subject: [PATCH] changelog entry --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 15fa470f065b..f751124cfc9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ ## 1.0.3 (Unreleased) +IMPROVEMENTS: + * consul/connect: Made handling of sidecar task container image URLs consistent with the `docker` task driver. [[GH-9580](https://github.com/hashicorp/nomad/issues/9580)] + BUG FIXES: * consul: Fixed a bug where failing tasks with group services would only cause the allocation to restart once instead of respecting the `restart` field. [[GH-9869](https://github.com/hashicorp/nomad/issues/9869)]