From 79d2496185d8ef5dba4951b4ea009736eb2f27b1 Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Wed, 28 Feb 2024 23:33:03 +0100 Subject: [PATCH] Version 1.1.0-rc2 --- Makefile | 2 +- debian/changelog | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 82e1cad..384a113 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ GO=go GOLDFLAGS=-v -s -w -X main.VersionString=$(PROGRAM_VERSION) GOBUILDFLAGS=-v -p $(shell nproc) -ldflags="$(GOLDFLAGS)" PROGRAM=thalos-server -PROGRAM_VERSION=1.0.0-rc1 +PROGRAM_VERSION=1.1.0-rc2 PREFIX=/usr/local BINDIR=$(PREFIX)/bin CFGDIR=$(PREFIX)/etc/thalos diff --git a/debian/changelog b/debian/changelog index a320dc1..b156561 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +thalos (1.1.0~rc2) bionic focal jammy; urgency=medium + + * Adding `log.file_timestamp_format` config field + * Added cli flag `--log-file-timestamp` + * Directory where log files are stored is created with correct permissions. + + -- Henrik Hautakoski Wed, 28 Feb 2024 23:16:44 +0100 + thalos (1.1.0~rc1) bionic focal jammy; urgency=medium * Adding flags for almost all config values.