Skip to content

Commit 926f27a

Browse files
committed
Merge pull request #396 from vishh/0.7.1
Release 0.7.1
2 parents 4d4aed7 + 8064a13 commit 926f27a

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 0.7.1 (2014-12-23)
4+
- Avoid repeated logging of container errors.
5+
- Handle non identify mounts for cgroups.
6+
37
## 0.7.0 (2014-12-18)
48
- Support for HTTP basic auth.
59
- Added /validate to perform basic checks and determine support for cAdvisor.

info/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
package info
1616

1717
// Version of cAdvisor.
18-
const VERSION = "0.7.0"
18+
const VERSION = "0.7.1"

0 commit comments

Comments
 (0)