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.26
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.27
Choose a head ref
  • 20 commits
  • 156 files changed
  • 11 contributors

Commits on Feb 24, 2025

  1. go.{mod,sum}: bump CDI deps to v0.8.1, re-vendor.

    Update CDI dependency to v0.8.1.
    
    Signed-off-by: Krisztian Litkey <[email protected]>
    klihub committed Feb 24, 2025
    Configuration menu
    Copy the full SHA
    5ba28f8 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2025

  1. increase xfs base image size to 300Mb

    from xfsprogs 5.19.0, minimum size of xfs volume has to be 300MB
    
    Ref: https://git.kernel.org/pub/scm/fs/xfs/xfsprogs-dev.git/commit/?id=6e0ed3d19c54603f0f7d628ea04b550151d8a262
    Signed-off-by: Akhil Mohan <[email protected]>
    (cherry picked from commit 624aa49)
    Signed-off-by: Akihiro Suda <[email protected]>
    akhilerm authored and AkihiroSuda committed Feb 26, 2025
    Configuration menu
    Copy the full SHA
    561ed52 View commit details
    Browse the repository at this point in the history
  2. CI: arm64-8core-32gb -> ubuntu-24.04-arm

    GHA now provides ARM runners for free
    
    https://github.blog/changelog/2025-01-16-linux-arm64-hosted-runners-now-available-for-free-in-public-repositories-public-preview/
    
    Signed-off-by: Akihiro Suda <[email protected]>
    (cherry picked from commit 4e7484d)
    > Conflicts:
    >	.github/workflows/ci.yml
    Signed-off-by: Akihiro Suda <[email protected]>
    AkihiroSuda committed Feb 26, 2025
    Configuration menu
    Copy the full SHA
    85f10bd View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2025

  1. Merge pull request #11437 from AkihiroSuda/cherrypick-11427-1.7

    [release/1.7] CI: arm64-8core-32gb -> ubuntu-24.04-arm
    estesp authored Feb 27, 2025
    Configuration menu
    Copy the full SHA
    78b04b6 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2025

  1. Merge pull request #11422 from klihub/fixes/release/1.7/cdi-emfile-si…

    …gsegv
    
    [release/1.7] go.{mod,sum}: bump CDI deps to v0.8.1.
    mxpv authored Mar 6, 2025
    Configuration menu
    Copy the full SHA
    ad317d0 View commit details
    Browse the repository at this point in the history
  2. Remove hashicorp/go-multierror

    Signed-off-by: Jin Dong <[email protected]>
    djdongjin committed Mar 6, 2025
    Configuration menu
    Copy the full SHA
    4b9df59 View commit details
    Browse the repository at this point in the history
  3. Remove unnecessary joinError unwrap

    Signed-off-by: Jin Dong <[email protected]>
    djdongjin committed Mar 6, 2025
    Configuration menu
    Copy the full SHA
    585699c View commit details
    Browse the repository at this point in the history
  4. update containerd/project-checks to 1.2.1

    Co-authored-by: Akhil Mohan <[email protected]>
    Signed-off-by: Jin Dong <[email protected]>
    djdongjin and akhilerm committed Mar 6, 2025
    Configuration menu
    Copy the full SHA
    13fc9d3 View commit details
    Browse the repository at this point in the history
  5. Bump up github.com/intel/goresctrl to 0.5.0

    This is the lowest goresctrl version that removed
    hashicorp/go-multierror dependency.
    
    This is to fully remove hashicorp/go-multierror dependency.
    
    But this also introduces a few minor version upgrades
    of other dependencies.
    
    Signed-off-by: Jin Dong <[email protected]>
    djdongjin committed Mar 6, 2025
    Configuration menu
    Copy the full SHA
    fe490b7 View commit details
    Browse the repository at this point in the history
  6. e2e: use the shim bundled with containerd artifact

    use the shim bundled with cri-cni-containerd tar rather than using
    the shim present on the host machine for running e2e
    
    Signed-off-by: Akhil Mohan <[email protected]>
    (cherry picked from commit 393ad5b)
    Signed-off-by: Jin Dong <[email protected]>
    akhilerm authored and djdongjin committed Mar 6, 2025
    Configuration menu
    Copy the full SHA
    49537b3 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2025

  1. Merge pull request #11499 from djdongjin/1-7-remove-hashi-multierror

    [release/1.7] Remove hashicorp/go-multierror dependency and fix CI
    samuelkarp authored Mar 7, 2025
    Configuration menu
    Copy the full SHA
    8946aa0 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2025

  1. update build to go1.23.7, test go1.24.1

    - go1.23.7 (released 2025-03-04) includes security fixes to the net/http
    package, as well as bug fixes to cgo, the compiler, and the reflect,
    runtime, and syscall packages. See the Go 1.23.7 milestone on our issue
    tracker for details
    
    - go1.24.1 (released 2025-03-04) includes security fixes to the net/http
    package, as well as bug fixes to cgo, the compiler, the go command, and
    the reflect, runtime, and syscall packages. See the Go 1.24.1 milestone
    on our issue tracker for details.
    
    Signed-off-by: Akhil Mohan <[email protected]>
    akhilerm committed Mar 9, 2025
    Configuration menu
    Copy the full SHA
    a39863c View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2025

  1. Merge pull request #11515 from akhilerm/1.7-updatego1.24.1

    [release/1.7] update build to go1.23.7, test go1.24.1
    estesp authored Mar 10, 2025
    Configuration menu
    Copy the full SHA
    576178b View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2025

  1. validate uid/gid

    cji committed Mar 11, 2025
    Configuration menu
    Copy the full SHA
    11504c3 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2025

  1. core/images: Ignore attestations when traversing children

    Before this patch, calling `image.Children` on an image built with
    BuildKit would produce unnecessary `encountered unknown type
    application/vnd.in-toto+json; children may not be fetched` debug logs,
    because the media type is neither a known layer or config type.
    
    Make the `image.Children` aware of the attestation layers and don't
    attempt to traverse them.
    
    Signed-off-by: Paweł Gronowski <[email protected]>
    (cherry picked from commit e751b6b)
    Signed-off-by: Derek McGowan <[email protected]>
    vvoland authored and dmcgowan committed Mar 14, 2025
    Configuration menu
    Copy the full SHA
    2c670e7 View commit details
    Browse the repository at this point in the history
  2. core/remotes: Handle attestations in MakeRefKey

    Don't produce `reference for unknown type: application/vnd.in-toto+json`
    warning logs when pushing/fetching an image containing the attestation
    manifests.
    
    Signed-off-by: Paweł Gronowski <[email protected]>
    (cherry picked from commit 3cdfc10)
    Signed-off-by: Derek McGowan <[email protected]>
    vvoland authored and dmcgowan committed Mar 14, 2025
    Configuration menu
    Copy the full SHA
    82b5c43 View commit details
    Browse the repository at this point in the history
  3. Prepare release notes for v1.7.27

    Signed-off-by: Derek McGowan <[email protected]>
    dmcgowan committed Mar 14, 2025
    Configuration menu
    Copy the full SHA
    1be04be View commit details
    Browse the repository at this point in the history
  4. Merge pull request #11538 from dmcgowan/backport-11327

    [release/1.7] Update image type checks to avoid unnecessary logs for attestations
    mxpv authored Mar 14, 2025
    Configuration menu
    Copy the full SHA
    574a304 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2025

  1. Merge pull request #11540 from dmcgowan/prepare-1.7.27

    [release/1.7] Prepare release notes for v1.7.27
    dmcgowan authored Mar 17, 2025
    Configuration menu
    Copy the full SHA
    0b7f2a5 View commit details
    Browse the repository at this point in the history
  2. Merge commit from fork

    [release 1.7] validate uid/gid
    dmcgowan authored Mar 17, 2025
    Configuration menu
    Copy the full SHA
    05044ec View commit details
    Browse the repository at this point in the history
Loading