8000 Comparing v0.49.0...v0.49.1 · google/cadvisor · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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.49.0
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.49.1
Choose a head ref
  • 4 commits
  • 2 files changed
  • 2 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
Loading
0