Skip to content

Commit

Permalink
Version 1.1.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
pnx committed Feb 19, 2024
1 parent a2a9e10 commit e046484
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
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
PROGRAM_VERSION=1.0.0-rc1
PREFIX=/usr/local
BINDIR=$(PREFIX)/bin
CFGDIR=$(PREFIX)/etc/thalos
Expand Down
19 changes: 18 additions & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
@@ -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 <[email protected]> Mon, 19 Feb 2024 14:27:40 +0100

thalos (1.0.0) bionic focal jammy; urgency=medium

* Improved code documentation.
Expand Down Expand Up @@ -90,4 +107,4 @@ thalos-server (0.1.0) bionic focal jammy; urgency=medium

Initial release.

-- Henrik Hautakoski <[email protected]> Sun, 14 May 2023 18:17:35 +0200
-- Henrik Hautakoski <[email protected]> Sun, 14 May 2023 18:17:35 +0200

0 comments on commit e046484

Please sign in to comment.