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

Commits on Mar 2, 2024

  1. Remove s390x support

    We can't build with s390x now due to missing package
    (thin-provisioning-tools)
    
    ```
    fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/s390x/APKINDEX.tar.gz
    ERROR: unable to select packages:
    thin-provisioning-tools (no such package):
    required by: world[thin-provisioning-tools]
    ```
    
    Signed-off-by: David Porter <david@porter.me>
    bobbypage committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    95c72a7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3486 from bobbypage/release-v0.49

    Cherrpick #3485 to release-v0.49- Remove s390x support
    bobbypage authored Mar 2, 2024
    Configuration menu
    Copy the full SHA
    74350be View commit details
    Browse the repository at this point in the history
  3. build docker - add --provenance=false flag

    This is causing failure to combine the multi-arch images. See
    docker/buildx#1509 for discussion
    
    Signed-off-by: David Porter <david@porter.me>
    bobbypage committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    1bbd39c View commit details
    Browse the repository at this point in the history
  4. Merge pull request #3488 from bobbypage/cp-dockerbuildx

    build docker - add --provenance=false flag
    bobbypage authored Mar 2, 2024
    Configuration menu
    Copy the full SHA
    6f3f25b View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2024

  1. Using bookworm images

    iwankgb authored and cwangVT committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    9b098b3 View commit details
    Browse the repository at this point in the history
  2. libipmctl4 -> libipmctl5

    iwankgb authored and cwangVT committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    54675d7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cc13fa8 View commit details
    Browse the repository at this point in the history
  4. CI: update busybox image to fix CI

    zhangguanzhang authored and cwangVT committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    745b20a View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2024

  1. Merge pull request #3630 from cwangVT/cp-fix-test

    Cp fix test
    cwangVT authored Nov 29, 2024
    Configuration menu
    Copy the full SHA
    56a3ca9 View commit details
    Browse the repository at this point in the history
  2. Revert "reduce_logs_for_kubelet_use_crio"

    This reverts commit b407dcd.
    uablrek authored and cwangVT committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    f72e914 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2024

  1. Merge pull request #3631 from cwangVT/cp-ca820b6

    Revert "reduce_logs_for_kubelet_use_crio"
    cwangVT authored Dec 9, 2024
    Configuration menu
    Copy the full SHA
    6876475 View commit details
    Browse the repository at this point in the history
Loading