Skip to content

update containerd binary to v1.4.4#42121

Merged
tiborvass merged 1 commit into
moby:masterfrom
thaJeztah:bump_containerd
Mar 8, 2021
Merged

update containerd binary to v1.4.4#42121
tiborvass merged 1 commit into
moby:masterfrom
thaJeztah:bump_containerd

Conversation

@thaJeztah

@thaJeztah thaJeztah commented Mar 8, 2021

Copy link
Copy Markdown
Member

full diff: containerd/containerd@v1.4.3...v1.4.4

Release notes:

The fourth patch release for containerd 1.4 contains a fix for CVE-2021-21334
along with various other minor issues.
See GHSA-6g2q-w5j3-fwh4
for more details related to CVE-2021-21334.

Notable Updates

  • Fix container create in CRI to prevent possible environment variable leak between containers
  • Update shim server to return grpc NotFound error
  • Add bounds on max oom_score_adj value for shim's AdjustOOMScore
  • Update task manager to use fresh context when calling shim shutdown
  • Update Docker resolver to avoid possible concurrent map access panic
  • Update shim's log file open flags to avoid containerd hang on syscall open
  • Fix incorrect usage calculation

- Description for the changelog

- A picture of a cute animal (not mandatory but encouraged)

full diff: containerd/containerd@v1.4.3...v1.4.4

Release notes:

The fourth patch release for `containerd` 1.4 contains a fix for CVE-2021-21334
along with various other minor issues.
See [GHSA-36xw-fx78-c5r4](GHSA-36xw-fx78-c5r4)
for more details related to CVE-2021-21334.

Notable Updates

- Fix container create in CRI to prevent possible environment variable leak between containers
- Update shim server to return grpc NotFound error
- Add bounds on max `oom_score_adj` value for shim's AdjustOOMScore
- Update task manager to use fresh context when calling shim shutdown
- Update Docker resolver to avoid possible concurrent map access panic
- Update shim's log file open flags to avoid containerd hang on syscall open
- Fix incorrect usage calculation

Signed-off-by: Sebastiaan van Stijn <[email protected]>
@thaJeztah

Copy link
Copy Markdown
Member Author

Related PR for containerd.io; docker/containerd-packaging#223

@fuweid

fuweid commented Mar 9, 2021

Copy link
Copy Markdown
Contributor

ping @thaJeztah https://download.docker.com/linux/centos/7/x86_64/stable/Packages/ I checked the containerd go version. it is build by go1.13.15. Is it expected?

@thaJeztah

Copy link
Copy Markdown
Member Author

@fuweid that's (currently) expected; @tiborvass is in the process of evaluating if there's outstanding issues to address related to the changes in Go 1.14 and up across our codebase, and for the time being we're pinning to Go 1.13 (but this may change in a future update)

@fuweid

fuweid commented Mar 9, 2021

Copy link
Copy Markdown
Contributor

@thaJeztah Thanks for the information. Hope we can use go1.15.x in the future~

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants