Accepting request 823376 from devel:kubic

OBS-URL: https://build.opensuse.org/request/show/823376
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/conmon?expand=0&rev=15
This commit is contained in:
Dominique Leuenberger 2020-07-30 07:58:51 +00:00 committed by Git OBS Bridge
parent ad1e3268d9
commit 36e7f4abe9
5 changed files with 26 additions and 6 deletions

View File

@ -2,8 +2,8 @@
<service name="tar_scm" mode="disabled">
<param name="url">https://github.com/containers/conmon</param>
<param name="scm">git</param>
<param name="versionformat">2.0.17</param>
<param name="revision">v2.0.17</param>
<param name="versionformat">2.0.20</param>
<param name="revision">v2.0.20</param>
</service>
<service name="recompress" mode="disabled">
<param name="file">conmon-*.tar</param>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a17dd5d6cbad469c5549d0f4d5d8d76eb075810f284df531c2c9e108fdb805ed
size 54280

3
conmon-2.0.20.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e8028468d5dd05f35f994970009db58ec18e861b2ccae1d2a882101de70d3d8e
size 56284

View File

@ -1,3 +1,23 @@
-------------------------------------------------------------------
Wed Jul 29 10:20:58 UTC 2020 - Sascha Grunert <sgrunert@suse.com>
- Update to v2.0.20
- journald: fix logging container name
- container logging: Implement none driver - "off", "null" or
"none" all work.
- ctrl: warn if we fail to unlink
- Drop fsync calls
- Reap PIDs before running exit command
- Fix log path parsing
- Add --sync option to prevent conmon from double forking
- Add --no-sync-log option to instruct conmon to not sync the
logs of the containers upon shutting down. This feature fixes a
regression where we unconditionally dropped the log sync. It is
possible the container logs could be corrupted on a sudden
power-off. If you need container logs to remain in consistent
state after a sudden shutdown, please update from v2.0.19 to
v2.0.20
-------------------------------------------------------------------
Wed May 27 06:55:07 UTC 2020 - Sascha Grunert <sgrunert@suse.com>

View File

@ -17,7 +17,7 @@
Name: conmon
Version: 2.0.17
Version: 2.0.20
Release: 0
Summary: An OCI container runtime monitor
License: Apache-2.0