Skip to content

Commit

Permalink
Version 1.1.0-rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
pnx committed Feb 28, 2024
1 parent f7d020b commit 79d2496
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 8 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -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 <[email protected]> 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.
Expand Down

0 comments on commit 79d2496

Please sign in to comment.