Merge pull request #2038 from dashpole/v0.31.0_changelog

v0.31.0 changelog
This commit is contained in:
David Ashpole 2018-09-07 16:04:42 -07:00 committed by GitHub
commit fc17731afd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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