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:
Joachim Wiberg
2024-04-03 16:08:37 +02:00
parent 34203db00a
commit 1baa1c5716
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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