mirror of
https://github.com/eosswedenorg/thalos
synced 2026-06-17 04:30:03 +02:00
Version 0.2.1
This commit is contained in:
parent
7ee70c00d7
commit
2a906e8818
2 changed files with 12 additions and 1 deletions
2
Makefile
2
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
|
||||
|
|
|
|||
11
debian/changelog
vendored
11
debian/changelog
vendored
|
|
@ -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 <henrik@eossweden.org> 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue