From d442a444e076e7d0fcdc81271bab800f00729696 Mon Sep 17 00:00:00 2001 From: Nick Ethier Date: Thu, 3 May 2018 15:30:57 -0400 Subject: [PATCH] changelog: add changelog entry for docker image pull progress monitoring --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e5a03067d..16e5a54d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ IMPROVEMENTS: * command: Add -short option to init command that emits a minimal jobspec [[GH-4239](https://github.com/hashicorp/nomad/issues/4239)] * discovery: Support Consul gRPC health checks. [[GH-4251](https://github.com/hashicorp/nomad/issues/4251)] + * driver/docker: Add progress monitoring and inactivity detection to docker + image pulls [[GH-4192](https://github.com/hashicorp/nomad/issues/4192)] ## 0.8.3 (April 27, 2018)