Releases: lacework/go-sdk
v0.2.18
Release Notes
Another day, another release. These are the release notes for the version v0.2.18
.
Features
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
Release Notes
Another day, another release. These are the release notes for the version v0.2.17
.
Bug Fixes
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
Release Notes
Another day, another release. These are the release notes for the version v0.2.16
.
Features
Refactor
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
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
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
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
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
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
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
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
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
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
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
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
Release Notes
Another day, another release. These are the release notes for the version v0.2.9
.
Features
Refactor
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