-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Comparing changes
Open a pull request
base repository: containerd/containerd
base: v1.7.26
head repository: containerd/containerd
compare: v1.7.27
- 20 commits
- 156 files changed
- 11 contributors
Commits on Feb 24, 2025
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 5ba28f8 - Browse repository at this point
Copy the full SHA 5ba28f8View commit details
Commits on Feb 26, 2025
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 561ed52 - Browse repository at this point
Copy the full SHA 561ed52View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 85f10bd - Browse repository at this point
Copy the full SHA 85f10bdView commit details
Commits on Feb 27, 2025
-
Merge pull request #11437 from AkihiroSuda/cherrypick-11427-1.7
[release/1.7] CI: arm64-8core-32gb -> ubuntu-24.04-arm
Configuration menu - View commit details
-
Copy full SHA for 78b04b6 - Browse repository at this point
Copy the full SHA 78b04b6View commit details
Commits on Mar 6, 2025
-
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.Configuration menu - View commit details
-
Copy full SHA for ad317d0 - Browse repository at this point
Copy the full SHA ad317d0View commit details -
Remove hashicorp/go-multierror
Signed-off-by: Jin Dong <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4b9df59 - Browse repository at this point
Copy the full SHA 4b9df59View commit details -
Remove unnecessary joinError unwrap
Signed-off-by: Jin Dong <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 585699c - Browse repository at this point
Copy the full SHA 585699cView commit details -
update containerd/project-checks to 1.2.1
Co-authored-by: Akhil Mohan <[email protected]> Signed-off-by: Jin Dong <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 13fc9d3 - Browse repository at this point
Copy the full SHA 13fc9d3View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for fe490b7 - Browse repository at this point
Copy the full SHA fe490b7View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 49537b3 - Browse repository at this point
Copy the full SHA 49537b3View commit details
Commits on Mar 7, 2025
-
Merge pull request #11499 from djdongjin/1-7-remove-hashi-multierror
[release/1.7] Remove hashicorp/go-multierror dependency and fix CI
Configuration menu - View commit details
-
Copy full SHA for 8946aa0 - Browse repository at this point
Copy the full SHA 8946aa0View commit details
Commits on Mar 9, 2025
-
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]>
Configuration menu - View commit details
-
Copy full SHA for a39863c - Browse repository at this point
Copy the full SHA a39863cView commit details
Commits on Mar 10, 2025
-
Merge pull request #11515 from akhilerm/1.7-updatego1.24.1
[release/1.7] update build to go1.23.7, test go1.24.1
Configuration menu - View commit details
-
Copy full SHA for 576178b - Browse repository at this point
Copy the full SHA 576178bView commit details
Commits on Mar 11, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 11504c3 - Browse repository at this point
Copy the full SHA 11504c3View commit details
Commits on Mar 14, 2025
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 2c670e7 - Browse repository at this point
Copy the full SHA 2c670e7View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 82b5c43 - Browse repository at this point
Copy the full SHA 82b5c43View commit details -
Prepare release notes for v1.7.27
Signed-off-by: Derek McGowan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1be04be - Browse repository at this point
Copy the full SHA 1be04beView commit details -
Merge pull request #11538 from dmcgowan/backport-11327
[release/1.7] Update image type checks to avoid unnecessary logs for attestations
Configuration menu - View commit details
-
Copy full SHA for 574a304 - Browse repository at this point
Copy the full SHA 574a304View commit details
Commits on Mar 17, 2025
-
Merge pull request #11540 from dmcgowan/prepare-1.7.27
[release/1.7] Prepare release notes for v1.7.27
Configuration menu - View commit details
-
Copy full SHA for 0b7f2a5 - Browse repository at this point
Copy the full SHA 0b7f2a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 05044ec - Browse repository at this point
Copy the full SHA 05044ecView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.7.26...v1.7.27