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.45.0
Choose a base ref
...
head repository: google/cadvisor
compare: v0.46.0
Choose a head ref
  • 20 commits
  • 53 files changed
  • 5 contributors

Commits on Jun 13, 2022

  1. Copy the full SHA
    d20a562 View commit details
    Browse the repository at this point in the history
  2. fix mesos client panic while ExecutorPID is nill

    fix mesos client panic while ExecutorPID is nill
    Komey committed Jun 13, 2022
    Copy the full SHA
    c884988 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2022

  1. Bump golang to 1.19

    Signed-off-by: David Porter <david@porter.me>
    bobbypage committed Aug 2, 2022
    Copy the full SHA
    7f999bc View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2022

  1. Merge pull request #3151 from bobbypage/bump-golang-119

    Bump golang to 1.19
    bobbypage committed Aug 4, 2022
    Copy the full SHA
    9c6fb75 View commit details
    Browse the repository at this point in the history
  2. Disable cgo for static binaries

    This is to avoid depending on glibc which can be quite old on certain
    distros. For the docker image, since glibc is part of the container,
    there is no reason to disable cgo.
    
    Signed-off-by: David Porter <david@porter.me>
    bobbypage committed Aug 4, 2022
    Copy the full SHA
    e2a6855 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2022

  1. gofmt for 1.19

    Signed-off-by: David Porter <david@porter.me>
    bobbypage committed Aug 9, 2022
    Copy the full SHA
    4343efb View commit details
    Browse the repository at this point in the history
  2. Re-enable presubmit linting

    * Update to golangci 1.48.0
    * Re-enable linting
    
    Signed-off-by: David Porter <david@porter.me>
    bobbypage committed Aug 9, 2022
    Copy the full SHA
    225af2b View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2022

  1. Merge pull request #3150 from bobbypage/upstream/presubmit

    Re-enable presubmit linting
    bobbypage committed Aug 10, 2022
    Copy the full SHA
    c37f32f View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2022

  1. Update versions of things we use

    Signed-off-by: Davanum Srinivas <davanum@gmail.com>
    dims committed Sep 14, 2022
    Copy the full SHA
    c86a68a View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2022

  1. Regen assets with

    ```
    $ make assets FORCE=true
    ```
    
    Signed-off-by: David Porter <david@porter.me>
    bobbypage committed Sep 16, 2022
    Copy the full SHA
    52482b1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3169 from bobbypage/assets

    Regen assets due to 1.19 changes
    bobbypage committed Sep 16, 2022
    Copy the full SHA
    d304fed View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2022

  1. remove deprecated WithInsecure

    Signed-off-by: Davanum Srinivas <davanum@gmail.com>
    dims committed Sep 22, 2022
    Copy the full SHA
    c64f0fb View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2022

  1. Merge pull request #3168 from dims/update-versions-of-dependencies-fo…

    …r-k8s-1-26
    
    Update versions of dependencies
    bobbypage committed Sep 23, 2022
    1
    Copy the full SHA
    967136f View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2022

  1. Add Distances field to machine.Node (#3179)

    Signed-off-by: PiotrProkop <pprokop@nvidia.com>
    PiotrProkop committed Oct 3, 2022
    1
    Copy the full SHA
    24dd1de View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2022

  1. Merge pull request #3155 from bobbypage/cgo

    Disable cgo for static binaries
    bobbypage committed Nov 4, 2022
    1
    Copy the full SHA
    c1a39fd View commit details
    Browse the repository at this point in the history
  2. dep: Update prometheus libraries

    Signed-off-by: David Porter <david@porter.me>
    bobbypage committed Nov 4, 2022
    Copy the full SHA
    eae1e50 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2022

  1. Remove PSP from kustomize deploy

    Removing PSP and related config since it is deprecated in 1.25.0.
    
    Users can add their config if needed.
    
    Signed-off-by: David Porter <david@porter.me>
    bobbypage committed Nov 5, 2022
    Copy the full SHA
    8cf5212 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2022

  1. Merge pull request #3196 from bobbypage/removepsp

    Remove PSP from kustomize deploy
    bobbypage committed Nov 7, 2022
    1
    Copy the full SHA
    f725247 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2022

  1. Merge pull request #3195 from bobbypage/upgrade-prometheus

    dep: Update prometheus libraries
    bobbypage committed Nov 9, 2022
    1
    Copy the full SHA
    5a78c9d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3129 from Komey/master

    fix mesos client panic while ExecutorPID is nill
    bobbypage committed Nov 9, 2022
    1
    Copy the full SHA
    ce07bb2 View commit details
    Browse the repository at this point in the history