Skip to content
This repository has been archived by the owner on Apr 10, 2020. It is now read-only.

Releases: AppliedTrust/traildash

Debugging update

14 Aug 20:33
Compare
Choose a tag to compare

Additional logging to try and debug issue #21.

Also updated AWS library.

Binaries only - no docker updates for this release.

Minor feature/bug update

12 Mar 03:18
Compare
Choose a tag to compare

Updates/bugfixes:

  • SQS long polling
  • Backfill script (@Tenzer)
  • Support IAM roles (@atward)
  • Swallow CloudTrail validation messages

See the README for directions on running the Docker image (recommended).

Linux binary:

curl -sfL https://github.com/AppliedTrust/traildash/releases/download/v0.0.9/traildash-linux-amd64-v0.0.9.tar.gz | tar xvzf - > traildash

OSX binary:

curl -sfL https://github.com/AppliedTrust/traildash/releases/download/v0.0.9/traildash-darwin-amd64-v0.0.9.tar.gz | tar xvzf - > traildash

Initial binary release

26 Feb 16:33
Compare
Choose a tag to compare

See the README for directions on running the Docker image (recommended).

Linux binary:

curl -sfL https://github.com/AppliedTrust/traildash/releases/download/v0.0.8/traildash-linux-amd64-v0.0.8.tar.gz | tar xvzf - > traildash

OSX binary:

curl -sfL https://github.com/AppliedTrust/traildash/releases/download/v0.0.8/traildash-darwin-amd64-v0.0.8.tar.gz | tar xvzf - > traildash