Skip to content

v0.1.6

Compare
Choose a tag to compare
released this 23 Apr 22:01
74aa0c0

Release Notes

Another day, another release. These are the release notes for the version v0.1.6.

New lacework event command

This new command includes two sub-commands, list and show, check them out!

$ lacework event list
  EVENT ID |                TYPE                | SEVERITY |      START TIME      |       END TIME
-----------+------------------------------------+----------+----------------------+-----------------------
        10 | NewViolations                      | High     | 2020-04-20T13:00:00Z | 2020-04-20T14:00:00Z
         4 | VPCNetworkFirewallRuleChanged      | Medium   | 2020-04-16T20:00:00Z | 2020-04-16T21:00:00Z
         8 | VPCNetworkRouteChanged             | Medium   | 2020-04-19T23:00:00Z | 2020-04-20T00:00:00Z
         1 | ProjectOwnershipAssignmentsChanged | Medium   | 2020-04-16T17:00:00Z | 2020-04-16T18:00:00Z
         6 | NewViolations                      | Medium   | 2020-04-18T13:00:00Z | 2020-04-18T14:00:00Z
         3 | VPCNetworkChanged                  | Medium   | 2020-04-16T20:00:00Z | 2020-04-16T21:00:00Z
         2 | CloudStorageIAMPermissionChanged   | Medium   | 2020-04-16T18:00:00Z | 2020-04-16T19:00:00Z
         5 | CloudStorageIAMPermissionChanged   | Low      | 2020-04-17T19:00:00Z | 2020-04-17T20:00:00Z
         9 | VPCNetworkRouteChanged             | Low      | 2020-04-20T04:00:00Z | 2020-04-20T05:00:00Z
         7 | VPCNetworkFirewallRuleChanged      | Low      | 2020-04-19T23:00:00Z | 2020-04-20T00:00:00Z

Features

  • feat(api): add EventsService to inspect events (Salim Afiune Maya)(533a271)
  • feat(api): add Details func to EventsService (Salim Afiune Maya)(56b95ca)
  • feat(cli): new event list command (Salim Afiune Maya)(d7c9f9e)
  • feat(cli): new event show command (Salim Afiune Maya)(8f75c78)
  • feat(cli): --noninteractive mode flag (Salim Afiune Maya)(10536af)

Bug Fixes

  • fix(api): omitempty integration responses fields (Salim Afiune Maya)(44e2314)

Documentation Updates

  • docs(cli): document environment variables (Salim Afiune Maya)(0012ec1)

Other Changes

  • chore(cli): update usage of commands (Salim Afiune Maya)(5dd3057)
  • chore(cli): style updates to release scripts (Salim Afiune Maya)(f4355bf)