From 054d11e3298388252521e33d8c0c208790a8272a Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Thu, 15 Jun 2023 16:34:39 +0200 Subject: [PATCH] Version 0.1.2 --- Makefile | 2 +- debian/changelog | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 79ba0ca..056ee9c 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ GO=go GOBUILDFLAGS=-v -ldflags="-v -s -w -X main.VersionString=$(PROGRAM_VERSION)" PROGRAM=thalos-server -PROGRAM_VERSION=0.1.1 +PROGRAM_VERSION=0.1.2 PREFIX=/usr/local BINDIR=$(PREFIX)/bin CFGDIR=$(PREFIX)/etc/thalos diff --git a/debian/changelog b/debian/changelog index f6a6bb8..276c2f8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +thalos (0.1.2) bionic focal jammy; urgency=medium + + * API: Adding receipt to ActionTrace. + * Update redis package to v9 + * Adding thalos-tools program with benchmark and validate tools. + + -- Henrik Hautakoski Thu, 15 Jun 2023 12:08:57 +0200 + thalos-server (0.1.1) bionic focal jammy; urgency=medium * Backoff algorithm when reconnecting