发布日期: 2024-04-17
版本号: v5.0.2

本次更新主要修复了多个问题:1. 修复移除网络时可能泄漏IPAM条目的问题;2. 解决rootless网络命名空间在设置出错时未清理导致的resolv.conf缺失错误;3. 修正嵌套容器错误应用rootless网络命名空间逻辑的情况;4. 修复Mac系统使用:z:Z挂载选项时对只读目录写入引发的EACCESS错误。此外还修复了API中Compat网络列表端点因并发写入导致服务器崩溃的问题。

更新内容 (中文)

缺陷修复

  • 修复了移除网络时可能泄漏 IPAM 条目的问题(#22034
  • 修复了无根网络命名空间在设置过程中发生错误时未能正确清理,导致显示缺失 resolv.conf 相关错误的问题(#22168
  • 修复了 Podman 对嵌套容器错误使用无根网络命名空间逻辑的问题(#22218
  • 修复了在 Mac 系统上对包含只读文件的目录使用 :z:Z 卷挂载选项时,写入卷可能引发 EACCESS 错误的问题(#19852

API

  • 修复了网络兼容列表接口中因并发写入映射导致服务崩溃的问题(#22330

更新内容 (原始)

Bugfixes

  • Fixed a bug that could leak IPAM entries when a network was removed (#22034).
  • Fixed a bug that could cause the rootless network namespace to not be cleaned up on if an error occurred during setup resulting in errors relating to a missing resolv.conf being displayed (#22168).
  • Fixed a bug where Podman would use rootless network namespace logic for nested containers (#22218).
  • Fixed a bug where writing to volumes on a Mac could result in EACCESS failures when using the :z or :Z volume mount options on a directory with read only files (#19852)

API

  • Fixed a bug in the Compat List endpoint for Networks which could result in a server crash due to concurrent writes to a map (#22330).

下载链接