Notes: bump hcsshim version to v0.8.17 in containerd #12
May 15, 2021
Quick notes from today:
bump hcsshim version to v0.8.17
- Created a PR to bump
hcsshim
version tov0.8.17
in containerd. Link to the PR here ~ containerd/containerd/pull/5505 - There were 2 failing CI tests:
- CI / Linux Integration (io.containerd.runc.v2, crun) (pull_request)
- This one failed at the CRI Integration Test ~ .github/workflows/ci.yml#L445-L450
- Failing at this line ~ script/test/utils.sh#L78
- CI / CGroupsV2 and SELinux Integration (runc) (pull_request)
- This one failed at the CRI test ~ .github/workflows/ci.yml#L562-L566
- CI / Linux Integration (io.containerd.runc.v2, crun) (pull_request)
- I spent quite a good long time doing the above troubleshooting, ending up finally realising that I missed cleaning/updating the integration tests under containerd (defined here) which ultimately led to the above CI tests failing.
- The above missing step resulted into not updating the
containerd
version tov1.5.1
&runc
version tov1.0.0-rc94
in the containerd integrations tests. - So, now, I’ve just ran
go mod tidy
under the containerd/integration/client module, which finally updated thecontainerd
&runc
to required appropriate versions. -
Currently I'm waiting for the CI tests run to finish.The CI tests are all green. 🎊 Now, I’ll be waiting for the final review.
That’s all for the day!
PS: I created two dedicated kubernetes page on the blog. One for collecting all the upstream kubernetes contributions & second to collect all the kubernetes posts in one place. Find links to both of the pages, here & here.
And, to subscribe to the kubernetes blogs page, find the rss feed here.