Skip to content

Releases: lacework/go-sdk

v0.2.18

05 Feb 19:26
969a1cd
Compare
Choose a tag to compare

Release Notes

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

Features

  • feat(cli): new Datadog alert channel (#313) (Darren)(8298022)

Bug Fixes

  • fix(cli): avoid daily update check during install (Salim Afiune Maya)(2bc94c0)

Other Changes

  • test: fix intermittent events test (#312) (Salim Afiune)(d69983b)
  • test: fix intermittent events test (Salim Afiune Maya)(15c371c)

Docker Images

  • docker pull lacework/lacework-cli:latest
  • docker pull lacework/lacework-cli:scratch
  • docker pull lacework/lacework-cli:ubi-8
  • docker pull lacework/lacework-cli:centos-8
  • docker pull lacework/lacework-cli:debian-10
  • docker pull lacework/lacework-cli:ubuntu-1804
  • docker pull lacework/lacework-cli:amazonlinux-2

v0.2.17

28 Jan 23:36
e4e7547
Compare
Choose a tag to compare

Release Notes

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

Bug Fixes

  • fix: Json mapping for Snow Username (#307) (Darren)(1ef8d99)

Docker Images

  • docker pull lacework/lacework-cli:latest
  • docker pull lacework/lacework-cli:scratch
  • docker pull lacework/lacework-cli:ubi-8
  • docker pull lacework/lacework-cli:centos-8
  • docker pull lacework/lacework-cli:debian-10
  • docker pull lacework/lacework-cli:ubuntu-1804
  • docker pull lacework/lacework-cli:amazonlinux-2

v0.2.16

28 Jan 11:21
82ac40c
Compare
Choose a tag to compare

Release Notes

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

Features

  • feat(cli): New Service Now alert channel (#303) (Darren)(512f2d9)

Refactor

  • refactor: Change input method for private_key field (#305) (Darren)(e56cdc6)

Bug Fixes

  • fix: Use select for issue grouping (#304) (Darren)(799d9c3)
  • fix: Add issue_grouping field to gcp pub sub (#301) (Darren)(1a66d2c)
  • fix(cli): install.sh should try curl and wget (Salim Afiune Maya)(f6b0bd7)
  • fix(cli): install.sh should respect target override (Salim Afiune Maya)(4164f58)

Other Changes

  • chore(cli): install.sh print exitcodes for debugging (Salim Afiune Maya)(5e66c11)
  • ci: trigger homebrew update script (#299) (Darren)(9247cb1)

Docker Images

  • docker pull lacework/lacework-cli:latest
  • docker pull lacework/lacework-cli:scratch
  • docker pull lacework/lacework-cli:ubi-8
  • docker pull lacework/lacework-cli:centos-8
  • docker pull lacework/lacework-cli:debian-10
  • docker pull lacework/lacework-cli:ubuntu-1804
  • docker pull lacework/lacework-cli:amazonlinux-2

v0.2.15

21 Jan 19:35
69d6556
Compare
Choose a tag to compare

Release Notes

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

Features

  • feat: add telemetry to detect Homebrew installations (#297) (Darren)(fa81abc)
  • feat(cli): New Gcp PubSub alert channel (#294) (Darren)(08a3e61)

Docker Images

  • docker pull lacework/lacework-cli:latest
  • docker pull lacework/lacework-cli:scratch
  • docker pull lacework/lacework-cli:ubi-8
  • docker pull lacework/lacework-cli:centos-8
  • docker pull lacework/lacework-cli:debian-10
  • docker pull lacework/lacework-cli:ubuntu-1804
  • docker pull lacework/lacework-cli:amazonlinux-2

v0.2.14

13 Jan 16:59
cc41ab8
Compare
Choose a tag to compare

Release Notes

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

Features

  • feat(cli): support Homebrew upgrade command (#291) (Darren)(bedfa5d)
  • feat(cli): Add Splunk alert channel (#289) (Darren)(04679a5)
  • feat(cli): add account check to catch http(s):// (#288) (Salim Afiune)(3d770a1)

Bug Fixes

  • fix(cli): skip daily version check for version cmd (#290) (Salim Afiune)(5c9f4ca)

Docker Images

  • docker pull lacework/lacework-cli:latest
  • docker pull lacework/lacework-cli:scratch
  • docker pull lacework/lacework-cli:ubi-8
  • docker pull lacework/lacework-cli:centos-8
  • docker pull lacework/lacework-cli:debian-10
  • docker pull lacework/lacework-cli:ubuntu-1804
  • docker pull lacework/lacework-cli:amazonlinux-2

v0.2.13

07 Jan 18:28
edb5c96
Compare
Choose a tag to compare

Release Notes

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

Features

  • feat(cli): support manifest bigger than 1k packages (Salim Afiune Maya)(eebddb9)
  • feat(cli): gen-pkg-manifest detect running kernel (Salim Afiune Maya)(9151be1)

Refactor

  • refactor: simplify removeEpochFromPkgVersion func (Salim Afiune)(04aba5b)

Bug Fixes

  • fix(cli): ensure api client has valid auth token (Salim Afiune Maya)(056eda5)

Other Changes

  • ci: generate code coverage in HTML format (Salim Afiune Maya)(a58b58a)
  • ci: add 'metric' as a valid commit message (Salim Afiune Maya)(dd7b601)
  • ci: fix slack notifications team alias ⭐ (Salim Afiune Maya)(ca51f92)
  • metric(cli): detect feature split_pkg_manifest (Salim Afiune Maya)(fdb9f4a)
  • metric(cli): detect feature gen_pkg_manifest (Salim Afiune Maya)(78905bb)

Docker Images

  • docker pull lacework/lacework-cli:latest
  • docker pull lacework/lacework-cli:scratch
  • docker pull lacework/lacework-cli:ubi-8
  • docker pull lacework/lacework-cli:centos-8
  • docker pull lacework/lacework-cli:debian-10
  • docker pull lacework/lacework-cli:ubuntu-1804
  • docker pull lacework/lacework-cli:amazonlinux-2

v0.2.12

05 Jan 10:56
48f5f69
Compare
Choose a tag to compare

Release Notes

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

Install Lacework Agent On Remote Hosts

Users can now install agents with the command:

$ lacework agent install

When this command is executed without any additional flag, an interactive prompt will be
launched to help gather the necessary authentication information to access the remote host.

To authenticate to the remote host with a username and password.

$ lacework agent install <host> --ssh_username <your-user> --ssh_password <secret>

To authenticate to the remote host with an identity file.

$ lacework agent install <user@host> -i /path/to/your/key

To provide an agent access token of your choice, use the command lacework agent token list,
select a token and pass it to the agent install command using the --token flag.

$ lacework agent install <user@host> -i /path/to/your/key --token <token>

Agent Install Example

lacework-cli-agent-install-release

Features

  • feat(cli): add telemetry (#278) (Salim Afiune)(5aeec3c)
  • feat(cli): pull latest agent version from S3 (Salim Afiune Maya)(63cf1ab)
  • feat: add --force to agent install (Salim Afiune Maya)(6de4775)
  • feat: verify if agent is installed on remote host (Salim Afiune Maya)(252b9a6)
  • feat(cli): check for known hosts and allow custom callbacks (Salim Afiune Maya)(ebedf22)
  • feat: add AWS S3 alert channel integration (#273) (Darren)(383de18)
  • feat(cli): enable agent install command (Salim Afiune Maya)(f13d58a)

Refactor

  • refactor: verify host connectivity before select token (Salim Afiune Maya)(829cf82)
  • refactor(api): remove automatic report trigger (#271) (Salim Afiune)(18e624f)

Bug Fixes

  • fix(cli): propagate errors from install.sh (#277) (Salim Afiune)(296be65)
  • fix(cli): avoid showing unnamed tokens (Salim Afiune Maya)(7545444)

Documentation Updates

  • docs: update agent install use (Salim Afiune Maya)(62195c1)

Other Changes

  • chore: update long desc of agent list cmd (Salim Afiune Maya)(8a24914)
  • build: stop publishing containers to old docker repo (Salim Afiune Maya)(ea23a30)
  • ci: send slack notifications to team alias ⭐ (Salim Afiune Maya)(5e4c0e6)
  • ci: fix mv on non exisitent directory (#272) (Darren)(4f101cf)
  • test(cli): increase agent install test coverage (#276) (Salim Afiune)(da5b4ae)
  • test: fix lwrunner tests (Salim Afiune Maya)(23587cd)

Docker Images

  • docker pull lacework/lacework-cli:latest
  • docker pull lacework/lacework-cli:scratch
  • docker pull lacework/lacework-cli:ubi-8
  • docker pull lacework/lacework-cli:centos-8
  • docker pull lacework/lacework-cli:debian-10
  • docker pull lacework/lacework-cli:ubuntu-1804
  • docker pull lacework/lacework-cli:amazonlinux-2

v0.2.11

17 Dec 12:49
7505e50
Compare
Choose a tag to compare

Release Notes

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

Features

  • feat(cli): daily version check (#269) (Salim Afiune)(5c15eef)
  • feat(api): add Webhook integration (#267) (Darren)(f32572e)

Refactor

  • refactor(cli): abstract rendering tables (human-readable) (#263) (Salim Afiune)(8a10b4c)

Bug Fixes

  • fix(cli): render account mapping file correctly (#266) (Salim Afiune)(4c327d7)
  • fix(api): new request body for lql service (#260) (Salim Afiune)(4e2b439)
  • fix(api): avoid updating AgentTokenResponse.Props (#259) (Salim Afiune)(c3fe8bc)

Documentation Updates

  • docs: update READMEs and _examples/ (#268) (Salim Afiune)(3791da0)

Other Changes

  • build: upgrade Go version to 1.15 (#265) (Salim Afiune)(06d41f5)
  • ci: update hostname from our test machine (#262) (Salim Afiune)(beb289e)

Docker Images

  • docker pull lacework/lacework-cli:latest
  • docker pull lacework/lacework-cli:scratch
  • docker pull lacework/lacework-cli:ubi-8
  • docker pull lacework/lacework-cli:centos-8
  • docker pull lacework/lacework-cli:debian-10
  • docker pull lacework/lacework-cli:ubuntu-1804
  • docker pull lacework/lacework-cli:amazonlinux-2

v0.2.10

07 Dec 21:22
6525933
Compare
Choose a tag to compare

Release Notes

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

Features

  • feat(cli): new agent access token command (#256) (Salim Afiune)(7f8ba11)
  • feat(compliance): new aws list-accounts command (Salim Afiune Maya)(705f2eb)

Refactor

  • refactor: account mapping file for consolidated CT (#252) (Salim Afiune)(402a363)

Bug Fixes

  • fix(install.sh): avoid logging with 'info' cmd (#254) (Salim Afiune)(df5f8cf)
  • fix: false positive results in pkg manifest scan (#255) (Salim Afiune)(a6d6cda)
  • fix(databox): remove hardcoded LW account (Salim Afiune Maya)(c806157)

Docker Images

  • docker pull lacework/lacework-cli:latest
  • docker pull lacework/lacework-cli:scratch
  • docker pull lacework/lacework-cli:ubi-8
  • docker pull lacework/lacework-cli:centos-8
  • docker pull lacework/lacework-cli:debian-10
  • docker pull lacework/lacework-cli:ubuntu-1804
  • docker pull lacework/lacework-cli:amazonlinux-2

v0.2.9

20 Nov 16:49
02a6e1b
Compare
Choose a tag to compare

Release Notes

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

Features

  • feat(api): enable account mapping file for CT int (#250) (Salim Afiune)(cb99f61)

Refactor

  • refactor(api): better error check handler (#247) (Salim Afiune)(b363347)

Other Changes

  • ci: set container tag to debian-10 that has vulns (#248) (Salim Afiune)(323b91e)
  • ci: dogfooding Lacework Orb html parameter (Salim Afiune Maya)(464d34d)
  • ci: remove slack alert for win systems (Salim Afiune Maya)(b6b5b45)

Docker Images

  • docker pull lacework/lacework-cli:latest
  • docker pull lacework/lacework-cli:scratch
  • docker pull lacework/lacework-cli:ubi-8
  • docker pull lacework/lacework-cli:centos-8
  • docker pull lacework/lacework-cli:debian-10
  • docker pull lacework/lacework-cli:ubuntu-1804
  • docker pull lacework/lacework-cli:amazonlinux-2