RedHat.Podman.locale.en-US.yaml 5.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. # Created with YamlCreate.ps1 v2.0.7 using InputObject 🤖 $debug=QUSU-7-2-1
  2. # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json
  3. PackageIdentifier: RedHat.Podman
  4. PackageVersion: 4.0.3
  5. PackageLocale: en-US
  6. Publisher: Red Hat Inc.
  7. PublisherUrl: https://podman.io/
  8. PublisherSupportUrl: https://podman.io/community/
  9. # PrivacyUrl:
  10. Author: Red Hat Inc.
  11. PackageName: Podman
  12. PackageUrl: https://podman.io/
  13. License: Apache-2.0
  14. LicenseUrl: https://github.com/containers/podman/blob/main/LICENSE
  15. # Copyright:
  16. # CopyrightUrl:
  17. ShortDescription: A daemonless container engine for developing, managing, and running OCI Containers
  18. Description: Podman is a daemonless, open source, Linux native tool designed to make it easy to find, run, build, share and deploy applications using Open Containers Initiative (OCI) Containers and Container Images. Podman provides a command line interface (CLI) familiar to anyone who has used the Docker Container Engine. Most users can simply alias Docker to Podman (alias docker=podman) without any problems. Similar to other common Container Engines (Docker, CRI-O, containerd), Podman relies on an OCI compliant Container Runtime (runc, crun, runv, etc) to interface with the operating system and create the running containers. This makes the running containers created by Podman nearly indistinguishable from those created by any other common container engine.
  19. # Moniker:
  20. Tags:
  21. - container
  22. - docker
  23. - image
  24. - pod
  25. # Agreements:
  26. ReleaseNotes: |-
  27. Security
  28. - This release fixes CVE-2022-27649, where containers run by Podman would have excess inheritable capabilities set.
  29. Changes
  30. - The `podman machine rm --force` command will now remove running machines as well (such machines are shut down first, then removed) (#13448).
  31. - When a `podman machine` VM is started that is using a too-old VM image, it will now start in a reduced functionality mode, and provide instructions on how to recreate it (previously, VMs were effectively unusable) (#13510).
  32. Bugfixes
  33. - Fixed a bug where devices added to containers by the `--device` option to `podman run` and `podman create` would not be accessible within the container.
  34. - Fixed a bug where Podman would refuse to create containers when the working directory in the container was a symlink (#13346).
  35. - Fixed a bug where pods would be created with cgroups even if cgroups were disabled in `containers.conf` (#13411).
  36. - Fixed a bug where the `podman play kube` command would produce confusing errors if invalid YAML with duplicated container named was passed (#13332).
  37. - Fixed a bug where the `podman machine rm` command would not remove the Podman API socket on the host that was associated with the VM.
  38. - Fixed a bug where the remote Podman client was unable to properly resize the TTYs of containers on non-Linux OSes.
  39. - Fixed a bug where rootless Podman could hang indefinitely when starting containers on systems with IPv6 disabled (#13388).
  40. - Fixed a bug where the `podman version` command could sometimes print excess blank lines as part of its output.
  41. - Fixed a bug where the `podman generate systemd` command would sometimes generate systemd services with names beginning with a hyphen (#13272).
  42. - Fixed a bug where locally building the pause image could fail if the current directory contained a `.dockerignore` file (#13529).
  43. - Fixed a bug where root containers in VMs created by `podman machine` could not bind ports to specific IPs on the host (#13543).
  44. - Fixed a bug where the storage utilization percentages displayed by `podman system df` were incorrect (#13516).
  45. - Fixed a bug where the CPU utilization percentages displayed by `podman stats` were incorrect (#13597).
  46. - Fixed a bug where containers created with the `--no-healthcheck` option would still display healthcheck status in `podman inspect` (#13578).
  47. - Fixed a bug where the `podman pod rm` command could print a warning about a missing cgroup (#13382).
  48. - Fixed a bug where the `podman exec` command could sometimes print a `timed out waiting for file` error after the process in the container exited (#13227).
  49. - Fixed a bug where virtual machines created by `podman machine` were not tolerant of changes to the path to the qemu binary on the host (#13394).
  50. - Fixed a bug where the remote Podman client's `podman build` command did not properly handle the context directory if a Containerfile was manually specified using `-f` (#13293).
  51. - Fixed a bug where Podman would not properly detect the use of `systemd` as PID 1 in a container when the entrypoint was prefixed with `/bin/sh -c` (#13324).
  52. - Fixed a bug where rootless Podman could, on systems that do not use `systemd` as init, print a warning message about the rootless network namespace (#13703).
  53. - Fixed a bug where the default systemd unit file for `podman system service` did not delegate all cgroup controllers, resulting in `podman info` queries against the remote API returning incorrect cgroup controllers (#13710).
  54. - Fixed a bug where the `slirp4netns` port forwarder for rootless Podman would only publish the first port of a range (#13643).
  55. API
  56. - Fixed a bug where the Compat Create API for containers did not properly handle permissions for tmpfs mounts (#13108).
  57. Misc
  58. - The static binary for Linux is now built with CGo disabled to avoid panics due to a Golang bug (#13557).
  59. - Updated Buildah to v1.24.3
  60. - Updated the containers/storage library to v1.38.3
  61. - Updated the containers/image library to v5.19.2
  62. - Updated the containers/common library to v0.47.5
  63. ReleaseNotesUrl: https://github.com/containers/podman/releases/tag/v4.0.3
  64. ManifestType: defaultLocale
  65. ManifestVersion: 1.1.0