Skip to content

Commit

Permalink
release: v0.13.0 (#518)
Browse files Browse the repository at this point in the history
Signed-off-by: Lacework <tech-ally@lacework.net>
  • Loading branch information
lacework-releng authored Aug 15, 2021
1 parent e471393 commit 42059eb
Show file tree
Hide file tree
Showing 54 changed files with 96 additions and 26 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# v0.13.0

## Features
* feat(cli): install agents via SSH on a custom port (#516) (Salim Afiune)([89ff730](https://github.com/lacework/go-sdk/commit/89ff730d03ef79a48ff505de9e1ff39ae48d5661))
* feat(cli): new agent install --trust_host_key flag (#515) (Salim Afiune)([fbd9934](https://github.com/lacework/go-sdk/commit/fbd99344d44f72e60f784695cf79fa3b56a243b5))
* feat(cli): new --api_token global flag (#513) (Salim Afiune)([9cf1271](https://github.com/lacework/go-sdk/commit/9cf12719981516e83afe4390996d42925ccde3c9))
* feat(cli): unhide query and policy commands (hazedav)([d1990d2](https://github.com/lacework/go-sdk/commit/d1990d2c065b0ea6efe0de247629b27afa9ee828))
## Bug Fixes
* fix(cli): vuln host scan-pkg-manifest --local centos 6.10 (#514) (Darren)([83f8884](https://github.com/lacework/go-sdk/commit/83f888455cb022087ad5ac28354a2a9fe4989bfe))
* fix(install.ps1): verify if running as administrator (#510) (Salim Afiune)([d9c2284](https://github.com/lacework/go-sdk/commit/d9c2284b2ba44ec9c15133c0e382348acbff98b3))
## Documentation Updates
* docs(cli): add inline help docs for query/policy cmds (#517) (Salim Afiune)([e471393](https://github.com/lacework/go-sdk/commit/e47139331a0e3482c34f39ee56b2917b69b70b33))
## Other Changes
* ci: version bump to v0.12.1-dev (Lacework)([af1cb50](https://github.com/lacework/go-sdk/commit/af1cb501c8b75034c46c1e089cc45c1c62a73f19))
* test(cli): go test modularity via build tags (#511) (hazedav)([b83a4af](https://github.com/lacework/go-sdk/commit/b83a4afb799a0f7fa1297e7ed027cf1c4c1b829a))
---
# v0.12.0

## Features
Expand Down
28 changes: 11 additions & 17 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,19 @@
# Release Notes
Another day, another release. These are the release notes for the version `v0.12.0`.
Another day, another release. These are the release notes for the version `v0.13.0`.

## Features
* feat(cli): Output v2 integration state details (#505) (Darren)([e2cc6f1](https://github.com/lacework/go-sdk/commit/e2cc6f1cbd3da43df6e014ccd9075ec59af6ae06))
* feat: Add apiV2AlertChannelTest (#502) (Darren)([f968b89](https://github.com/lacework/go-sdk/commit/f968b89bb0fa55d8eb84cf439626e2610507b883))
* feat(cli): create Github Registry integrations (Salim Afiune Maya)([d3756e4](https://github.com/lacework/go-sdk/commit/d3756e4b666de9039e7ccc01b706f5ed4e750f1e))
* feat(cli): create Google Artifact Registry integrations (Salim Afiune Maya)([0f1bb68](https://github.com/lacework/go-sdk/commit/0f1bb6866bc27e5e9e39fa79cdda350513c3f789))
* feat(api): add Github Registry support (Salim Afiune Maya)([697ca98](https://github.com/lacework/go-sdk/commit/697ca98ad540c6a0e79eeda26d0e2b0cb7f9271a))
* feat(api): add Google Artifact Registry support (Salim Afiune Maya)([503ae99](https://github.com/lacework/go-sdk/commit/503ae9953f510688974dafd35287d3d3fe4e12b0))
* feat(api): new v2 Container Registries service (Salim Afiune Maya)([46212c6](https://github.com/lacework/go-sdk/commit/46212c6b72fe964eb56f3618afec67dc2a641673))
## Refactor
* refactor(cli): policy update api args (hazedav)([a9add4b](https://github.com/lacework/go-sdk/commit/a9add4b7144b9461c4a398801e2ae6d10f6936cf))
* refactor(cli): split survey limits into diff funcs (Salim Afiune Maya)([1e1dca4](https://github.com/lacework/go-sdk/commit/1e1dca49a7a485ba81ce21a7dfa90c3ea7cb6dd2))
* feat(cli): install agents via SSH on a custom port (#516) (Salim Afiune)([89ff730](https://github.com/lacework/go-sdk/commit/89ff730d03ef79a48ff505de9e1ff39ae48d5661))
* feat(cli): new agent install --trust_host_key flag (#515) (Salim Afiune)([fbd9934](https://github.com/lacework/go-sdk/commit/fbd99344d44f72e60f784695cf79fa3b56a243b5))
* feat(cli): new --api_token global flag (#513) (Salim Afiune)([9cf1271](https://github.com/lacework/go-sdk/commit/9cf12719981516e83afe4390996d42925ccde3c9))
* feat(cli): unhide query and policy commands (hazedav)([d1990d2](https://github.com/lacework/go-sdk/commit/d1990d2c065b0ea6efe0de247629b27afa9ee828))
## Bug Fixes
* fix: comp [aws | gcp | az] list json output (#497) (Darren)([c3fb601](https://github.com/lacework/go-sdk/commit/c3fb60168e186611868943e3eaea3d92973c7aec))
* fix(cli): vuln host scan-pkg-manifest --local centos 6.10 (#514) (Darren)([83f8884](https://github.com/lacework/go-sdk/commit/83f888455cb022087ad5ac28354a2a9fe4989bfe))
* fix(install.ps1): verify if running as administrator (#510) (Salim Afiune)([d9c2284](https://github.com/lacework/go-sdk/commit/d9c2284b2ba44ec9c15133c0e382348acbff98b3))
## Documentation Updates
* docs(cli): add inline help docs for query/policy cmds (#517) (Salim Afiune)([e471393](https://github.com/lacework/go-sdk/commit/e47139331a0e3482c34f39ee56b2917b69b70b33))
## Other Changes
* chore(deps): bump github.com/honeycombio/libhoney-go (#494) (dependabot[bot])([9c1985c](https://github.com/lacework/go-sdk/commit/9c1985c0dbd3341ad2c47b797ebbce0a1941b0c1))
* chore: fixed minor typos (Salim Afiune Maya)([a13e58b](https://github.com/lacework/go-sdk/commit/a13e58bda7b1294936538481609e3421fdc4c0df))
* chore(deps): add github.com/fatih/structs package (Salim Afiune Maya)([89d6e0d](https://github.com/lacework/go-sdk/commit/89d6e0d30cb5405540f9493874eebd7652f5f5ef))
* ci: sign lacework-releng commits (#500) (Salim Afiune)([523097c](https://github.com/lacework/go-sdk/commit/523097ce8b4c6ede3317d1143446cf41df85a27f))
* test(cli): updating policy integration resource (hazedav)([acceada](https://github.com/lacework/go-sdk/commit/acceadae2c7bca2364ebe5ddda51e39b6158ced4))
* ci: version bump to v0.12.1-dev (Lacework)([af1cb50](https://github.com/lacework/go-sdk/commit/af1cb501c8b75034c46c1e089cc45c1c62a73f19))
* test(cli): go test modularity via build tags (#511) (hazedav)([b83a4af](https://github.com/lacework/go-sdk/commit/b83a4afb799a0f7fa1297e7ed027cf1c4c1b829a))

## Docker Images
* `docker pull lacework/lacework-cli:latest`
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.12.1-dev
0.13.0
4 changes: 2 additions & 2 deletions api/version.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions cli/docs/lacework.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ This will prompt you for your Lacework account and a set of API access keys.
-a, --account string account subdomain of URL (i.e. <ACCOUNT>.lacework.net)
-k, --api_key string access key id
-s, --api_secret string secret access key
--api_token string access token (replaces the use of api_key and api_secret)
--debug turn on debug logging
-h, --help help for lacework
--json switch commands output from human-readable to json format
Expand All @@ -41,6 +42,8 @@ This will prompt you for your Lacework account and a set of API access keys.
* [lacework configure](lacework_configure.md) - configure the Lacework CLI
* [lacework event](lacework_event.md) - inspect Lacework events
* [lacework integration](lacework_integration.md) - manage external integrations
* [lacework policy](lacework_policy.md) - manage policies
* [lacework query](lacework_query.md) - run and manage queries
* [lacework version](lacework_version.md) - print the Lacework CLI version
* [lacework vulnerability](lacework_vulnerability.md) - container and host vulnerability assessments

1 change: 1 addition & 0 deletions cli/docs/lacework_access-token.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ lacework access-token [flags]
-a, --account string account subdomain of URL (i.e. <ACCOUNT>.lacework.net)
-k, --api_key string access key id
-s, --api_secret string secret access key
--api_token string access token (replaces the use of api_key and api_secret)
--debug turn on debug logging
--json switch commands output from human-readable to json format
--nocache turn off caching
Expand Down
1 change: 1 addition & 0 deletions cli/docs/lacework_agent.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ For a complete list of supported operating systems, visit:
-a, --account string account subdomain of URL (i.e. <ACCOUNT>.lacework.net)
-k, --api_key string access key id
-s, --api_secret string secret access key
--api_token string access token (replaces the use of api_key and api_secret)
--debug turn on debug logging
--json switch commands output from human-readable to json format
--nocache turn off caching
Expand Down
10 changes: 9 additions & 1 deletion cli/docs/lacework_agent_install.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,15 @@ To provide an agent access token of your choice, use the command 'lacework agent
select a token and pass it to the '--token' flag.

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

To authenticate to the remote host on a non-standard SSH port use the '--ssh_port' flag or
pass it directly via the argument.

$ lacework agent install <user@host:port>


```
lacework agent install <[user@]host> [flags]
lacework agent install <[user@]host[:port]> [flags]
```

### Options
Expand All @@ -34,8 +39,10 @@ lacework agent install <[user@]host> [flags]
-h, --help help for install
-i, --identity_file string identity (private key) for public key authentication (default "~/.ssh/id_rsa")
--ssh_password string password for authentication
--ssh_port int port to connect to on the remote host (default 22)
--ssh_username string username to login with
--token string agent access token
--trust_host_key automatically add host keys to the ~/.ssh/known_hosts file
```

### Options inherited from parent commands
Expand All @@ -44,6 +51,7 @@ lacework agent install <[user@]host> [flags]
-a, --account string account subdomain of URL (i.e. <ACCOUNT>.lacework.net)
-k, --api_key string access key id
-s, --api_secret string secret access key
--api_token string access token (replaces the use of api_key and api_secret)
--debug turn on debug logging
--json switch commands output from human-readable to json format
--nocache turn off caching
Expand Down
1 change: 1 addition & 0 deletions cli/docs/lacework_agent_token.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ complete, the old token can safely be disabled without interrupting Lacework ser
-a, --account string account subdomain of URL (i.e. <ACCOUNT>.lacework.net)
-k, --api_key string access key id
-s, --api_secret string secret access key
--api_token string access token (replaces the use of api_key and api_secret)
--debug turn on debug logging
--json switch commands output from human-readable to json format
--nocache turn off caching
Expand Down
1 change: 1 addition & 0 deletions cli/docs/lacework_agent_token_create.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ lacework agent token create <name> [description] [flags]
-a, --account string account subdomain of URL (i.e. <ACCOUNT>.lacework.net)
-k, --api_key string access key id
-s, --api_secret string secret access key
--api_token string access token (replaces the use of api_key and api_secret)
--debug turn on debug logging
--json switch commands output from human-readable to json format
--nocache turn off caching
Expand Down
1 change: 1 addition & 0 deletions cli/docs/lacework_agent_token_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ lacework agent token list [flags]
-a, --account string account subdomain of URL (i.e. <ACCOUNT>.lacework.net)
-k, --api_key string access key id
-s, --api_secret string secret access key
--api_token string access token (replaces the use of api_key and api_secret)
--debug turn on debug logging
--json switch commands output from human-readable to json format
--nocache turn off caching
Expand Down
1 change: 1 addition & 0 deletions cli/docs/lacework_agent_token_show.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ lacework agent token show <token> [flags]
-a, --account string account subdomain of URL (i.e. <ACCOUNT>.lacework.net)
-k, --api_key string access key id
-s, --api_secret string secret access key
--api_token string access token (replaces the use of api_key and api_secret)
--debug turn on debug logging
--json switch commands output from human-readable to json format
--nocache turn off caching
Expand Down
1 change: 1 addition & 0 deletions cli/docs/lacework_agent_token_update.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ lacework agent token update <token> [flags]
-a, --account string account subdomain of URL (i.e. <ACCOUNT>.lacework.net)
-k, --api_key string access key id
-s, --api_secret string secret access key
--api_token string access token (replaces the use of api_key and api_secret)
--debug turn on debug logging
--json switch commands output from human-readable to json format
--nocache turn off caching
Expand Down
1 change: 1 addition & 0 deletions cli/docs/lacework_api.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ lacework api <method> <path> [flags]
-a, --account string account subdomain of URL (i.e. <ACCOUNT>.lacework.net)
-k, --api_key string access key id
-s, --api_secret string secret access key
--api_token string access token (replaces the use of api_key and api_secret)
--debug turn on debug logging
--json switch commands output from human-readable to json format
--nocache turn off caching
Expand Down
1 change: 1 addition & 0 deletions cli/docs/lacework_compliance.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ Use the following command to list all available integrations in your account:
-a, --account string account subdomain of URL (i.e. <ACCOUNT>.lacework.net)
-k, --api_key string access key id
-s, --api_secret string secret access key
--api_token string access token (replaces the use of api_key and api_secret)
--debug turn on debug logging
--json switch commands output from human-readable to json format
--nocache turn off caching
Expand Down
1 change: 1 addition & 0 deletions cli/docs/lacework_compliance_aws.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ To run an ad-hoc compliance assessment:
-a, --account string account subdomain of URL (i.e. <ACCOUNT>.lacework.net)
-k, --api_key string access key id
-s, --api_secret string secret access key
--api_token string access token (replaces the use of api_key and api_secret)
--debug turn on debug logging
--json switch commands output from human-readable to json format
--nocache turn off caching
Expand Down
1 change: 1 addition & 0 deletions cli/docs/lacework_compliance_aws_get-report.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ lacework compliance aws get-report <account_id> [flags]
-a, --account string account subdomain of URL (i.e. <ACCOUNT>.lacework.net)
-k, --api_key string access key id
-s, --api_secret string secret access key
--api_token string access token (replaces the use of api_key and api_secret)
--debug turn on debug logging
--json switch commands output from human-readable to json format
--nocache turn off caching
Expand Down
1 change: 1 addition & 0 deletions cli/docs/lacework_compliance_aws_list-accounts.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ lacework compliance aws list-accounts [flags]
-a, --account string account subdomain of URL (i.e. <ACCOUNT>.lacework.net)
-k, --api_key string access key id
-s, --api_secret string secret access key
--api_token string access token (replaces the use of api_key and api_secret)
--debug turn on debug logging
--json switch commands output from human-readable to json format
--nocache turn off caching
Expand Down
1 change: 1 addition & 0 deletions cli/docs/lacework_compliance_aws_run-assessment.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ lacework compliance aws run-assessment <account_id> [flags]
-a, --account string account subdomain of URL (i.e. <ACCOUNT>.lacework.net)
-k, --api_key string access key id
-s, --api_secret string secret access key
--api_token string access token (replaces the use of api_key and api_secret)
--debug turn on debug logging
--json switch commands output from human-readable to json format
--nocache turn off caching
Expand Down
1 change: 1 addition & 0 deletions cli/docs/lacework_compliance_azure.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ To run an ad-hoc compliance assessment use the command:
-a, --account string account subdomain of URL (i.e. <ACCOUNT>.lacework.net)
-k, --api_key string access key id
-s, --api_secret string secret access key
--api_token string access token (replaces the use of api_key and api_secret)
--debug turn on debug logging
--json switch commands output from human-readable to json format
--nocache turn off caching
Expand Down
1 change: 1 addition & 0 deletions cli/docs/lacework_compliance_azure_get-report.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ lacework compliance azure get-report <tenant_id> <subscriptions_id> [flags]
-a, --account string account subdomain of URL (i.e. <ACCOUNT>.lacework.net)
-k, --api_key string access key id
-s, --api_secret string secret access key
--api_token string access token (replaces the use of api_key and api_secret)
--debug turn on debug logging
--json switch commands output from human-readable to json format
--nocache turn off caching
Expand Down
1 change: 1 addition & 0 deletions cli/docs/lacework_compliance_azure_list-subscriptions.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ lacework compliance azure list-subscriptions <tenant_id> [flags]
-a, --account string account subdomain of URL (i.e. <ACCOUNT>.lacework.net)
-k, --api_key string access key id
-s, --api_secret string secret access key
--api_token string access token (replaces the use of api_key and api_secret)
--debug turn on debug logging
--json switch commands output from human-readable to json format
--nocache turn off caching
Expand Down
1 change: 1 addition & 0 deletions cli/docs/lacework_compliance_azure_list-tenants.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ lacework compliance azure list-tenants [flags]
-a, --account string account subdomain of URL (i.e. <ACCOUNT>.lacework.net)
-k, --api_key string access key id
-s, --api_secret string secret access key
--api_token string access token (replaces the use of api_key and api_secret)
--debug turn on debug logging
--json switch commands output from human-readable to json format
--nocache turn off caching
Expand Down
1 change: 1 addition & 0 deletions cli/docs/lacework_compliance_azure_run-assessment.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ lacework compliance azure run-assessment <tenant_id> [flags]
-a, --account string account subdomain of URL (i.e. <ACCOUNT>.lacework.net)
-k, --api_key string access key id
-s, --api_secret string secret access key
--api_token string access token (replaces the use of api_key and api_secret)
--debug turn on debug logging
--json switch commands output from human-readable to json format
--nocache turn off caching
Expand Down
1 change: 1 addition & 0 deletions cli/docs/lacework_compliance_google.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ To run an ad-hoc compliance assessment use the command:
-a, --account string account subdomain of URL (i.e. <ACCOUNT>.lacework.net)
-k, --api_key string access key id
-s, --api_secret string secret access key
--api_token string access token (replaces the use of api_key and api_secret)
--debug turn on debug logging
--json switch commands output from human-readable to json format
--nocache turn off caching
Expand Down
1 change: 1 addition & 0 deletions cli/docs/lacework_compliance_google_get-report.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ lacework compliance google get-report <organization_id> <project_id> [flags]
-a, --account string account subdomain of URL (i.e. <ACCOUNT>.lacework.net)
-k, --api_key string access key id
-s, --api_secret string secret access key
--api_token string access token (replaces the use of api_key and api_secret)
--debug turn on debug logging
--json switch commands output from human-readable to json format
--nocache turn off caching
Expand Down
1 change: 1 addition & 0 deletions cli/docs/lacework_compliance_google_list-projects.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ lacework compliance google list-projects <organization_id> [flags]
-a, --account string account subdomain of URL (i.e. <ACCOUNT>.lacework.net)
-k, --api_key string access key id
-s, --api_secret string secret access key
--api_token string access token (replaces the use of api_key and api_secret)
--debug turn on debug logging
--json switch commands output from human-readable to json format
--nocache turn off caching
Expand Down
Loading

0 comments on commit 42059eb

Please sign in to comment.