Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update CHANGELOG.md, fix typos #3614

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
### 0.39.0 (2021-03-08)

- [do not initialize libipmctl package when getting an error from nvm_init()](https://github.com/google/cadvisor/pull/2723)
- [Don't fail permenantly when nvml isn't installed](https://github.com/google/cadvisor/pull/2732)
- [Don't fail permanently when nvml isn't installed](https://github.com/google/cadvisor/pull/2732)
- [Update libpfm to 4.11.0](https://github.com/google/cadvisor/pull/2746)
- [Fix race between `OnDemandHousekeeping` and `housekeepingTick`](https://github.com/google/cadvisor/pull/2755)
- [Fix timeout flooding issue after containerd restart](https://github.com/google/cadvisor/pull/2749)
Expand Down Expand Up @@ -352,12 +352,12 @@
- Fix UI on newest Chrome.

## 0.15.0 (2015-06-08)
- Expose multiple network intefaces in UI and API.
- Expose multiple network interfaces in UI and API.
- Add support for XFS.
- Fixes in inotify watches.
- Fixes on PowerPC machines.
- Fixes for newer systems with systemd.
- Extra debuging informaiton in /validate.
- Extra debuging information in /validate.

## 0.14.0 (2015-05-21)
- Add process stats to container pages in the UI.
Expand Down
Loading