diff --git a/podman-0.11.1.1.tar.xz b/podman-0.11.1.1.tar.xz deleted file mode 100644 index be0a5bd..0000000 --- a/podman-0.11.1.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c08a5c76f440817b902f4d13c0e570b913f58e3f99c804e5bd954ecc1e1bbed5 -size 3314560 diff --git a/podman-0.12.1.2.tar.xz b/podman-0.12.1.2.tar.xz new file mode 100644 index 0000000..22b556a --- /dev/null +++ b/podman-0.12.1.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:265ff7eb7d239de57c6218845e5ade95080f3382308f3fd9a5b64e1b439c29ea +size 3435884 diff --git a/podman.changes b/podman.changes index 1afdf58..5174e3e 100644 --- a/podman.changes +++ b/podman.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Tue Jan 8 11:20:42 UTC 2019 - Richard Brown + +- Update to v0.12.1.2 + * Rootless Podman now creates the storage.conf, libpod.conf, and mounts.conf configuration files automatically in ~/.config/containers/ for ease of reconfiguration + * The podman pod create command can expose ports in the pod's network namespace, allowing public services to be created in pods + * The podman container checkpoint command can now keep containers running after they are checkpointed with the --leave-running flag + * The podman container checkpoint and podman container restore commands now support the --tcp-established flag to checkpoint and restore containers with active TCP connections + * The podman version command now has a --format flag to produce machine-readable output + * Added the podman container exists, podman pod exists, and podman image exists commands to easily check for a container/pod/image, respectively, by name or ID + * The podman ps --pod flag now has a short alias, -p + * The podman rmi and podman rm commands now have a --prune flag to prune unused images and containers, respectively + * The podman ps command now has a --sync flag to force a sync of Podman's state against the OCI runtime, resolving some state desync errors + * Added the podman volume set of commands for creating and managing local-only named volumes + * Added the podman generate kube command to generate Kubernetes Pod and Service YAML for Podman containers and pods + * The podman pod stop flag now accepts a --timeout flag to set the timeout for stopping containers in the pod + ------------------------------------------------------------------- Tue Dec 18 09:40:40 UTC 2018 - Marco Vedovati diff --git a/podman.spec b/podman.spec index be4e645..0872983 100644 --- a/podman.spec +++ b/podman.spec @@ -24,7 +24,7 @@ %define with_libostree 1 %endif Name: podman -Version: 0.11.1.1 +Version: 0.12.1.2 Release: 0 Summary: Daemon-less container engine for managing containers, pods and images License: Apache-2.0