Skip to content

Releases: jlucktay/goppuku

v0.5.0

12 Nov 17:40
e8dd8f4
Compare
Choose a tag to compare

Changelog

9ed8727 build: misc. tidying
e8dd8f4 feat: move (re)dial inside monitor loop, to cover server bounces
a0ff553 refactor: error handling

v0.4.2

21 Jul 07:25
2b8a0aa
Compare
Choose a tag to compare

Changelog

485a2ff build(goppuku): add Makefile and Dockerfile
498e2c1 build(versioning): update symbols to embed version details with
2b8a0aa chore(git ignore): binary outputs

v0.4.1

21 Jul 06:59
930ec74
Compare
Choose a tag to compare

Changelog

930ec74 refactor(config): break larger struct down into two smaller structs
59a9165 refactor(monitor timing): make monitor interval and timeout both configurable durations

v0.4.0

21 Jul 06:59
f964f73
Compare
Choose a tag to compare

Changelog

f964f73 refactor(go module): rename to fix spelink mistaek
09901fd refactor(main): move main to its own cmd package to aid testability

v0.3.0

21 Jun 08:13
17e9ca6
Compare
Choose a tag to compare

Changelog

3c3ddc2 Add Go runtime to version details.
544fd7a Fetch project ID from metadata, rather than hard-code.
ca83a51 Fix up comments as per golangci-lint feedback.
17e9ca6 Remove deprecated flag.
e24d479 Rename logger token.
a156b0f Update Go module custom path.
5d971e6 Wire RCON config to env vars.
4167874 Wrap placeholder errors.
134f43b go mod tidy

v0.2.3

25 Jan 09:24
bc8d21f
Compare
Choose a tag to compare

Changelog

bc8d21f Bump another tag.

v0.1.2

03 Jan 23:58
7e9fa8c
Compare
Choose a tag to compare

Changelog

7e9fa8c Properly rename module/binary.

v0.1.1

01 Jan 22:11
c4c3d32
Compare
Choose a tag to compare

Changelog

c4c3d32 Fix up GoReleaser version injection.

v0.1.0

31 Dec 20:28
e09eefa
Compare
Choose a tag to compare

Changelog

7067078 Add beginnings of version plumbing.
f3ab40f Configure GoReleaser to embed version details.
e09eefa Log version details at startup.

v0.0.5

30 Dec 09:32
bdcb96d
Compare
Choose a tag to compare

Changelog

bdcb96d Mask RCON password in log output.
536dc25 Refactor password fetch func.
fcc48a4 Extend backoff window a little more.