We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4d4aed7 + 8064a13 commit 926f27aCopy full SHA for 926f27a
2 files changed
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## 0.7.1 (2014-12-23)
4
+- Avoid repeated logging of container errors.
5
+- Handle non identify mounts for cgroups.
6
+
7
## 0.7.0 (2014-12-18)
8
- Support for HTTP basic auth.
9
- Added /validate to perform basic checks and determine support for cAdvisor.
info/version.go
@@ -15,4 +15,4 @@
15
package info
16
17
// Version of cAdvisor.
18
-const VERSION = "0.7.0"
+const VERSION = "0.7.1"
0 commit comments