chore(deps): update all dependencies #2
Reference in New Issue
Block a user
Delete Branch "renovate/all"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
1683325143197->1690468928397v1.7.0->v1.7.2v1.8.2->v1.8.4v0.1.0->v0.3.0⚠ Dependency Lookup Warnings ⚠
Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.
Release Notes
containerd/containerd
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.2e134b6393Fix panic when remote differ returns empty result313c226b8Update continuity to a tagged version8dd16285aUnmountAll is a no-op for missing mount pointsacff3eefaImprove error messages and remove checkb4dd3bf4eMake ReadOnly() available on all platforms08d8baf3fIncrease integration test tmieout to 20m1f0dbd011Remove bind code path in mount()8f37b1c63Remove "bind" code path from diff9139208b3Properly mount base layerse61e7b312Skip parent layer options on bind mountse4307926fAdd ReadOnly() function0277b9b01Remove escalated privilegesd5c18dfb7Use DefaultSnapshotter853179366use t.Fatal if we cannot enable process privileges5b3ee413fUpdate continuity375172604Fix go.mod, simplify boolean logic, add logging600abd137Ignore ERROR_NOT_FOUND error when removing mountdf7295dcdUpdate continuity, go-winio and hcsshim0db78c482Remove unused function219058766Grant needed privileges for snapshotter tests96fbe5bc8Fix layer comparison and enable read-only checks279e0d3c9Use bind filer for mounts93e94da40Enable TestSnapshotterClient on Windows3a3da693aRun Windows snapshotter through the test suitee7b62322fFix misspelling of 'Native' as 'Naive'e1f999a18Add paired 'mount' log for 'unmount'5788d6e52Don't use all-upper-case filenames in snapshot tests3cdcb2f10Skip tests that do not apply to WCOW on Windowsb0968b8bbEnsure mounts are unmounted before leaving the testb57424851Unify testutil.Unmount on Windows and Unixb9a8aad45Implement Windows mounting for bind and windows-layer mounts1a64ee183Implement WCOW parentless active snapshots and view snapshots99582fb1afix: cio.Cancel() should close the pipeseeda70fb0remotes/docker: ResolverOptions: fix deprecation commentse21c8beeePost cherry-pick fixes246240f71Move PLEG event back to CRI16f3726ddGenerate sandbox exit events from CRI0c8cfb1a7Move pod sandbox recovery to podsandbox/ package91d9f5c64Publish sandbox events4b77683b4Add sandbox events protos2c38cad77notify readiness when registered plugins are ready7851b0a9fCRI: Make stats respect sandbox's platform8d7c340ca[sbserver] handle missing cpu statsd08b2a088[sbserver] Refactor usageNanoCores be to used for all OSes08de6e7b8Update volume-ownership image with latest hashes6a5e54c15Get CDI devices from CRI Config.CDIDevices field9e60300easnapshots/testsuite: Rename: fix fuse-overlayfs incompatibilityChanges from containerd/continuity
31 commits
7df79f5Fall back to Copyfile when Clonefile detects a cross-device request30cf84dAdd support for Darwin clonefileebdd069Add copy benchmark2db84b9Update golang.org/x/sys to v0.1.0b449cd0Fix tests on Windowseb05879Fix Darwin tests9cd17beEnable tests for all platformscdfbe61Add more Windows metadata files9eb2a49atomicWriteFile: file defer closead9c903Update GitHub Actions runner imagesc8de034Add CodeQL security scan workflowbe62cc1Add Go 1.20 support to CI68f7b34Add paths to windows metadataFilese22f001Remove references to io/ioutil package1c3fa33Update GitHub actions CI workflowf5d245eformat code with gofumptErrNotSupported(#207)1ee38b5Correctly 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,nosuidto/etc/resolv.confbind 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
27a0d957bPrepare release notes for v1.7.17b288e2d7Update ttrpc to v1.2.23ef5b689aruntime/shim: fix the nil checkpoint options0e0532eb2bump typeurl to v2.1.135e86f96c[transfer] avoid setting limiters when max is 0f7233811fUpdate transfer configuration4510eac00Fix image pulling with Transfer serviceaaa65e8c1Update hcsshim tag to v0.10.0-rc.895ef67e19Fix umarshal metrics for CRI server021bba28bupdate go to go1.20.4, go1.19.9c0e128624skip TestContainerStartWithAbsRuntimePath if the runtime is v1aa3c63c15integration: add container start test using abs runtime pathd2d9eedb1WithRuntimePath uses the TaskInfo.RuntimePath field6b3ae0129Remove entry for container from container store on errorfae4b6223update runc binary to v1.1.7571715a9dcri: Vendor v0.27.11bbf98e53oci: partially restore comment on read-only mounts for uid/gid usesa6d336c1fFix argsEscaped tests7de8629becri: Throw an error if idmap mounts is requested75ac7e0d8cri: Vendor v0.27.0-beta.0 for mounts uid/gid mappings8f6e86fecgo.mod: add comment explaining go-fuzz-headers replace rule1ece0cb50go.mod: remove replace for github.com/opencontainers/runtime-toolse9f962187go.mod: integration: use non-pre-release of containerd84393b005go.mod: integration: move indirect dependencies to the right groupdec2595afupdate runc binary to v1.1.654d12b872oci: Use WithReadonlyTempMount when adding users/groups624327651update go to go1.20.3, go1.19.81d6641b7cexport: add test for WithSkipDockerManifest0e0d84f6barchive: consistently respect value of WithSkipDockerManifest9b4935d86Update sbserver to add noexec nodev and nosuid to /etc/resolv.conf mount bind.5e953cfa6Test to ensure nosuid,nodev,noexec are set on /etc/reolv.conf mount.0aad93f08Add noexec nodev and nosuid to sandbox /etc/resolv.conf mount bind.1a64f1b43ctr/tasks: fix unmarshal the task metrics for cgroups v117c52a26dKeep linux mounts for linux sandboxes on Windows/Darwind81fc15afupdate runc binary to v1.1.5755efbe64go.mod: github.com/opencontainers/runc v1.1.590591db47Defer uid lookups on DarwinWithReadonlyTempMountto create readonly temporary mounts (#8300)b7d87b190AddWithReadonlyTempMountto create readonly temporary mounts1c1b6bcb2CRI: Don't always close netConfMonitor channelcf2e454bfSandbox: Correct/add some fields to Status()ce68e8e0dSandbox: Cleanup shim on Start failureChanges from containerd/ttrpc
8 commits
c51165fFirst process the pending messages in recv channel471297eAdd recvClose channel to stream9599fadUnwrap io errors in server connection receive error handlingc7b5a32Update GitHub actions CI workflowDependency Changes
946c877->2e043c6Previous release can be found at v1.7.0
stretchr/testify
v1.8.4Compare Source
v1.8.3Compare Source
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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 Renovate Bot.
23c4487843to63de141cea