From 2a906e8818f9b100146a7f2f35d38e02fe3d0cc1 Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Sat, 4 Nov 2023 13:42:42 +0100 Subject: [PATCH] Version 0.2.1 --- Makefile | 2 +- debian/changelog | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ba8b768..d7f64d4 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=0.2.0 +PROGRAM_VERSION=0.2.1 PREFIX=/usr/local BINDIR=$(PREFIX)/bin CFGDIR=$(PREFIX)/etc/thalos diff --git a/debian/changelog b/debian/changelog index 646a2b6..5478e97 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,14 @@ +thalos (0.2.1) bionic focal jammy; urgency=medium + + * new tool: publisher mock (writes test data to redis channels.) + * golang: Drop support for 1.18, 1.19 + * new cli flag: "--level" to specify log level. + * new tool: redis ACL config generator. + * tools: adding flags for redis username/password + * code documentation + + -- Henrik Hautakoski Sat, 04 Nov 2023 13:35:06 +0100 + thalos (0.2.0) bionic focal jammy; urgency=medium * Update to use antelope-ship-client v0.2.5