Skip to content

Releases: jakewarren/trustar

v0.1.3

12 Nov 18:25
Compare
Choose a tag to compare

Changelog

[0.1.3] - 2019-11-12

Fixed

  • fixed an issue where OAuth tokens were being requested when the autocomplete command was executed

Changed

  • update deps

1f5ca66 add releases badge
7ddea95 extract out report deduplication code
c87ed95 fix bug causing OAuth token to be requested for autocomplete command
e3f86df release v0.1.3
b5e9e3d update README
dc91082 update deps

v0.1.2

01 Nov 20:32
Compare
Choose a tag to compare

Changelog

[0.1.2] - 2019-11-01

Fixed

  • fixed an issue where a report assigned to multiple enclaves would be printed multiple times

Changed

  • changed environment variable names for clarity

17664a1 fix issue where duplicate reports were printed
62bc5a6 release v0.1.2
c81b5e5 rename env variables for clarity
d65df27 update command usage info

v0.1.1

01 Nov 19:14
Compare
Choose a tag to compare

Changelog

[0.1.1] - 2019-11-01

Added

  • resolves enclave ids to enclave names when searching reports

Changed

  • added a verbose flag to get additional debug information
  • added a log flag to write request/response data from TruStar's API

30079cd add changelog
9dd062e add verbose and log parameters
5aa3c24 fix bug that caused cache to be repeatedly refreshed
b70b09a resolve enclave ids to an enclave name for reports

v0.1.0

29 Oct 22:19
Compare
Choose a tag to compare

[0.1.0] - 2019-10-29

  • Initial Release

Changelog

f78effb add Trustar doc links
c0f8d46 add goreleaser
e26b811 add quota command
0480efa add version command
367899c initial commit
ce2c858 update README.md and TODO.md
c1f1370 update todos