🦭

Podman v4.0.1 リリースノート

2022/03/31に公開

Podman v4.0.1がアップストリームでリリースされました。

https://github.com/containers/podman/releases/tag/v4.0.1

リリースノートを日本語に翻訳したものを公開します。どんな内容があるのか把握するのにお役立てください。

以下、リリースノート日本語翻訳


4.0.1

バグ修正

  • Fixed a bug where the podman play kube command did not honor the mountPropagation field in Pod YAML (#13322).

  • Fixed a bug where the --build=false option to podman play kube was not honored (#13285).

  • Fixed a bug where a container using volumes from another container (via --volumes-from) could, under certain circumstances, exit with errors that it could not delete some volumes if the other container did not exit before it (#12808).

  • Fixed a bug where the CONTAINERS_CONF environment variable was not propagated to Conmon, which could result in Podman cleanup processes being run with incorrect configurations.

  • podman play kube コマンドが Pod YAML の mountPropagation フィールドを尊重しないバグを修正しました (#13322).

  • podman play kube--build=false オプションが無視されるバグを修正しました (#13285).

  • 他のコンテナからボリュームを使用するコンテナ (--volumes-from 経由) が、特定の状況下で、他のコンテナがその前に終了しなかった場合、一部のボリュームを削除できないというエラーを出して終了するバグを修正しました (#12808).

  • 環境変数 CONTAINERS_CONF が Conmon に伝搬されず、Podman のクリーンアッププロセスが不正な設定で実行されることがあるバグを修正しました。

Discussion