Skip to content

Commit

Permalink
Merge pull request #1467 from timstclair/changelog
Browse files Browse the repository at this point in the history
Cherry-pick changelog into release-v0.24 branch
  • Loading branch information
vishh authored Sep 19, 2016
2 parents 2849a88 + ee8d995 commit 0cdf491
Showing 1 changed file with 48 additions and 1 deletion.
49 changes: 48 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,54 @@
# Changelog

### 0.24.0 (2016-09-19)

- Added host-level inode stats (total & available)
- Improved robustness to partial failures
- Metrics collector improvements
- Added ability to directly use endpoints from the container itself
- Allow SSL endpoint access
- Ability to provide a certificate which is exposed to custom endpoints
- Lots of bug fixes, including:
- Devicemapper thin_ls fixes
- Prometheus metrics fixes
- Fixes for missing stats (memory reservation, FS usage, etc.)

### 0.23.9 (2016-08-09)

- Cherry-pick release:
- Ensure minimum kernel version for thin_ls

### 0.23.8 (2016-08-02)

- Cherry-pick release:
- Prefix Docker labels & env vars in Prometheus metrics to prevent conflicts

### 0.23.7 (2016-07-18)

- Cherry-pick release:
- Modify working set memory stats calculation

### 0.23.6 (2016-06-23)

- Cherry-pick release:
- Updating inotify to fix memory leak v0.23 cherrypick

### 0.23.5 (2016-06-22)

- Cherry-pick release:
- support LVM based device mapper storage drivers

### 0.23.4 (2016-06-16)
- Cherry-pick release:
- Check for thin_is binary in path for devicemapper when using ThinPoolWatcher
- Fix uint64 overflow issue for CPU stats

### 0.23.3 (2016-06-08)
- Cherry-pick release:
- Cap the maximum consecutive du commands
- Fix a panic when a prometheus endpoint ends with a newline

### 0.23.2 (2016-05-18)
- Final release for Kubernetes 1.3
- Handle kernel log rotation
- More rkt support: poll rkt service for new containers
- Better handling of partial failures when fetching subcontainers
Expand Down

0 comments on commit 0cdf491

Please sign in to comment.