From f1daa6af9f2e17ee5061cd33e2a6c78637761f90 Mon Sep 17 00:00:00 2001 From: Chris Baker Date: Tue, 18 Jun 2019 18:38:41 +0000 Subject: [PATCH] update changelog for GH-5850 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cb0f67ad7..f0ceaaeda 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ IMPROVEMENTS: * metrics: add namespace label as appropriate to metrics [[GH-5847](https://github.com/hashicorp/nomad/issues/5847)] BUG FIXES: +* metrics: upgrade prometheus client to avoid label conflicts [[GH-5850](https://github.com/hashicorp/nomad/issues/5850)] * ui: Fixed ability to click sort arrow to change sort direction [[GH-5833](https://github.com/hashicorp/nomad/pull/5833)]