diff --git a/_service b/_service index e600181..810cbdc 100644 --- a/_service +++ b/_service @@ -4,8 +4,8 @@ https://github.com/containers/podman.git git podman -2.2.0 -v2.2.0 +2.2.1 +v2.2.1 diff --git a/podman-2.2.0.tar.xz b/podman-2.2.0.tar.xz deleted file mode 100644 index 3885497..0000000 --- a/podman-2.2.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:58f5ef48c1d4480a16d0f29789ce87fd85999aebeb09d02812f8f2decfd0f3f0 -size 5617408 diff --git a/podman-2.2.1.tar.xz b/podman-2.2.1.tar.xz new file mode 100644 index 0000000..1abb72f --- /dev/null +++ b/podman-2.2.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c2470aef742aba369f1ffb409c81f1e3f4c0cfaba02590384ed0cdedde858c4 +size 5621768 diff --git a/podman.changes b/podman.changes index 857c1fb..93cfc95 100644 --- a/podman.changes +++ b/podman.changes @@ -1,3 +1,55 @@ +------------------------------------------------------------------- +Tue Jan 5 18:14:52 UTC 2021 - Michael Ströder + +- Update to v2.2.1 + * Changes + - Due to a conflict with a previously-removed field, we were forced to + modify the way image volumes (mounting images into containers using + --mount type=image) were handled in the database. + As a result, containers created in Podman 2.2.0 with image volume + will not have them in v2.2.1, and these containers will need to be re-created. + * Bugfixes + - Fixed a bug where rootless Podman would, on systems without the + XDG_RUNTIME_DIR environment variable defined, use an incorrect path + for the PID file of the Podman pause process, causing Podman to fail + to start (#8539). + - Fixed a bug where containers created using Podman v1.7 and earlier were + unusable in Podman due to JSON decode errors (#8613). + - Fixed a bug where Podman could retrieve invalid cgroup paths, instead + of erroring, for containers that were not running. + - Fixed a bug where the podman system reset command would print a warning + about a duplicate shutdown handler being registered. + - Fixed a bug where rootless Podman would attempt to mount sysfs in + circumstances where it was not allowed; some OCI runtimes (notably + crun) would fall back to alternatives and not fail, but others + (notably runc) would fail to run containers. + - Fixed a bug where the podman run and podman create commands would fail + to create containers from untagged images (#8558). + - Fixed a bug where remote Podman would prompt for a password even when + the server did not support password authentication (#8498). + - Fixed a bug where the podman exec command did not move the Conmon + process for the exec session into the correct cgroup. + - Fixed a bug where shell completion for the ancestor option to + podman ps --filter did not work correctly. + - Fixed a bug where detached containers would not properly clean themselves + up (or remove themselves if --rm was set) if the Podman command that + created them was invoked with --log-level=debug. + * API + - Fixed a bug where the Compat Create endpoint for Containers did not + properly handle the Binds and Mounts parameters in HostConfig. + - Fixed a bug where the Compat Create endpoint for Containers + ignored the Name query parameter. + - Fixed a bug where the Compat Create endpoint for Containers did not + properly handle the "default" value for NetworkMode (this value is + used extensively by docker-compose) (#8544). + - Fixed a bug where the Compat Build endpoint for Images would sometimes + incorrectly use the target query parameter as the image's tag. + * Misc + - Podman v2.2.0 vendored a non-released, custom version of the + github.com/spf13/cobra package; this has been reverted to the latest + upstream release to aid in packaging. + - Updated the containers/image library to v5.9.0 + ------------------------------------------------------------------- Wed Dec 2 13:24:06 UTC 2020 - Richard Brown diff --git a/podman.spec b/podman.spec index 643aafb..579fa4d 100644 --- a/podman.spec +++ b/podman.spec @@ -22,7 +22,7 @@ %define with_libostree 1 %endif Name: podman -Version: 2.2.0 +Version: 2.2.1 Release: 0 Summary: Daemon-less container engine for managing containers, pods and images License: Apache-2.0