Skip to content

Commit

Permalink
Merge pull request #2717 from bobbypage/v0.38-changelog
Browse files Browse the repository at this point in the history
Add changelog for v0.38
  • Loading branch information
bobbypage authored Nov 10, 2020
2 parents cbfaf64 + 51ee2c3 commit 1cc9c94
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,46 @@
# Changelog

### 0.38.0 (2020-11-09)

- [#1594 - chore: add storage_driver_buffer_duration in Influxdb storage docs](https://github.com/google/cadvisor/pull/1594)
- [#1924 - add hugepages info to attributes](https://github.com/google/cadvisor/pull/1924)
- [#2578 - Add perf event grouping.](https://github.com/google/cadvisor/pull/2578)
- [#2590 - Use current Docker registry](https://github.com/google/cadvisor/pull/2590)
- [#2611 - Aggregate perf metrics](https://github.com/google/cadvisor/pull/2611)
- [#2612 - Add stats to stdout storage](https://github.com/google/cadvisor/pull/2612)
- [#2618 - Update to containerd v1.4.0-beta.2 and runc v1.0.0-rc91](https://github.com/google/cadvisor/pull/2618)
- [#2621 - Memory numa stats](https://github.com/google/cadvisor/pull/2621)
- [#2627 - use Google Charts loader and not jsapi](https://github.com/google/cadvisor/pull/2627)
- [#2631 - Add entry for libpfm related tests to Makefile](https://github.com/google/cadvisor/pull/2631)
- [#2632 - Handling zeros in readPerfStat](https://github.com/google/cadvisor/pull/2632)
- [#2638 - Add stats to statsd storage](https://github.com/google/cadvisor/pull/2638)
- [#2639 - Add logs and simplify setup of raw perf events](https://github.com/google/cadvisor/pull/2639)
- [#2640 - Remove exclude guest flag from perf event attrs. ](https://github.com/google/cadvisor/pull/2640)
- [#2644 - Use perf attributes from unix lib.](https://github.com/google/cadvisor/pull/2644)
- [#2646 - Fixed https proxy issue by installing 'full' wget in Docker alpine-based build stage](https://github.com/google/cadvisor/pull/2646)
- [#2655 - Update readme to point to discuss.kubernetes.io](https://github.com/google/cadvisor/pull/2655)
- [#2659 - Fix ordering of processes table](https://github.com/google/cadvisor/pull/2659)
- [#2665 - add clean operation when watchForNewContainers/Start failed](https://github.com/google/cadvisor/pull/2665)
- [#2669 - Update release documentation and process](https://github.com/google/cadvisor/pull/2669)
- [#2676 - Fix runtime error when there are no NVM devices.](https://github.com/google/cadvisor/pull/2676)
- [#2678 - Add checking checksum of libpfm4](https://github.com/google/cadvisor/pull/2678)
- [#2679 - Fix typo in libipmctl](https://github.com/google/cadvisor/pull/2679)
- [#2682 - Add missing flag to runtime_options.md](https://github.com/google/cadvisor/pull/2682)
- [#2683 - Add flags that were not previously published](https://github.com/google/cadvisor/pull/2683)
- [#2687 - Move mount library dependency from utils/mount to mount-utils](https://github.com/google/cadvisor/pull/2687)
- [#2689 - Increase the readability of perf event logs.](https://github.com/google/cadvisor/pull/2689)
- [#2690 - Try to read from sysfs before giving up on non-x86_64](https://github.com/google/cadvisor/pull/2690)
- [#2691 - Broken build configuration when custom build tags are used](https://github.com/google/cadvisor/pull/2691)
- [#2695 - Add information about limits of opened perf event files.](https://github.com/google/cadvisor/pull/2695)
- [#2697 - Update to new docker(v19.03.13) and containerd(1.4.1)](https://github.com/google/cadvisor/pull/2697)
- [#2702 - Increase golang ci lint timeout to 5 minutes](https://github.com/google/cadvisor/pull/2702)
- [#2706 - Add a badge for the current e2e test result](https://github.com/google/cadvisor/pull/2706)
- [#2707 - Fix Avoid random values in unix.PerfEventAttr{}](https://github.com/google/cadvisor/pull/2707)
- [#2711 - validateMemoryAccounting: fix for cgroup v2](https://github.com/google/cadvisor/pull/2711)
- [#2713 - Bump golang to 1.15](https://github.com/google/cadvisor/pull/2713)
- [#2714 - update docker client method](https://github.com/google/cadvisor/pull/2714)
- [#2716 - Update dependencies](https://github.com/google/cadvisor/pull/2716)

### 0.37.0 (2020-07-07)
- Add on-demand collection for prometheus metrics
- Fix detection of image filesystem
Expand Down

0 comments on commit 1cc9c94

Please sign in to comment.