-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add release notes for v1.7.10 #9426
Conversation
cc @samuelkarp |
Just FYI, CI is not triggering properly most likely due to an ongoing Github issue; from their status page: |
/test pull-containerd-node-e2e-1-7 |
/test pull-containerd-node-e2e-1-7 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There are two Iceber Gus 😂
/test pull-containerd-node-e2e-1-7 |
@ruiwen-zhao You can update the |
Test pull-containerd-node-e2e-1-7 keeps failing with
It is irrelevant to this PR, and the test has been failing for the same reason on other recent PRs, e.g. #9415 (comment) Probably caused by the depreaction of scrape_error in this PR: https://github.com/kubernetes/kubernetes/pull/116897/files#diff-dd3c640c87eb316a6e5c6445d8914d43b7100d2366de31fa0f53f96de4294947R98. The metric is marked as deprecation in 1.29+. Looking at the history of this test job, the test is passing on 1.29.0-Alpha (which is considered older than 1.29.0), and starts failing on v1.30.0-alpha. Fix needed on test side. |
@ruiwen-zhao is that something that should be fixed on the Kubernetes e2e test side then? |
Created kubernetes/kubernetes#122095 to fix the test on k/k side. |
Signed-off-by: ruiwen-zhao <ruiwen@google.com>
/test pull-containerd-node-e2e-1-7 |
So pull-containerd-node-e2e-1-7 is fixed and all tests passing now. I also fixed the double names. Can I get some new approvals? |
Welcome to the v1.7.10 release of containerd!
The tenth patch release for containerd 1.7 contains 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
10 commits
377ad831e
Add release notes for v1.7.10206806128
remotes/docker: close connection if no more data328493962
integration: reproduce fix: increase ImagePullProgressTimeout as 10min #9347d1aab27cb
fix: deflake TestCRIImagePullTimeout/HoldingContentOpenWritera2b16d7f9
cri: fix update of pinned label for images8dc861844
cri: fix using the pinned label to pin image5930a3750
Enhance container image unpack client logsDependency Changes
This release has no dependency changes
Previous release can be found at v1.7.9