Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v1.6.18
->v1.7.5
v0.3.13
->v0.3.16
v20.10.22+incompatible
->v20.10.25+incompatible
v1.1.0-rc2.0.20221116213201-188d3a4e1942
->v1.1.0-rc4
v1.14.0
->v1.16.0
v1.9.3
->v1.9.5
v3.11.1
->v3.12.3
v1.2.2
->v1.2.3
3.11.1
->3.11.5
⚠ Dependency Lookup Warnings ⚠
Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.
Release Notes
containerd/containerd (github.com/containerd/containerd)
v1.7.5
: containerd 1.7.5Compare Source
Welcome to the v1.7.5 release of containerd!
The fifth patch release for containerd 1.7 fixes a versioning issue from
the previous release and includes some internal logging API changes.
See the changelog for complete list of changes
Please try out the release binaries and report any issues at
https://github.com/containerd/containerd/issues.
Contributors
Changes
18 commits
93b23eb10
Prepare release notes for v1.7.5fb1292c8d
Bump version to v1.7.4503ab21bf
go.mod: github.com/containerd/continuity v0.4.22a9ae3c51
log: swap logrus functions with their equivalent on default logger01445bb73
log: add package documentation and summary of package's purpose932795f45
log: make Fields type a generic map[string]any707ca94d8
log: add log.Entry type0a79e67e4
log: define OutputFormat typedbbe28b7d
log: define G() as a function instead of a variable93b6cb784
log: add all log-levels that are acceptede8e086e02
log: group "enum" consts and touch-up docs7aa4f8fdc
log: WithLogger: remove redundant intermediate varbfdce4ce4
log: SetFormat: include returns in switch6621e0888
log: remove testify dependencydf76aaede
removes/docker: remove unnecessary conversion (unconvert)Changes from containerd/continuity
2 commits
bcc6e25
dragonfly: Initial porting workDependency Changes
1e0d26e
-> v0.4.2Previous release can be found at v1.7.4
v1.7.4
: containerd 1.7.4Compare Source
Welcome to the v1.7.4 release of containerd!
The fourth patch release for containerd 1.7 contains remote differ plugin support,
a new block file based snapshotter, and various fixes and updates.
Notable Updates
See the changelog for complete list of changes
Please try out the release binaries and report any issues at
https://github.com/containerd/containerd/issues.
Contributors
Changes
43 commits
7a0cae3ca
[release/1.7] Prepare release notes for v1.7.4537d7526e
integration: issue7496 case should work for runc.v2 only5add172be
Vagrantfile: add strace tool207e28f36
integration: add ShouldRetryShutdown case based on #7496b4f480fb3
pkg/cri/sbserver: fix leaked shim issue for podsandbox mode88ff575c5
pkg/cri/server: fix leaked shim issue9f61dfb7c
integration: add case to reproduce #74960f4885c16
Add configurable mount options to overlay8804a27d7
feat: make overlay sync removal configurable1c2dd5198
Remove temporary replace2bf6bd143
vendor: update github.com/containerd/continuity30a163086
snapshots|pkg: umount without DETACH and nosync after umountc9eebe3d1
mount: support direct-io for loopback device1c2977db0
Modify loopback sizecf9c78d2d
snapshots/blockfile: fix lint issueb823b4f54
snapshots/blockfile: deflaky the testsuite6daeceb11
snapshots/blockfile: use passed in dst in scratchGenerator99b61aee3
snapshots/blockfile: use loop if options is emptyfd39769ac
Add mount options to blockfile snapshotter8d732c6c2
Add sync before unmount on snapshotter layer test8472a407e
Add blockfile snapshotter to snapshotters doc6740d77ca
Add blockfile as a builtin07cc24b32
Add blockfile snapshotter32e3b76ee
Add diffservice to contrib661e505c8
Add proxy differaf79c07fd
update runc binary to v1.1.9c0b1c8f74
fix ci Linux Integration test fail4e97a115f
cri: Don't use rel path for image volumes34a5d0330
fix: allow attaching to any combination of stdin/stdout/stderrc5e7b84c0
update to go1.20.7, go1.19.122eaeb3205
Fix ro mount option being passedChanges from containerd/continuity
4 commits
4b8bec5
fs: use io.Copy because go supports CopyFileRange3fa7d7a
fs/fstest: CreateFile should use syncDependency Changes
1f10f66
->ced1acd
5330a85
->8075edf
1e0d26e
Previous release can be found at v1.7.3
v1.7.3
: containerd 1.7.3Compare Source
Welcome to the v1.7.3 release of containerd!
The third patch release for containerd 1.7 contains various fixes and updates.
Notable Updates
close()
io beforecancel()
(#8658)See the changelog for complete list of changes
Please try out the release binaries and report any issues at
https://github.com/containerd/containerd/issues.
Contributors
Changes
63 commits
4cb2f1515
[release/1.7] Add release notes for v1.7.3b461ecacf
cri: memory.memsw.limit_in_bytes: no such file or directory14328ae03
migrate to community owned bucketb985f7ef1
update runc binary to v1.1.8083f57160
capture desc variable in range variable just in case that it run in parallel modea9440ce6b
Use t.TempDir instead of os.MkdirTempeea3440d8
use strings.Cut instead of strings.Split for parsing imageConfig.Usereace67180
fix userstr for dditionalGids on Linux7353c0286
ctr: update WritePidFile to use atomicfileae7021300
shim: WritePidFile & WriteAddress use atomicfile186eb64b7
cri: write generated CNI config atomically on Unix64c3dcd8e
atomicfile: new package for atomic file writesf7a20e17c
Move logrus setup code to log package60a6db9c2
Cirrus CI: configure apt-get to wait for locks973778193
Update Go to 1.20.6,1.19.11403033e52
update go to go1.20.5, go1.19.106b6b0c828
bugfix(port-forward): Correctly handle known errors898eca21e
Change http.Header copy to builtin Clonefa2efc406
Resolve docker.NewResolver race condition241514815
pkg/cri/server: Test net.ipv4.ping_group_range works with userns801e8c806
pkg/cri/server: Fix net.ipv4.ping_group_range with usernsd5639a5a8
vendor: github.com/containerd/zfs v1.1.015d65709e
ci: remove libseccomp-dev installation for nightlya08ae718c
[release/1.7] go.mod: Update cgroups to 3.0.218c6503d9
runtime/v2/runc: handle early exits w/o big locksTestShimOOMScore
(#8750)3bf3996d9
integration/client: add timeout toTestShimOOMScore
c2c54af9d
Update ginkgo to match cri-tools' version6281d46df
seccomp: always allow name_to_handle_at699d6701a
Pinned image supportdafbeb5b1
No more nondistributable layers in MS registry58b6b99cd
Add a check to skip stats for containers that are not runningclose()
io beforecancel()
(#8658)e5b2a0131
task: don'tclose()
io beforecancel()
a6a15afe3
move to CRI-TOOLS v1.27.00b2b96479
RELEASES.md: de-deprecation of CNI conf_template will be v1.7.3a24267b28
Remove cni conf_template deprecation89415fe36
Fix issue for HPC pod metricsChanges from containerd/zfs
49 commits
5e3457b
TestZFSUsage: use t.TempDir()6e9c675
README: update badgesff17a79
gofmt coded3485b9
go.mod: github.com/mistifyio/go-zfs/v3 v3.0.123c831a
remove pre-go1.17 build-tags, and fix missing build-tags in plugine5acd95
gha: fix golangci-lint, upgrade to v1.52.200b96c2
Bump github.com/containerd/containerd from 1.6.12 to 1.6.18a099def
Bump github.com/containerd/containerd from 1.6.9 to 1.6.12fee1db7
Add CodeQL analysis workflowb8b7ab2
Update GitHub actions CI workflow3e729b3
Update dependencies3c003f8
Upgrade compiler to Go 1.19d700762
Remove references to io/ioutil packagef52906e
Update Go version to supported version79ca2cb
Update containerd depedency to latest2e3db29
go.mod: github.com/mistifyio/go-zfs v3.0.0d904e63
go.mod: github.com/mistifyio/go-zfs/v3 v3.0.0-20220217145925-d014733a5309e021180
Update vendoring to containerd 1.6.xfc0c9a9
Bump github.com/containerd/containerd from 1.5.8 to 1.5.95d2f28c
Bump github.com/containerd/containerd from 1.5.5 to 1.5.8b3f193d
follow-up-#52: fix the order of cause in fmt.Errorfd5b0a2f
replace pkg/errorsfd6afa5
Bump github.com/containerd/containerd from 1.5.2 to 1.5.4aef875e
bump containerd to 1.5.235c6af7
Rename branches from master to main3d5efef
vendor sync up with containerd 1.5 ga0977d81
README.md: fix CI badgeDependency Changes
Previous release can be found at v1.7.2
v1.7.2
: containerd 1.7.2Compare Source
Welcome to the v1.7.2 release of containerd!
The second patch release for containerd 1.7 includes enhancements to CRI sandbox mode,
Windows snapshot mounting support, and CRI and container IO bug fixes.
CRI/Sandbox Updates
Other Notable Updates
See the changelog for complete list of changes
Please try out the release binaries and report any issues at
https://github.com/containerd/containerd/issues.
Contributors
Changes
59 commits
0e41daaea
[release/1.7] Prepare release notes for v1.7.2e134b6393
Fix panic when remote differ returns empty result313c226b8
Update continuity to a tagged version8dd16285a
UnmountAll is a no-op for missing mount pointsacff3eefa
Improve error messages and remove checkb4dd3bf4e
Make ReadOnly() available on all platforms08d8baf3f
Increase integration test tmieout to 20m1f0dbd011
Remove bind code path in mount()8f37b1c63
Remove "bind" code path from diff9139208b3
Properly mount base layerse61e7b312
Skip parent layer options on bind mountse4307926f
Add ReadOnly() function0277b9b01
Remove escalated privilegesd5c18dfb7
Use DefaultSnapshotter853179366
use t.Fatal if we cannot enable process privileges5b3ee413f
Update continuity375172604
Fix go.mod, simplify boolean logic, add logging600abd137
Ignore ERROR_NOT_FOUND error when removing mountdf7295dcd
Update continuity, go-winio and hcsshim0db78c482
Remove unused function219058766
Grant needed privileges for snapshotter tests96fbe5bc8
Fix layer comparison and enable read-only checks279e0d3c9
Use bind filer for mounts93e94da40
Enable TestSnapshotterClient on Windows3a3da693a
Run Windows snapshotter through the test suitee7b62322f
Fix misspelling of 'Native' as 'Naive'e1f999a18
Add paired 'mount' log for 'unmount'5788d6e52
Don't use all-upper-case filenames in snapshot tests3cdcb2f10
Skip tests that do not apply to WCOW on Windowsb0968b8bb
Ensure mounts are unmounted before leaving the testb57424851
Unify testutil.Unmount on Windows and Unixb9a8aad45
Implement Windows mounting for bind and windows-layer mounts1a64ee183
Implement WCOW parentless active snapshots and view snapshots99582fb1a
fix: cio.Cancel() should close the pipeseeda70fb0
remotes/docker: ResolverOptions: fix deprecation commentse21c8beee
Post cherry-pick fixes246240f71
Move PLEG event back to CRI16f3726dd
Generate sandbox exit events from CRI0c8cfb1a7
Move pod sandbox recovery to podsandbox/ package91d9f5c64
Publish sandbox events4b77683b4
Add sandbox events protos2c38cad77
notify readiness when registered plugins are ready7851b0a9f
CRI: Make stats respect sandbox's platform8d7c340ca
[sbserver] handle missing cpu statsd08b2a088
[sbserver] Refactor usageNanoCores be to used for all OSes08de6e7b8
Update volume-ownership image with latest hashes6a5e54c15
Get CDI devices from CRI Config.CDIDevices field9e60300ea
snapshots/testsuite: Rename: fix fuse-overlayfs incompatibilityChanges from containerd/continuity
31 commits
7df79f5
Fall back to Copyfile when Clonefile detects a cross-device request30cf84d
Add support for Darwin clonefileebdd069
Add copy benchmark2db84b9
Update golang.org/x/sys to v0.1.0b449cd0
Fix tests on Windowseb05879
Fix Darwin tests9cd17be
Enable tests for all platformscdfbe61
Add more Windows metadata files9eb2a49
atomicWriteFile: file defer closead9c903
Update GitHub Actions runner imagesc8de034
Add CodeQL security scan workflowbe62cc1
Add Go 1.20 support to CI68f7b34
Add paths to windows metadataFilese22f001
Remove references to io/ioutil package1c3fa33
Update GitHub actions CI workflowf5d245e
format code with gofumptErrNotSupported
(#207)1ee38b5
Correctly ignore error wrapping ErrNotSupportedDependency Changes
Previous release can be found at v1.7.1
v1.7.1
: containerd 1.7.1Compare Source
Welcome to the v1.7.1 release of containerd!
The first patch release for containerd 1.7 includes many fixes to CRI
sandbox mode, various other fixes, runc update, and important fixes in
core dependencies such as ttrpc and typeurl.
CRI/Sandbox Updates
noexec
,nodev
,nosuid
to/etc/resolv.conf
bind mount (#8336)Other Notable Updates
See the changelog for complete list of changes
Please try out the release binaries and report any issues at
https://github.com/containerd/containerd/issues.
Contributors
Changes
68 commits
27a0d957b
Prepare release notes for v1.7.17b288e2d7
Update ttrpc to v1.2.23ef5b689a
runtime/shim: fix the nil checkpoint options0e0532eb2
bump typeurl to v2.1.135e86f96c
[transfer] avoid setting limiters when max is 0f7233811f
Update transfer configuration4510eac00
Fix image pulling with Transfer serviceaaa65e8c1
Update hcsshim tag to v0.10.0-rc.895ef67e19
Fix umarshal metrics for CRI server021bba28b
update go to go1.20.4, go1.19.9c0e128624
skip TestContainerStartWithAbsRuntimePath if the runtime is v1aa3c63c15
integration: add container start test using abs runtime pathd2d9eedb1
WithRuntimePath uses the TaskInfo.RuntimePath field6b3ae0129
Remove entry for container from container store on errorfae4b6223
update runc binary to v1.1.7571715a9d
cri: Vendor v0.27.11bbf98e53
oci: partially restore comment on read-only mounts for uid/gid usesa6d336c1f
Fix argsEscaped tests7de8629be
cri: Throw an error if idmap mounts is requested75ac7e0d8
cri: Vendor v0.27.0-beta.0 for mounts uid/gid mappings8f6e86fec
go.mod: add comment explaining go-fuzz-headers replace rule1ece0cb50
go.mod: remove replace for github.com/opencontainers/runtime-toolse9f962187
go.mod: integration: use non-pre-release of containerd84393b005
go.mod: integration: move indirect dependencies to the right groupdec2595af
update runc binary to v1.1.654d12b872
oci: Use WithReadonlyTempMount when adding users/groupsConfiguration
📅 Schedule: Branch creation - "after 6am on thursday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate. View repository job log here.