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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.52.1
Choose a base ref
...
head repository: google/cadvisor
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.53.0
Choose a head ref
  • 8 commits
  • 13 files changed
  • 6 contributors

Commits on Mar 12, 2025

  1. fix potential hang on containerd client.LoadContainer

    Signed-off-by: lianghao208 <[email protected]>
    lianghao208 committed Mar 12, 2025
    Configuration menu
    Copy the full SHA
    8d4c507 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2025

  1. Merge pull request #3672 from lianghao208/client-timeout

    fix potential hang on containerd client.LoadContainer
    cwangVT authored Mar 14, 2025
    Configuration menu
    Copy the full SHA
    f6e31a3 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2025

  1. Bump dependencies to latest

    Signed-off-by: Davanum Srinivas <[email protected]>
    dims committed Jun 5, 2025
    Configuration menu
    Copy the full SHA
    4b2771f View commit details
    Browse the repository at this point in the history
  2. Remove usage of deprecated API

    Signed-off-by: Davanum Srinivas <[email protected]>
    dims committed Jun 5, 2025
    Configuration menu
    Copy the full SHA
    962aef2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f6e42d8 View commit details
    Browse the repository at this point in the history
  4. fix: fix call Errorf with wrong err

    alingse authored and dims committed Jun 5, 2025
    Configuration menu
    Copy the full SHA
    dcbb1f2 View commit details
    Browse the repository at this point in the history
  5. Fixed possible data race

    iwankgb authored and dims committed Jun 5, 2025
    Configuration menu
    Copy the full SHA
    09f7fba View commit details
    Browse the repository at this point in the history
  6. Use built-in error wrapping instead of pkg/errors (#3689)

    github.com/pkg/errors is archived and unmaintained; this replaces that
    as follows:
    * instead of extracting the cause for os.IsNotExist, use errors.Is
      directly (which unwraps errors itself)
    * wrap errors using fmt.Errorf (wrapped errors using pkg/errors add
      the error message after a colon, so this changes the format to
      match)
    * errors.Wrapf is replaced with fmt.Errorf
    
    Signed-off-by: Stephen Kitt <[email protected]>
    Co-authored-by: Davanum Srinivas <[email protected]>
    skitt and dims authored Jun 5, 2025
    Configuration menu
    Copy the full SHA
    85d18c6 View commit details
    Browse the repository at this point in the history
Loading