Skip to content

Commit 76d401c

Browse files
release: v1.18.0 (#1255)
Signed-off-by: Lacework <[email protected]>
1 parent 3d9b7de commit 76d401c

19 files changed

+124
-67
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# v1.18.0
2+
3+
## Features
4+
* feat: Allow user defined S3 Bucket for the audit log (#1248) (djmctavish)([ab1c3381](https://github.com/lacework/go-sdk/commit/ab1c338157fe855c0b6a20b5996e158a5b5f0da9))
5+
* feat: GCP multi project Terraform (#1233) (jonathan stewart)([938511e6](https://github.com/lacework/go-sdk/commit/938511e6a96c9a97ebb7025e835cdc6d787ecca0))
6+
## Bug Fixes
7+
* fix: readd doc gen file (#1246) (Darren)([e45215be](https://github.com/lacework/go-sdk/commit/e45215be385284cb633d58e09dbd61f290576607))
8+
## Other Changes
9+
* ci: version bump to v1.17.1-dev (Lacework)([6a8125da](https://github.com/lacework/go-sdk/commit/6a8125da35b0383887e661f27859d4b5c72225a2))
10+
---
111
# v1.17.0
212

313
## Features

RELEASE_NOTES.md

Lines changed: 5 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,13 @@
11
# Release Notes
2-
Another day, another release. These are the release notes for the version `v1.17.0`.
2+
Another day, another release. These are the release notes for the version `v1.18.0`.
33

44
## Features
5-
* feat(cli): New 'compliance scan' command (#1238) (Darren)([6bb952fe](https://github.com/lacework/go-sdk/commit/6bb952fe721733d97938356fcab412f96f657c1d))
6-
* feat(api): Addition of S3 Bucket ARN for AWS EKS Audit log (David McTavish)([e3b80e67](https://github.com/lacework/go-sdk/commit/e3b80e6780d375b4eccb1611f2a5312942f3dbc4))
7-
## Refactor
8-
* refactor: do not filter csv output for vuln ctr show (#1220) (Darren)([dfecd161](https://github.com/lacework/go-sdk/commit/dfecd16139f63041c5878826388eca4f4c1117dc))
5+
* feat: Allow user defined S3 Bucket for the audit log (#1248) (djmctavish)([ab1c3381](https://github.com/lacework/go-sdk/commit/ab1c338157fe855c0b6a20b5996e158a5b5f0da9))
6+
* feat: GCP multi project Terraform (#1233) (jonathan stewart)([938511e6](https://github.com/lacework/go-sdk/commit/938511e6a96c9a97ebb7025e835cdc6d787ecca0))
97
## Bug Fixes
10-
* fix: vuln host scan-pkg-manifest fail_on_severity (#1242) (Darren)([e05db169](https://github.com/lacework/go-sdk/commit/e05db16978cc08e7b32d3998718ea46b109ed391))
11-
* fix: increase default TLS Handshake Timeout to 63s (#1237) (Darren)([0d3aa066](https://github.com/lacework/go-sdk/commit/0d3aa0666a4b43e83e5772696e526dfc0643d559))
12-
* fix: unsupported aws region (#1231) (jonathan stewart)([be742c0c](https://github.com/lacework/go-sdk/commit/be742c0c97b7f9a61e31f611125af1e7bcbf62fa))
13-
* fix(api): Omit s3 bucket arn from Aws EKS Audit if not set (#1234) (djmctavish)([4b264e9b](https://github.com/lacework/go-sdk/commit/4b264e9b5d3d0e2c8dacda0af5286e7be56fae5c))
14-
* fix(cli): allow multiple recommendation ID types (#1230) (Salim Afiune)([f0e8a8d9](https://github.com/lacework/go-sdk/commit/f0e8a8d9b56bf291c9d9d2282389085765d1cc54))
8+
* fix: readd doc gen file (#1246) (Darren)([e45215be](https://github.com/lacework/go-sdk/commit/e45215be385284cb633d58e09dbd61f290576607))
159
## Other Changes
16-
* style(fmt): fix format issues (Salim Afiune Maya)([0986f72e](https://github.com/lacework/go-sdk/commit/0986f72ef5b14bf689e33dbdfbec320246e5ada0))
17-
* chore(deps): bump github.com/mattn/go-isatty from 0.0.14 to 0.0.18 (#1205) (dependabot[bot])([e9a4bd49](https://github.com/lacework/go-sdk/commit/e9a4bd49af8c300e050b0cc394dce2f40bb49b7f))
18-
* chore(deps): bump golang.org/x/net from 0.2.0 to 0.7.0 (#1154) (dependabot[bot])([f88e6f13](https://github.com/lacework/go-sdk/commit/f88e6f13053fd6d0c34078185b333e5fcdf92607))
19-
* chore(deps): bump github.com/abiosoft/colima from 0.4.6 to 0.5.4 (#1172) (dependabot[bot])([9f69228a](https://github.com/lacework/go-sdk/commit/9f69228a9b0994d1f0d99fdec2dd8444c95e3e6c))
20-
* chore(cli): use an example URL for CTF docs (#1228) (Nick Schmeller)([e18af0db](https://github.com/lacework/go-sdk/commit/e18af0dbd5c1421b4a44c959f7a378daf8cd2de6))
21-
* ci: fix intermittency issues with virtual terminals (#1235) (Salim Afiune)([e281108d](https://github.com/lacework/go-sdk/commit/e281108dfe4b0e3d137dcad6a9d27a4ef07879eb))
22-
* ci(fmt): avoid formatting 'databox' package (Salim Afiune Maya)([93cedfef](https://github.com/lacework/go-sdk/commit/93cedfef5d2ce88c4d0c8d0225a7ae5d5b199c81))
23-
* ci: version bump to v1.16.1-dev (Lacework)([916a63f5](https://github.com/lacework/go-sdk/commit/916a63f5afbbd9b5fbe54d2ff73f996b7dff48c3))
24-
* test: fix compliance scan test (#1243) (Darren)([1a497bab](https://github.com/lacework/go-sdk/commit/1a497bab6ee12d506b4503a155ecf248f6ab413e))
10+
* ci: version bump to v1.17.1-dev (Lacework)([6a8125da](https://github.com/lacework/go-sdk/commit/6a8125da35b0383887e661f27859d4b5c72225a2))
2511

2612
## :whale: [Docker Image](https://hub.docker.com/r/lacework/lacework-cli)
2713
```

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.17.1-dev
1+
1.18.0

api/version.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cli/docs/lacework_agent_aws-install_ec2ic.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ select a token and pass it to the '--token' flag. This flag must be selected if
3434

3535
lacework agent aws-install ec2ic --token <token>
3636

37+
To explicitly specify the server URL that the agent will connect to:
38+
39+
lacework agent aws-install ec2ic --server_url https://your.server.url.lacework.net
40+
3741
AWS credentials are read from the following environment variables:
3842
- AWS_ACCESS_KEY_ID
3943
- AWS_SECRET_ACCESS_KEY
@@ -57,6 +61,7 @@ lacework agent aws-install ec2ic [flags]
5761
-h, --help help for ec2ic
5862
-r, --include_regions strings list of regions to filter on
5963
-n, --max_parallelism int maximum number of workers executing AWS API calls, set if rate limits are lower or higher than normal (default 50)
64+
--server_url https:// server URL that agents will talk to, prefixed with https:// (default "https://api.lacework.net")
6065
--ssh_username string username to login with
6166
--tag strings only install agents on infra with this tag
6267
--tag_key string only install agents on infra with this tag key set

cli/docs/lacework_agent_aws-install_ec2ssh.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,11 @@ To provide an existing access token, use the '--token' flag. This flag is requir
2929
when running non-interactively ('--noninteractive' flag). The interactive command
3030
'lacework agent token list' can be used to query existing tokens.
3131

32-
lacework agent aws-install ec2ic --token <token>
32+
lacework agent aws-install ec2ssh --token <token>
33+
34+
To explicitly specify the server URL that the agent will connect to:
35+
36+
lacework agent aws-install ec2ssh --server_url https://your.server.url.lacework.net
3337

3438
You will need to provide an SSH authentication method. This authentication method
3539
should work for all instances that your tag or region filters select. Instances must
@@ -63,6 +67,7 @@ lacework agent aws-install ec2ssh [flags]
6367
-i, --identity_file string identity (private key) for public key authentication (default "~/.ssh/id_rsa")
6468
-r, --include_regions strings list of regions to filter on
6569
-n, --max_parallelism int maximum number of workers executing AWS API calls, set if rate limits are lower or higher than normal (default 50)
70+
--server_url https:// server URL that agents will talk to, prefixed with https:// (default "https://api.lacework.net")
6671
--ssh_password string password for authentication
6772
--ssh_port int port to connect to on the remote host (default 22)
6873
--ssh_username string username to login with

cli/docs/lacework_agent_aws-install_ec2ssm.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,10 @@ select a token and pass it to the '--token' flag. This flag must be selected if
5050

5151
lacework agent aws-install ec2ssm --token <token>
5252

53+
To explicitly specify the server URL that the agent will connect to:
54+
55+
lacework agent aws-install ec2ssm --server_url https://your.server.url.lacework.net
56+
5357
AWS credentials are read from the following environment variables:
5458
- AWS_ACCESS_KEY_ID
5559
- AWS_SECRET_ACCESS_KEY
@@ -69,6 +73,7 @@ lacework agent aws-install ec2ssm [flags]
6973
--iam_role_name string IAM role name (not ARN) with SSM policy, if not provided then an ephemeral role will be created
7074
-r, --include_regions strings list of regions to filter on
7175
-n, --max_parallelism int maximum number of workers executing AWS API calls, set if rate limits are lower or higher than normal (default 50)
76+
--server_url https:// server URL that agents will talk to, prefixed with https:// (default "https://api.lacework.net")
7277
--skip_iam_role_creation set this flag to skip creating an IAM role and instance profile and associating the instance profile. Assumes all instances are already setup for SSM
7378
--tag strings only install agents on infra with this tag
7479
--tag_key string only install agents on infra with this tag key set

cli/docs/lacework_agent_gcp-install_osl.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@ select a token and pass it to the '--token' flag. This flag must be selected if
3838

3939
lacework agent gcp-install osl <gcp_username> --token <token>
4040

41+
To explicitly specify the server URL that the agent will connect to:
42+
43+
lacework agent gcp-install osl --server_url https://your.server.url.lacework.net
44+
4145
GCP credentials are read using the following environment variables:
4246
- GOOGLE_APPLICATION_CREDENTIALS
4347

@@ -57,6 +61,7 @@ lacework agent gcp-install osl [flags]
5761
--metadata strings only install agents on infra with this metadata
5862
--metadata_key string only install agents on infra with this metadata key set
5963
--project_id string ID of the GCP project, set if metadata server does not provide
64+
--server_url https:// server URL that agents will talk to, prefixed with https:// (default "https://api.lacework.net")
6065
--token string agent access token
6166
--trust_host_key automatically add host keys to the ~/.ssh/known_hosts file (default true)
6267
```

cli/docs/lacework_agent_install.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ pass it directly via the argument.
3333

3434
lacework agent install <user@host:port>
3535

36+
To explicitly specify the server URL that the agent will connect to:
37+
38+
lacework agent install --server_url https://your.server.url.lacework.net
39+
3640
To list all active agents in your environment.
3741

3842
lacework agent list
@@ -49,6 +53,7 @@ lacework agent install <[user@]host[:port]> [flags]
4953
--force override any pre-installed agent
5054
-h, --help help for install
5155
-i, --identity_file string identity (private key) for public key authentication (default "~/.ssh/id_rsa")
56+
--server_url https:// server URL that agents will talk to, prefixed with https:// (default "https://api.lacework.net")
5257
--ssh_password string password for authentication
5358
--ssh_port int port to connect to on the remote host (default 22)
5459
--ssh_username string username to login with

cli/docs/lacework_compliance_aws.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,6 @@ These reports run on a regular schedule, typically once a day.
5151
* [lacework compliance](lacework_compliance.md) - Manage compliance reports
5252
* [lacework compliance aws get-report](lacework_compliance_aws_get-report.md) - Get the latest AWS compliance report
5353
* [lacework compliance aws list-accounts](lacework_compliance_aws_list-accounts.md) - List all AWS accounts configured
54+
* [lacework compliance aws scan](lacework_compliance_aws_scan.md) - Scan triggers a new resource inventory scan
5455
* [lacework compliance aws search](lacework_compliance_aws_search.md) - Search for all known violations of a given resource arn
5556

0 commit comments

Comments
 (0)