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: containerd/containerd
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.7.12
Choose a base ref
...
head repository: containerd/containerd
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.7.13
Choose a head ref
  • 9 commits
  • 43 files changed
  • 6 contributors

Commits on Jan 19, 2024

  1. content: Add InfoReaderProvider

    Create interface that combines both content.InfoProvider and
    content.Provider in `content` package.
    
    Signed-off-by: Paweł Gronowski <[email protected]>
    (cherry picked from commit 8235665)
    Signed-off-by: Paweł Gronowski <[email protected]>
    vvoland committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    8364779 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2024

  1. Merge pull request #9658 from vvoland/contentprovider-1.7

    [release/1.7] content: Add InfoReaderProvider
    fuweid authored Jan 20, 2024
    Configuration menu
    Copy the full SHA
    8c780b7 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

  1. Update container-device-interface to v0.6.2

    This includes migrating from the github.com/container-orchestrated-devices
    repo to tags.cncf.io.
    
    Signed-off-by: Evan Lezar <[email protected]>
    elezar committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    14628d4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #9685 from elezar/dependency-update-container-devi…

    …ce-interface-v0.6.2
    
    [release/1.7] Update container-device-interface to v0.6.2
    dmcgowan authored Jan 24, 2024
    Configuration menu
    Copy the full SHA
    1944259 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2024

  1. seccomp: kernel 6.7

    The following syscalls were added since kernel v5.16:
    - v5.17 (libseccomp v2.5.4): set_mempolicy_home_node
    - v6.5  (libseccomp v2.5.5): cachestat
    - v6.6  (libseccomp v2.5.5): fchmodat2, map_shadow_stack
    - v6.7  (libseccomp v2.5.5): futex_wake, futex_wait, futex_requeue
    
    [Not covered in this commit]
    - v6.8-rc1: statmount, listmount, lsm_get_self_attr, lsm_set_self_attr, lsm_list_modules
    
    ref:
    - `syscalls: update the syscall list for Linux v5.17` (libseccomp v2.5.4)
       seccomp/libseccomp@d83cb7a
    - `all: update the syscall table for Linux v6.7-rc3`  (libseccomp v2.5.5)
       seccomp/libseccomp@53267af
    
    Signed-off-by: Akihiro Suda <[email protected]>
    AkihiroSuda authored and k8s-infra-cherrypick-robot committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    1bed378 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2024

  1. Merge pull request #9693 from k8s-infra-cherrypick-robot/cherry-pick-…

    …9684-to-release/1.7
    
    [release/1.7] seccomp: kernel 6.7
    estesp authored Jan 26, 2024
    Configuration menu
    Copy the full SHA
    cbda56b View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

  1. Update runc binary to v1.1.12

    Update the runc binary, which includes a fix for [CVE-2024-21626].
    
    - release notes: https://github.com/opencontainers/runc/releases/tag/v1.1.12
    - full diff: opencontainers/runc@v1.1.11...v1.1.12
    
    [CVE-2024-21626]: GHSA-xr7r-f8xq-vfvv
    
    Signed-off-by: Derek McGowan <[email protected]>
    (cherry picked from commit 82fb589)
    Signed-off-by: Derek McGowan <[email protected]>
    dmcgowan committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    2e7fa14 View commit details
    Browse the repository at this point in the history
  2. Prepare release notes for v1.7.13

    Signed-off-by: Derek McGowan <[email protected]>
    dmcgowan committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    b97e611 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #9724 from dmcgowan/prepare-v1.7.13

    Prepare v1.7.13 and update runc to v1.1.12
    dmcgowan authored Jan 31, 2024
    Configuration menu
    Copy the full SHA
    7c3aca7 View commit details
    Browse the repository at this point in the history
Loading