Skip to content

Commit 1e98602

Browse files
committed
Merge pull request #310 from vmarmol/release
cAdvisor 0.6.0
2 parents 761b984 + f61d237 commit 1e98602

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

3+
## 0.6.0 (2014-11-17)
4+
- Adding /docker UI endpoint for Docker containers.
5+
- Fixes around handling Docker containers.
6+
- Performance enhancements.
7+
- Embed all external dependencies.
8+
- ContainerStats Go struct has been flattened. The wire format remains unchanged.
9+
- Misc bugfixes and cleanups.
10+
311
## 0.5.0 (2014-10-28)
412
- Added disk space stats. On by default for root, available on AUFS Docker containers.
513
- Introduced v1.2 remote API with new "docker" resource for Docker containers.

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.5.0"
18+
const VERSION = "0.6.0"

0 commit comments

Comments
 (0)