forked from pool/podman
Accepting request 626429 from devel:CaaSP:Head:ControllerNode
OBS-URL: https://build.opensuse.org/request/show/626429 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/podman?expand=0&rev=21
This commit is contained in:
parent
1f1df8a9b4
commit
eddbc6a0df
4
_service
4
_service
@ -4,8 +4,8 @@
|
|||||||
<param name="url">https://github.com/projectatomic/libpod.git</param>
|
<param name="url">https://github.com/projectatomic/libpod.git</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="filename">podman</param>
|
<param name="filename">podman</param>
|
||||||
<param name="versionformat">0.7.3</param>
|
<param name="versionformat">0.7.4</param>
|
||||||
<param name="revision">v0.7.3</param>
|
<param name="revision">v0.7.4</param>
|
||||||
</service>
|
</service>
|
||||||
|
|
||||||
<service name="recompress" mode="disabled">
|
<service name="recompress" mode="disabled">
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:481258dddc392034ecfecb3b474e30daab290050c21c6a47027eee4e9c28ac82
|
|
||||||
size 3141172
|
|
3
podman-0.7.4.tar.xz
Normal file
3
podman-0.7.4.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:9648f4bc051456389e9d6cf0e92262d843566bb654230617e1536fc60d220cb1
|
||||||
|
size 3157452
|
@ -1,3 +1,30 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jul 30 05:45:52 UTC 2018 - vrothberg@suse.com
|
||||||
|
|
||||||
|
- Changelog for v0.7.4 (2018-07-27)
|
||||||
|
* Add pod pause/unpause
|
||||||
|
* Fix up docker compatibility messages
|
||||||
|
* Fix handling of Linux network namespaces
|
||||||
|
* Cleanup descriptions and help information
|
||||||
|
* Add pod kill
|
||||||
|
* Added pod restart
|
||||||
|
* podman: allow to specify the IPC namespace to join
|
||||||
|
* podman: allow to specify the UTS namespace to join
|
||||||
|
* podman: allow to specify the PID namespace to join
|
||||||
|
* podman: allow to specify the userns to join
|
||||||
|
* spec: allow container:NAME network mode
|
||||||
|
* Add libpod namespace to config
|
||||||
|
* Add missing runtime.go lines to set namespace
|
||||||
|
* Set namespace for new pods/containers based on runtime
|
||||||
|
* Add --namespace flag to Podman
|
||||||
|
* Update documentation for the State interface
|
||||||
|
* Ensure pods are part of the set namespace when added
|
||||||
|
* Enforce namespace checks on container add
|
||||||
|
* Add container and pod namespaces to configs
|
||||||
|
* AppArmor: runtime check if it's enabled on the host
|
||||||
|
* Add format descriptors infor to podman top
|
||||||
|
* docs/podman-top: fix typo and whitespace
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jul 23 06:18:32 UTC 2018 - vrothberg@suse.com
|
Mon Jul 23 06:18:32 UTC 2018 - vrothberg@suse.com
|
||||||
|
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
%define with_libostree 1
|
%define with_libostree 1
|
||||||
%endif
|
%endif
|
||||||
Name: podman
|
Name: podman
|
||||||
Version: 0.7.3
|
Version: 0.7.4
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Debugging tool for pods and images
|
Summary: Debugging tool for pods and images
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
|
Loading…
Reference in New Issue
Block a user