Accepting request 647520 from devel:kubic
OBS-URL: https://build.opensuse.org/request/show/647520 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/podman?expand=0&rev=29
This commit is contained in:
parent
a2d6be2fa2
commit
f86d9431e4
4
_service
4
_service
@ -4,8 +4,8 @@
|
||||
<param name="url">https://github.com/containers/libpod.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="filename">podman</param>
|
||||
<param name="versionformat">0.10.1.1</param>
|
||||
<param name="revision">v0.10.1.1</param>
|
||||
<param name="versionformat">0.11.1</param>
|
||||
<param name="revision">v0.11.1</param>
|
||||
</service>
|
||||
|
||||
<service name="set_version" mode="disabled">
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c59d3ea162665aba7cc91e70769d319034a7a5f1f31c9c8913c3689a5ba2c8e9
|
||||
size 3287484
|
3
podman-0.11.1.tar.xz
Normal file
3
podman-0.11.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:21c6d78311e36dc48eec87a2dec06a952e485493df289c6dec60ae4dcf241aa4
|
||||
size 3313308
|
@ -1,3 +1,53 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 9 07:46:46 UTC 2018 - Valentin Rothberg <vrothberg@suse.com>
|
||||
|
||||
- Changelog for v0.11.1 (2018-11-08)
|
||||
* update seccomp.json
|
||||
* Touch up --log* options and daemons in man pages
|
||||
* Don't fail if /etc/passwd or /etc/group does not exists
|
||||
* Properly set Running state when starting containers
|
||||
* If a container ceases to exist in runc, set exit status
|
||||
* rootless: mount /sys/fs/cgroup/systemd from the host
|
||||
* rootless: don't bind mount /sys/fs/cgroup/systemd in systemd mode
|
||||
* Add hostname to /etc/hosts
|
||||
* Remove conmon cgroup before pod cgroup for cgroupfs
|
||||
* Make kill, pause, and unpause parallel.
|
||||
* Fix long image name handling
|
||||
* Make restart parallel and add --all
|
||||
* rootless: do not add an additional /run to runroot
|
||||
* rootless: avoid hang on failed slirp4netns
|
||||
* Fix setting of version information
|
||||
* runtime: do not allow runroot longer than 50 characters
|
||||
* attach: fix attach when cuid is too long
|
||||
* truncate command output in ps by default
|
||||
* make various changes to ps output
|
||||
* Use two spaces to pad PS fields
|
||||
* fix bug in rm -fa parallel deletes
|
||||
* Ensure test container in running state
|
||||
* Add tests for selinux labels
|
||||
* Add --max-workers and heuristics for parallel operations
|
||||
* Increase security and performance when looking up groups
|
||||
* run prepare in parallel
|
||||
* runlabel: run any command
|
||||
* Explain the device format in man pages
|
||||
* Add --all and --latest to checkpoint/restore
|
||||
* Use more reliable check for rootless for firewall init
|
||||
* Make podman ps fast
|
||||
* Support auth file environment variable in podman build
|
||||
* fix environment variable parsing
|
||||
* Use the CRIU version check in checkpoint/restore
|
||||
* Handle http/https in registry given to login/out
|
||||
* correct stats err with non-running containers
|
||||
* Make rm faster
|
||||
* Fix man page to show info on storage
|
||||
|
||||
- Changelog for v0.10.1.3 (2018-10-17)
|
||||
* Vendor in new new buildah/ci
|
||||
* Fix podman in podman
|
||||
|
||||
- Changelog for v0.10.1.2 (2018-10-17)
|
||||
* Fix CGroup paths used for systemd CGroup mount
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 30 06:57:08 UTC 2018 - Valentin Rothberg <vrothberg@suse.com>
|
||||
|
||||
|
@ -24,7 +24,7 @@
|
||||
%define with_libostree 1
|
||||
%endif
|
||||
Name: podman
|
||||
Version: 0.10.1.1
|
||||
Version: 0.11.1
|
||||
Release: 0
|
||||
Summary: Debugging tool for pods and images
|
||||
License: Apache-2.0
|
||||
|
Loading…
Reference in New Issue
Block a user