发布日期: 2024-11-21
版本号: v5.3.1

Podman近期修复了多个关键问题:修复了使用--ignition-path选项初始化虚拟机时无法生成必要文件导致VM不可用的问题;解决了rootless容器在桥接网络模式下因空指针解引用引发的启动失败问题;修正了用户命名空间中容器因资源限制设置过高而无法启动的缺陷;修复了特定SSH配置导致远程客户端无法连接服务器的情况;修复了Windows安装程序在升级现有Podman时可能错误安装WSLv2而非保留Hyper-V虚拟化后端的问题。

更新内容 (中文)

  • 修复了当使用 --ignition-path 选项执行 podman machine init 时,无法创建虚拟机必要文件的错误,导致虚拟机无法使用 (#23544)。
  • 修复了使用 bridge 网络模式的无根容器因空指针解引用导致的 panic 而无法启动的问题 (#24566)。
  • 修复了在用户命名空间中启动 Podman 容器时尝试设置过高资源限制,导致容器无法启动的问题 (#24508)。
  • 修复了特定 SSH 配置导致远程 Podman 客户端无法连接服务器的问题 (#24567)。
  • 修复了 Windows 安装程序在升级使用 Hyper-V 虚拟化后端的现有 Podman 安装时可能错误安装 WSLv2 的问题。

更新内容 (原始)

  • Fixed a bug where the --ignition-path option to podman machine init would prevent creation of necessary files for the VM, rendering it unusable (#23544).
  • Fixed a bug where rootless containers using the bridge networking mode would be unable to start due to a panic caused by a nil pointer dereference (#24566).
  • Fixed a bug where Podman containers would try to set increased rlimits when started in a user namespace, rendering containers unable to start (#24508).
  • Fixed a bug where certain SSH configurations would make the remote Podman client unable to connect to the server (#24567).
  • Fixed a bug where the Windows installer could install WSLv2 when upgrading an existing Podman installation that used the Hyper-V virtualization backend.

下载链接