From fd409228c1dc7c67468540d0b618a884dbdc10a2 Mon Sep 17 00:00:00 2001 From: David Ashpole Date: Fri, 7 Sep 2018 14:35:19 -0700 Subject: [PATCH] v0.31.0 changelog --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 70f9c6da98..b67f13a9ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +### 0.31.0 (2018-09-07) +- Fix NVML initialization race condition +- Fix brtfs filesystem discovery +- Fix race condition with AllDockerContainers +- Don't watch .mount cgroups +- Reduce lock contention during list containers +- Don't produce prometheus metrics for ignored metrics +- Add option to not export container labels as prometheus labels +- Docs: Publish cAdvisor daemonset +- Docs: Add documentation for exported prometheus metrics + ### 0.30.1 (2018-06-11) - Revert switch from inotify to fsnotify