Skip to content
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

[24.0 backport] update containerd binary to v1.7.3 #46103

Merged

Conversation

thaJeztah
Copy link
Member


update containerd binary to v1.7.2


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

  • Publish sandbox events
  • Make stats respect sandbox's platform

Other Notable Updates

  • Mount snapshots on Windows
  • Notify readiness when registered plugins are ready
  • Fix cio.Cancel() should close pipes
  • CDI: Use CRI Config.CDIDevices field for CDI injection

update containerd binary to v1.7.3


Welcome to the v1.7.3 release of containerd!

The third patch release for containerd 1.7 contains various fixes and updates.

Notable Updates

  • RunC: Update runc binary to v1.1.8
  • CRI: Fix additionalGids: it should fallback to imageConfig.User
    when securityContext.RunAsUser,RunAsUsername are empty
  • CRI: write generated CNI config atomically
  • Port-Forward: Correctly handle known errors
  • Resolve docker.NewResolver race condition
  • Fix net.ipv4.ping_group_range with userns
  • Runtime/V2/RunC: handle early exits w/o big locks
  • SecComp: always allow name_to_handle_at
  • CRI: Windows Pod Stats: Add a check to skip stats for containers that
    are not running
  • Task: don't close() io before cancel()
  • Remove CNI conf_template deprecation
  • Fix issue for HPC pod metrics

- Description for the changelog

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

- full diff: containerd/containerd@v1.7.1...v1.7.2
- release notes: https://github.com/containerd/containerd/releases/tag/v1.7.2

----

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

- Publish sandbox events
- Make stats respect sandbox's platform

Other Notable Updates

- Mount snapshots on Windows
- Notify readiness when registered plugins are ready
- Fix `cio.Cancel()` should close pipes
- CDI: Use CRI `Config.CDIDevices` field for CDI injection

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
(cherry picked from commit a78381c)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
- full diff: containerd/containerd@v1.7.2...v1.7.3
- release notes: https://github.com/containerd/containerd/releases/tag/v1.7.3

----

Welcome to the v1.7.3 release of containerd!

The third patch release for containerd 1.7 contains various fixes and updates.

Notable Updates

- RunC: Update runc binary to v1.1.8
- CRI: Fix `additionalGids`: it should fallback to `imageConfig.User`
  when `securityContext.RunAsUser`,`RunAsUsername` are empty
- CRI: write generated CNI config atomically
- Port-Forward: Correctly handle known errors
- Resolve docker.NewResolver race condition
- Fix `net.ipv4.ping_group_range` with userns
- Runtime/V2/RunC: handle early exits w/o big locks
- SecComp: always allow `name_to_handle_at`
- CRI: Windows Pod Stats: Add a check to skip stats for containers that
  are not running
- Task: don't `close()` io before cancel()
- Remove CNI conf_template deprecation
- Fix issue for HPC pod metrics

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
(cherry picked from commit bf48d3e)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
@AkihiroSuda AkihiroSuda merged commit e426ae0 into moby:24.0 Jul 30, 2023
102 checks passed
@thaJeztah thaJeztah deleted the 24.0_backport_update_containerd_binary_1.7.3 branch July 30, 2023 05:42
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.

None yet

2 participants