Accepting request 781862 from devel:kubic
OBS-URL: https://build.opensuse.org/request/show/781862 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/conmon?expand=0&rev=9
This commit is contained in:
parent
6ccaec6a7d
commit
20c1385902
4
_service
4
_service
@ -2,8 +2,8 @@
|
|||||||
<service name="tar_scm" mode="disabled">
|
<service name="tar_scm" mode="disabled">
|
||||||
<param name="url">https://github.com/containers/conmon</param>
|
<param name="url">https://github.com/containers/conmon</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="versionformat">2.0.10</param>
|
<param name="versionformat">2.0.11</param>
|
||||||
<param name="revision">v2.0.10</param>
|
<param name="revision">v2.0.11</param>
|
||||||
</service>
|
</service>
|
||||||
<service name="recompress" mode="disabled">
|
<service name="recompress" mode="disabled">
|
||||||
<param name="file">conmon-*.tar</param>
|
<param name="file">conmon-*.tar</param>
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:8b22286447c9b43d6228b26793771f72317432f06d668c90fd4790642c96f908
|
|
||||||
size 47532
|
|
3
conmon-2.0.11.tar.xz
Normal file
3
conmon-2.0.11.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b08dc38d4a810fe348efe53c2067b8d656474d04d1d392d97f1c6663e440e069
|
||||||
|
size 51448
|
@ -1,9 +1,20 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Mar 5 08:06:24 UTC 2020 - Sascha Grunert <sgrunert@suse.com>
|
||||||
|
|
||||||
|
- Update to v2.0.11
|
||||||
|
- log: reject --log-tag with k8s-file
|
||||||
|
- chmod std files pipes
|
||||||
|
- adjust score to -1000 to prevent conmon from ever being OOM
|
||||||
|
killed
|
||||||
|
- container OOM: verify cgroup hasn't been cleaned up before
|
||||||
|
reporting OOM
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Feb 21 09:22:06 UTC 2020 - Ralf Haferkamp <rhafer@suse.com>
|
Fri Feb 21 09:22:06 UTC 2020 - Ralf Haferkamp <rhafer@suse.com>
|
||||||
|
|
||||||
- Update to v2.0.10 (bsc#1160460, bsc#1164390, jsc#ECO-1048,
|
- Update to v2.0.10 (bsc#1160460, bsc#1164390, jsc#ECO-1048,
|
||||||
jsc#SLE-11485, jsc#SLE-11331):
|
jsc#SLE-11485, jsc#SLE-11331):
|
||||||
- journal logging: write to /dev/null instead of -1
|
- journal logging: write to /dev/null instead of -1
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jan 7 12:20:08 UTC 2020 - Sascha Grunert <sgrunert@suse.com>
|
Tue Jan 7 12:20:08 UTC 2020 - Sascha Grunert <sgrunert@suse.com>
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: conmon
|
Name: conmon
|
||||||
Version: 2.0.10
|
Version: 2.0.11
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: An OCI container runtime monitor
|
Summary: An OCI container runtime monitor
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
|
Loading…
Reference in New Issue
Block a user