diff --git a/Makefile b/Makefile index a9d2b82..82e1cad 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 +PROGRAM_VERSION=1.0.0-rc1 PREFIX=/usr/local BINDIR=$(PREFIX)/bin CFGDIR=$(PREFIX)/etc/thalos diff --git a/debian/changelog b/debian/changelog index 8dee4ee..a320dc1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,20 @@ +thalos (1.1.0~rc1) bionic focal jammy; urgency=medium + + * Adding flags for almost all config values. + * Improved disconnect code for ship client. + - Application now waits for ship to reply with a close message before exiting + the application. + - The application now recognizes an close error and no longer reports is as + an actual error to the log. + * Application only calls "GetInfo" from the antelope API once and only if it actually needs the information. + * CI: update actions/checkout to version 4 + * CI: update actions/setup-go to version 5 + * golang: update github.com/eosswedenorg-go/antelope-ship-client to v0.2.7 + * golang: switched github.com/pborman/getopt for github.com/spf13/cobra + * golang: use github.com/spf13/viper to handle configuration. + + -- Henrik Hautakoski Mon, 19 Feb 2024 14:27:40 +0100 + thalos (1.0.0) bionic focal jammy; urgency=medium * Improved code documentation. @@ -90,4 +107,4 @@ thalos-server (0.1.0) bionic focal jammy; urgency=medium Initial release. - -- Henrik Hautakoski Sun, 14 May 2023 18:17:35 +0200 \ No newline at end of file + -- Henrik Hautakoski Sun, 14 May 2023 18:17:35 +0200