Skip to content

Releases: akkeris/logtrain

v0.7.1 Release

22 Feb 05:46
4ae395d
Compare
Choose a tag to compare

Fix for CI to arm64.

v0.7.0 Release

22 Feb 05:07
5b90ef8
Compare
Choose a tag to compare
  • arm64 support

v0.6.2 Beta

22 Feb 04:40
ca27f29
Compare
Choose a tag to compare
  • Support for arm64 and powerpc processor builds

v0.6.1 Beta

08 Jan 16:31
a507038
Compare
Choose a tag to compare
  • Fixed closing out db connections on persistent connection
  • Fixed create statement.

v0.6.0 Release

08 Jan 05:39
5f9cc00
Compare
Choose a tag to compare
  • Added persistent test

v0.5.9 Release

08 Jan 05:08
4b63bd6
Compare
Choose a tag to compare
  • Fixed derive hostname panic

v0.5.8 Release

08 Jan 04:42
9011049
Compare
Choose a tag to compare
  • Fix panic in hostname derivation.
  • Added optional configmappings for persistent logs

v0.5.7 Beta

08 Jan 04:08
d446ffb
Compare
Choose a tag to compare
  • Fixes prometheus metrics reporting to not over-report by drain
  • Added persistent drain watching annotations on logs

v0.5.6 Beta

05 Jan 19:59
d339bc8
Compare
Choose a tag to compare
  • Fix logical error in kubernetes file watcher where removing a file that is being watched would stop new files from being discovered.

v0.5.5 Beta

05 Jan 19:39
11da530
Compare
Choose a tag to compare
  • Added ability to tail existing logtail that's been created via GET and POST method to allow the upstream proxy to decide which one to allow. This helps support use cases where we may want to expose a GET end point on a different host and be able to stream the logs via a UI in a browser.