Releases: jlucktay/goppuku
Releases · jlucktay/goppuku
v0.5.0
Changelog
9ed8727 build: misc. tidying
e8dd8f4 feat: move (re)dial inside monitor loop, to cover server bounces
a0ff553 refactor: error handling
v0.4.2
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
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
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
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
Changelog
bc8d21f Bump another tag.
v0.1.2
Changelog
7e9fa8c Properly rename module/binary.
v0.1.1
Changelog
c4c3d32 Fix up GoReleaser version injection.
v0.1.0
Changelog
7067078 Add beginnings of version plumbing.
f3ab40f Configure GoReleaser to embed version details.
e09eefa Log version details at startup.
v0.0.5
Changelog
bdcb96d Mask RCON password in log output.
536dc25 Refactor password fetch func.
fcc48a4 Extend backoff window a little more.