From fb2e612c6c5a5ffd3b2ade1de79a448dc883bc46 Mon Sep 17 00:00:00 2001 From: Tim Gross Date: Thu, 7 Jan 2021 14:41:06 -0500 Subject: [PATCH] changelog: add entry for GH-9050 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f8776288d33..a2e4d5163c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ ## 1.0.2 (Unreleased) IMPROVEMENTS: + * artifact: Added support for virtual host style AWS S3 paths. [[GH-9050](https://github.com/hashicorp/nomad/issues/9050)] * build: Updated to Go 1.15.6. [[GH-9686](https://github.com/hashicorp/nomad/issues/9686)] * consul/connect: interpolate the connect, service meta, and service canary meta blocks with the task environment [[GH-9586](https://github.com/hashicorp/nomad/pull/9586)]