Skip to content

Commit de11763

Browse files
authored
Merge pull request #2830 from bobbypage/release-notes
Update changelog for 0.39.0
2 parents e9eb7ce + fa15616 commit de11763

File tree

1 file changed

+73
-0
lines changed

1 file changed

+73
-0
lines changed

CHANGELOG.md

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

3+
### 0.39.0 (2021-03-08)
4+
5+
- [do not initialize libipmctl package when getting an error from nvm_init()](https://github.com/google/cadvisor/pull/2723)
6+
- [Don't fail permenantly when nvml isn't installed](https://github.com/google/cadvisor/pull/2732)
7+
- [Update libpfm to 4.11.0](https://github.com/google/cadvisor/pull/2746)
8+
- [Fix race between `OnDemandHousekeeping` and `housekeepingTick`](https://github.com/google/cadvisor/pull/2755)
9+
- [Fix timeout flooding issue after containerd restart](https://github.com/google/cadvisor/pull/2749)
10+
- [Refactor process parsing to accommodate commands with spaces + Memory cgroup is not available on some systems](https://github.com/google/cadvisor/pull/2751)
11+
- [Switch from k8s utils/mount to moby/sys mount](https://github.com/google/cadvisor/pull/2782)
12+
- [Support nfs in processMounts](https://github.com/google/cadvisor/pull/2787)
13+
- [Update docker/runc and a few other dependencies](https://github.com/google/cadvisor/pull/2790)
14+
- [Add container_blkio_device_usage metric](https://github.com/google/cadvisor/pull/2795)
15+
- [Update heuristic for container creation time](https://github.com/google/cadvisor/pull/2800)
16+
- [Fix incorrect CPU topology on single NUMA and multi socket platform.](https://github.com/google/cadvisor/pull/2799)
17+
- [Added support for filesystem metrics on Docker](https://github.com/google/cadvisor/pull/2768)
18+
- [sched_getaffinity does not return number of online CPUs](https://github.com/google/cadvisor/pull/2805)
19+
- [Add libipmctl to the docker image.](https://github.com/google/cadvisor/pull/2674)
20+
- [Add cgroup_memory_migrate metric](https://github.com/google/cadvisor/pull/2796)
21+
- [bump runc to v1.0.0-rc93](https://github.com/google/cadvisor/pull/2809)
22+
- [Fix memory stats for cgroup v2](https://github.com/google/cadvisor/pull/2810)
23+
- [Allow gathering of stats for root cgroup on v2](https://github.com/google/cadvisor/pull/2801)
24+
- [Remove trailing \0 from values read from ppc64le device-tree](https://github.com/google/cadvisor/pull/2811)
25+
- [Fix oomparser regex for kernels 5.0 and higher](https://github.com/google/cadvisor/pull/2817)
26+
- [Handling arm64: topology and online information](https://github.com/google/cadvisor/pull/2744)
27+
- [Bump golang to 1.16](https://github.com/google/cadvisor/pull/2818)
28+
- [Bump containerd to 1.4.4](https://github.com/google/cadvisor/pull/2826)
29+
- [Conditionally gathering FS usage metrics](https://github.com/google/cadvisor/pull/2828)
30+
31+
### 0.38.8 (2021-02-18)
32+
- [Cherrypick to v0.38 - Fix incorrect CPU topology on single NUMA and multi socket platform](https://github.com/google/cadvisor/pulls/2799)
33+
- [Cherrypick to v0.38 - sched_getaffinity does not return number of online CPUs](https://github.com/google/cadvisor/pulls/2805)
34+
35+
### 0.37.5 (2021-02-18)
36+
- [Cherrypick to v0.37 - Fix incorrect CPU topology on single NUMA and multi socket platform](https://github.com/google/cadvisor/pulls/2799)
37+
- [Cherrypick to v0.37 - sched_getaffinity does not return number of online CPUs](https://github.com/google/cadvisor/pulls/2805)
38+
39+
### 0.38.7 (2021-01-13)
40+
- [Cherrypick to v0.37: Return correct DeviceInfo from GetDirFsDevice on / path for Btrfs - Fix kubernetes issue #94335](https://github.com/google/cadvisor/pulls/2775)
41+
42+
### 0.37.4 (2021-01-13)
43+
- [Cherrypick to v0.37: Return correct DeviceInfo from GetDirFsDevice on / path for Btrfs - Fix kubernetes issue #94335](https://github.com/google/cadvisor/pulls/2776)
44+
45+
### 0.38.6 (2020-12-9)
46+
- [Cherrypick to v0.37: Fix timeout flooding issue after containerd restart](https://github.com/google/cadvisor/pulls/2759)
47+
48+
### 0.37.3 (2020-12-9)
49+
- [Cherrypick to v0.37: Fix timeout flooding issue after containerd restart](https://github.com/google/cadvisor/pulls/2758)
50+
51+
### 0.38.5 (2020-11-23)
52+
- [Cherrypick to v0.37: don't fail permenantly when nvml isn't installed](https://github.com/google/cadvisor/pulls/2735)
53+
54+
### 0.37.2 (2020-11-23)
55+
- [Cherrypick to v0.37 - update docker client method](https://github.com/google/cadvisor/pulls/2734)
56+
57+
### 0.37.1 (2020-11-18)
58+
- [Cherrypick to v0.37: don't fail permenantly when nvml isn't installed](https://github.com/google/cadvisor/pulls/2737)
59+
60+
### 0.38.4 (2020-11-12)
61+
- [vendor: run go mod tidy](https://github.com/google/cadvisor/pulls/2731)
62+
63+
### 0.38.3 (2020-11-12)
64+
- [vendor: Rollback gopkg.in/yaml.v2 to v2.2.8](https://github.com/google/cadvisor/pulls/2728)
65+
66+
### 0.38.2 (2020-11-10)
67+
- [Revert mount-utils back to utils/mount](https://github.com/google/cadvisor/pulls/2726)
68+
69+
### 0.38.1 (2020-11-10)
70+
- [deps: Rollback grpc from v1.33.2 to v1.27.1](https://github.com/google/cadvisor/pull/2724)
71+
- [do not initialize libipmctl package when getting an error from nvm_init()](https://github.com/google/cadvisor/pull/2723)
72+
373
### 0.38.0 (2020-11-09)
474

575
- [#1594 - chore: add storage_driver_buffer_duration in Influxdb storage docs](https://github.com/google/cadvisor/pull/1594)
@@ -41,6 +111,9 @@
41111
- [#2714 - update docker client method](https://github.com/google/cadvisor/pull/2714)
42112
- [#2716 - Update dependencies](https://github.com/google/cadvisor/pull/2716)
43113

114+
### 0.35.1 (2020-11-05)
115+
- [Make a copy of MachineInfo in GetMachineInfo()](https://github.com/google/cadvisor/pull/2490)
116+
44117
### 0.37.0 (2020-07-07)
45118
- Add on-demand collection for prometheus metrics
46119
- Fix detection of image filesystem

0 commit comments

Comments
 (0)