From ed81d995052151a35210f0c04ad8d28630fd4687 Mon Sep 17 00:00:00 2001 From: Lang Martin Date: Thu, 27 Aug 2020 17:41:54 -0400 Subject: [PATCH] CHANGELOG: csi expected counts --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b7416c247..a590fdb83 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ IMPROVEMENTS: * api: Added node purge SDK functionality. [[GH-8142](https://github.com/hashicorp/nomad/issues/8142)] + * csi: Improved the accuracy of plugin `Expected` allocation counts. [[GH-8699](https://github.com/hashicorp/nomad/pull/8699)] * driver/docker: Allow configurable image pull context timeout setting. [[GH-5718](https://github.com/hashicorp/nomad/issues/5718)] BUG FIXES: