mirror of
https://github.com/kernelkit/infix.git
synced 2026-08-06 07:33:01 +02:00
package/k8s-logger: bump to v1.3
Fixes issues with logger not exiting gracefully on signals (at all) and busy-looping on stale FIFO. Related to issue #375 Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
# LICENSE hash locally calculated, .tar.gz hash from GitHub release
|
||||
sha256 01b0285cf2ed7aa2f4c4bc92db3bbe9dcfe75441eda17d93c08b3fe9e32d2111 k8s-logger-1.2.tar.gz
|
||||
sha256 92ea7f2ae6a627638613179e7d10f1b04d6493047a20f96ed033c277be17f808 k8s-logger-1.3.tar.gz
|
||||
sha256 c556e258d3293cb96277912daf43155d9d65194fb5651249d1fdc489265b9a69 LICENSE
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
K8S_LOGGER_VERSION = 1.2
|
||||
K8S_LOGGER_VERSION = 1.3
|
||||
K8S_LOGGER_SITE = https://github.com/kernelkit/k8s-logger/releases/download/v$(K8S_LOGGER_VERSION)
|
||||
K8S_LOGGER_LICENSE = MIT
|
||||
K8S_LOGGER_LICENSE_FILES = LICENSE
|
||||
|
||||
Reference in New Issue
Block a user