mirror of
https://github.com/eosswedenorg/thalos
synced 2026-06-17 04:30:03 +02:00
Version 1.1.3
This commit is contained in:
parent
a9a129e418
commit
e2443dcd27
3 changed files with 13 additions and 2 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=1.1.2
|
||||
PROGRAM_VERSION=1.1.3
|
||||
PREFIX=/usr/local
|
||||
BINDIR=$(PREFIX)/bin
|
||||
CFGDIR=$(PREFIX)/etc/thalos
|
||||
|
|
|
|||
11
debian/changelog
vendored
11
debian/changelog
vendored
|
|
@ -1,3 +1,14 @@
|
|||
thalos (1.1.3) bionic focal jammy; urgency=medium
|
||||
|
||||
* Updated antelope-go library to v0.1.2 that fixes a bug in abi binary
|
||||
decoder, it expects some fields to be strings while they are "names"
|
||||
(strings encoded into a int64)
|
||||
* Fix a bug with "set_abi" struct had the wrong order of fields in ShipProcessor.updateAbiFromAction()
|
||||
* Fix a bug in ShipProcessor.updateAbiFromAction() that assumed the abi
|
||||
was in hex format when in fact it is binary.
|
||||
|
||||
-- Henrik Hautakoski <henrik.hautakoski@gmail.com> Wed, 03 Jul 2024 18:05:33 +0200
|
||||
|
||||
thalos (1.1.2) bionic focal jammy; urgency=medium
|
||||
|
||||
* API: Fix a bug regarding json timestamp being encoded/decoded with wrong
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
FROM alpine:latest
|
||||
LABEL maintainer="Henrik Hautakoski <henrik.Hautakoski@gmail.com>"
|
||||
ARG VERSION=1.1.2
|
||||
ARG VERSION=1.1.3
|
||||
WORKDIR /thalos
|
||||
ADD --chmod=755 https://github.com/eosswedenorg/thalos/releases/download/v$VERSION/thalos-server-${VERSION}-linux-amd64-musl thalos-server
|
||||
ENTRYPOINT [ "./thalos-server" ]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue