Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: google/cadvisor
base: v0.39.0
Choose a base ref
...
head repository: google/cadvisor
compare: v0.39.3
Choose a head ref
  • 11 commits
  • 28 files changed
  • 4 contributors

Commits on May 20, 2021

  1. Copy the full SHA
    b09f3f6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2875 from bobbypage/runc-rc95

    bump runc-rc95 cherrypick to v0.39
    bobbypage committed May 20, 2021
    Copy the full SHA
    bc3426f View commit details
    Browse the repository at this point in the history

Commits on May 31, 2021

  1. helpers: simplify cgroup v2 memory stats

    read the memory stats from the specified cgroup instead of looking the
    values up in the ancestor cgroups.
    
    Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
    (cherry picked from commit cf79551)
    Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
    giuseppe authored and Paweł Szulik committed May 31, 2021
    Copy the full SHA
    6749cd8 View commit details
    Browse the repository at this point in the history
  2. helpers: handle cgroup v2 "max" value

    when the "max" value is found handle it as math.MaxUint64.
    
    Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
    (cherry picked from commit 7bd9ea7)
    Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
    giuseppe authored and Paweł Szulik committed May 31, 2021
    Copy the full SHA
    1ec141b View commit details
    Browse the repository at this point in the history
  3. helpers: fix reading cpu stats on cgroup v2

    read quota and limit from cpu.max, and convert cpu.weight to the range
    expected with cgroup v1.
    
    Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
    (cherry picked from commit 56ced55)
    Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
    giuseppe authored and Paweł Szulik committed May 31, 2021
    Copy the full SHA
    51a94f6 View commit details
    Browse the repository at this point in the history
  4. common: move implementation of GetSpec to private function

    Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
    (cherry picked from commit 5bffc55)
    Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
    giuseppe authored and Paweł Szulik committed May 31, 2021
    Copy the full SHA
    c9e13c6 View commit details
    Browse the repository at this point in the history
  5. common: add GetSpec tests

    Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
    (cherry picked from commit 70b339d)
    Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
    giuseppe authored and Paweł Szulik committed May 31, 2021
    Copy the full SHA
    619b69f View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2021

  1. Add missing python3 in Dockerfile.

    Signed-off-by: Paweł Szulik <pawel.szulik@intel.com>
    Paweł Szulik authored and bobbypage committed Jun 2, 2021
    Copy the full SHA
    a1851aa View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2884 from bobbypage/cherrypick-python3

    Cherrypick Add missing python3 in Dockerfile to release-v0.39
    bobbypage committed Jun 2, 2021
    Copy the full SHA
    4ec9a84 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2022

  1. Do not return the error when hitting the cache not synced issue

    Signed-off-by: Harshal Patil <harpatil@redhat.com>
    harche authored and daniellavoie committed Jan 2, 2022
    Copy the full SHA
    11ba5f5 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2022

  1. Merge pull request #3038 from daniellavoie/release-v0.39

    Backporting #2868 on release v0.39.x
    bobbypage committed Jan 5, 2022
    Copy the full SHA
    899c56a View commit details
    Browse the repository at this point in the history