Skip to content

Commit ec588de

Browse files
committed
Merge pull request #768 from vmarmol/release
cAdvisor 0.15.1
2 parents a36554f + eeffacb commit ec588de

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

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.15.1 (2015-06-10)
4+
- Fix longstanding memory leak.
5+
- Fix UI on newest Chrome.
6+
37
## 0.15.0 (2015-06-08)
48
- Expose multiple network intefaces in UI and API.
59
- Add support for XFS.

version/version.go

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

1717
// Version of cAdvisor.
18-
const VERSION = "0.15.0"
18+
const VERSION = "0.15.1"

0 commit comments

Comments
 (0)