diff --git a/_service b/_service index 162d28d..e57832e 100644 --- a/_service +++ b/_service @@ -2,7 +2,7 @@ https://github.com/containers/podman.git git - v3.4.1 + v3.4.2 @PARENT_TAG@ enable v(.*) diff --git a/_servicedata b/_servicedata index 555bac1..8ab17fd 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/containers/podman.git - a6493ae6904a5b7dde2395a374cb77fc45c8a3bc \ No newline at end of file + 2ad1fd3555de12de34e20898cc2ef901f08fe5ed \ No newline at end of file diff --git a/podman-3.4.1.tar.xz b/podman-3.4.1.tar.xz deleted file mode 100644 index 47d6dad..0000000 --- a/podman-3.4.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ab11b9fdf94b96f0c0f289750ee3701b19061fb3327b043a5eb8547b78da7f36 -size 6525056 diff --git a/podman-3.4.2.tar.xz b/podman-3.4.2.tar.xz new file mode 100644 index 0000000..f66857d --- /dev/null +++ b/podman-3.4.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05a2cbd8cfb2d182cf6974205be6ee23ee1e1f97fc8070092fd62800085958b9 +size 6517304 diff --git a/podman.changes b/podman.changes index 2c9414f..1ddb386 100644 --- a/podman.changes +++ b/podman.changes @@ -1,3 +1,45 @@ +------------------------------------------------------------------- +Sat Nov 13 11:21:06 UTC 2021 - michael@stroeder.com + +- Update to version 3.4.2: + * Fixed a bug where podman tag could not tag manifest lists (#12046). + * Fixed a bug where built-in volumes specified by images would not be + created correctly under some circumstances. + * Fixed a bug where, when using Podman Machine on OS X, containers in pods + did not have working port forwarding from the host (#12207). + * Fixed a bug where the podman network reload command command on containers + using the slirp4netns network mode and the rootlessport port forwarding + driver would make an unnecessary attempt to restart rootlessport + on containers that did not forward ports. + * Fixed a bug where the podman generate kube command would generate YAML + including some unnecessary (set to default) fields (e.g. empty SELinux and + DNS configuration blocks, and the privileged flag when set to false) (#11995). + * Fixed a bug where the podman pod rm command could, if interrupted at the right moment, + leave a reference to an already-removed infra container behind (#12034). + * Fixed a bug where the podman pod rm command would not remove pods with + more than one container if all containers save for the infra container + were stopped unless --force was specified (#11713). + * Fixed a bug where the --memory flag to podman run and podman create did + not accept a limit of 0 (which should specify unlimited memory) (#12002). + * Fixed a bug where the remote Podman client's podman build command could + attempt to build a Dockerfile in the working directory of the podman + system service instance instead of the Dockerfile specified by the user (#12054). + * Fixed a bug where the podman logs --tail command could function improperly + (printing more output than requested) when the journald log driver was used. + * Fixed a bug where containers run using the slirp4netns network mode with + IPv6 enabled would not have IPv6 connectivity until several seconds after they started (#11062). + * Fixed a bug where some Podman commands could cause an extra dbus-daemon + process to be created (#9727). + * Fixed a bug where rootless Podman would sometimes print warnings + about a failure to move the pause process into a given CGroup (#12065). + * Fixed a bug where the checkpointed field in podman inspect on a container + was not set to false after a container was restored. + * Fixed a bug where the podman system service command would print + overly-verbose logs about request IDs (#12181). + * Fixed a bug where Podman could, when creating a new container without a name + explicitly specified by the user, sometimes use an auto-generated name already + in use by another container if multiple containers were being created in parallel (#11735). + ------------------------------------------------------------------- Wed Oct 20 14:55:38 UTC 2021 - michael@stroeder.com diff --git a/podman.spec b/podman.spec index 472235d..94febb9 100644 --- a/podman.spec +++ b/podman.spec @@ -22,7 +22,7 @@ %define with_libostree 1 %endif Name: podman -Version: 3.4.1 +Version: 3.4.2 Release: 0 Summary: Daemon-less container engine for managing containers, pods and images License: Apache-2.0