发布日期: 2024-04-01
版本号: v5.0.1

此次更新修复了多个问题:使用Pasta网络驱动的rootless容器无法正确处理宿主的localhost DNS解析器,导致DNS解析失败;修复了FreeBSD主机上关于cgroups v1系统不再受支持的误警告;解决了HyperV虚拟机必须预装SSH客户端的问题;修正了远程客户端从rootless连接rootful服务器时podman build命令失效的情况。此外,HyperV驱动现在会在检测到缺乏管理员权限时立即报错,而非延后至需要权限的操作阶段。

更新内容 (中文)

错误修复

  • 修复了使用 Pasta 网络驱动的无根容器无法正确处理宿主机上 localhost DNS 解析器,导致 DNS 解析问题的情况 (#22044)。
  • 修复了 Podman 在 FreeBSD 主机上错误提示 cgroups v1 系统不再受支持的问题。
  • 修复了 HyperV podman machine 虚拟机要求系统必须安装 SSH 客户端的问题 (#22075)。
  • 修复了远程 Podman 客户端在执行 podman build 命令时,从无根客户端连接至有根服务端无法正常工作的问题 (#22109)。

其他

  • podman machine 的 HyperV 驱动程序现将在缺少管理员权限时立即报错终止(此前仅在执行需要管理员权限的操作时才会报错)。

更新内容 (原始)

Bugfixes

  • Fixed a bug where rootless containers using the Pasta network driver did not properly handle localhost DNS resolvers on the host leading to DNS resolution issues (#22044).
  • Fixed a bug where Podman would warn that cgroups v1 systems were no longer supported on FreeBSD hosts.
  • Fixed a bug where HyperV podman machine VMs required an SSH client be installed on the system (#22075).
  • Fixed a bug that prevented the remote Podman client’s podman build command from working properly when connecting from a rootless client to a rootful server (#22109).

Misc

  • The HyperV driver to podman machine now fails immediately if admin privileges are not available (previously, it would only fail when it reached operations that required admin privileges).

下载链接