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.37.3
Choose a base ref
...
head repository: google/cadvisor
compare: v0.37.4
Choose a head ref
  • 7 commits
  • 6 files changed
  • 3 contributors

Commits on Jan 7, 2021

  1. Copy the full SHA
    0584918 View commit details
    Browse the repository at this point in the history
  2. Fix boilerplate script

    bobbypage committed Jan 7, 2021
    Copy the full SHA
    ad4b636 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    740db0d View commit details
    Browse the repository at this point in the history
  4. Regen assets

    bobbypage committed Jan 7, 2021
    Copy the full SHA
    a65ec83 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #2781 from bobbypage/asset-fixes-v037

    Fix assets on v0.37
    bobbypage committed Jan 7, 2021
    Copy the full SHA
    1bad5ce View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2021

  1. Fix kubernetes issue #94335

    - Issue: kubernetes/kubernetes#94335
    - Fix `GetDirFsDevice` to return correct `*DeviceInfo` when "/" is Btrfs
        - Refactor to call new function `mountInfoFromDir` that returns
          `*MountInfo` which `dir` belongs
    - Add TestMountInfoFromDir to verify the fix
    
    Signed-off-by: Geonju Kim <rjswn042@gmail.com>
    gjkim42 authored and Geonju Kim committed Jan 10, 2021
    Copy the full SHA
    0328176 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2021

  1. Merge pull request #2776 from gjkim42/0.37-backport-2752

    Cherrypick to v0.37: Return correct DeviceInfo from GetDirFsDevice on / path for Btrfs - Fix kubernetes issue #94335
    bobbypage committed Jan 12, 2021
    Copy the full SHA
    13583ce View commit details
    Browse the repository at this point in the history