[release/1.7] Prepare release notes for v1.7.14#9953
Merged
dmcgowan merged 1 commit intocontainerd:release/1.7from Mar 11, 2024
Merged
[release/1.7] Prepare release notes for v1.7.14#9953dmcgowan merged 1 commit intocontainerd:release/1.7from
dmcgowan merged 1 commit intocontainerd:release/1.7from
Conversation
Signed-off-by: Derek McGowan <derek@mcg.dev>
AkihiroSuda
approved these changes
Mar 8, 2024
fuweid
approved these changes
Mar 9, 2024
austinvazquez
approved these changes
Mar 9, 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
See test run at https://github.com/dmcgowan/containerd/actions/runs/8208946909 which verifies build release changes work. Uses new release tool highlights.
containerd 1.7.14
Welcome to the v1.7.14 release of containerd!
The fourteenth patch release for containerd 1.7 contains various fixes and updates.
Highlights
Container Runtime Interface (CRI)
Runtime
Please try out the release binaries and report any issues at
https://github.com/containerd/containerd/issues.
Contributors
Changes
69 commits
1babe6b58Prepare release notes for v1.7.14a9bbbefcfUse the Go toolchain in CI matrix to build binaries1ca9a643aupdate to go 1.21.8, 1.22.139caf532eMove inline PS scripts into files630226bb4Disable OOM set score unpriv test temporarilyde7b6bae9runc-shim: process exec exits before init3b3e537eaUninstall mingw before attempting upgrade9e24388b2CI: Explicitly upgrade MinGW on Windows 2019 GitHub runners.5b23a4127seccomp, apparmor: add go:noinline753422ac1Drop go 1.20 and build against 1.22a2d64218cFix windows integration tests6379dd6f4Update workflow files to install Go via composite actiona5c0d061cExtract a composite action to install Go52a1402dfcopy: prevent potential deadlock if close before fully written872746386copy: setError should imply Closea8004007acopy: remove max number of ErrResets0465472edpushWriter: refactor reset pipe logic into separate function2577207cccopy: improve error detection from closed pipesd081da86bcopy: check if writer was closed before setting a pipe2a25c085bcopy: remove wrapping io.NopCloser from push writer pipe711cebd48Register imagePullThroughput and count with MiB926ceb036fix golangci-lint errors4030ae235Update golangci-lint to v1.56.16620d6bfdci: bump up golangci-lint to v1.55.2b16ca72b2Bump up golangci-lint to v1.54.239db3f18badjust test cases to run for windows579d8b463[cri] Handle Windows pod transitions gracefully8d6f0f2aebuild(deps): bump golangci/golangci-lint-action from 3 to 47929592b9build(deps): bump actions/upload-artifact from 3 to 4e11de777dbuild(deps): bump crazy-max/ghaction-github-runtime from 2 to 32b40a4074build(deps): bump actions/checkout from 3 to 422feefa57build(deps): bump actions/setup-go from 3 to 5b96aa4012build(deps): bump actions/upload-artifact from 1 to 397763f91dbuild(deps): bump docker/setup-buildx-action from 2 to 36875bb14fbuild(deps): bump github/codeql-action from 2 to 387f9adb6bbuild(deps): bump actions/download-artifact from 3 to 4d9c099a9a.github: windows should use fix critool versiondc594b01dci: update crun version to 1.14.38fe0b26f1Add missing unpacker.Wait for image import31ea2d7d9Add WithMetaStore to overlay snapshotter to allow bringing your own982e0cffbMove high volume event logs to Trace levelc79ffa277cri: propagate deprecation list to runtime statuseaebe23dectr: print deprecation warnings on every invocation26c057423bug fix: make sure cri image is pinned when it is pulled outside crid3e997556go.{mod,sum}: update NRI dependency, re-vendor.ea0a92ec3*: introduce image_pull_with_sync_fs in CRI4caf44032api: introduce sync_fs to diff.ApplyRequest3f75af7bfMove certain debug logs to trace logsChanges from containerd/nri
23 commits
e47f09bsocketpair_windows: remove implementation for now45b9e3fplugins: update dependencies.f600cf6go.{mod,sum}: update dependencies.13ee978pkg/stub: add support for extra ttrpc options.c4e2f81pkg/adaptation: add support for extra ttrpc options.5d0b52bsockerpair_unix: avoid double close(), set FD_CLOEXECae7840bTask: fix typo in godocb4ac58cTake pkg/hooks from github.com/containers/commonee96969gha: update actions/checkout@v47b33fbfgha: update actions/setup-go@v4e33ac3egha: remove working-dir and GOPATHda8a7e5remove containerd as dependency934815emake plugins/ulimit-adjuster a separate module9b43daascripts: fix protobuf URL on arm64Changes from containerd/ttrpc
21 commits
44ca009Add comment6615f15Fix linterdea99e9Fix handling of empty payloads336fc1bAdd integration test to reproduce issue with empty payloads1e51c46Bump google.golang.org/grpc from 1.57.0 to 1.57.1bea960dBump golang.org/x/net from 0.10.0 to 0.17.040f227dserver: implement UnaryServerInterceptor chaining.f984c9bclient: implement UnaryClientInterceptor chaining.8ca4110Fix comment for UserOnCloseWait.a2fbc14go.mod: google.golang.org/genproto/googleapis/rpc v0.0.0-20230731190214-cbb8c96f2d6dcf2b85dgo.mod: bump to supported go versione0cd801server_test: wait for OnClose in TestClientEOF.8d47846.github: give more slack for build+tests.Dependency Changes
Previous release can be found at v1.7.13