Skip to content

Commit

Permalink
release: v0.14.0 (#527)
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 23, 2021
1 parent bd02a44 commit 0c50fa0
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 14 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# v0.14.0

## Features
* feat(cli): More detailed CSV compliance reports (#522) (Matt Cadorette)([bd02a44](https://github.com/lacework/go-sdk/commit/bd02a44009e5cf00901ced32385add97e04be0aa))
* feat(api): AwsS3 Alert Channel (v2) (Salim Afiune Maya)([507cac1](https://github.com/lacework/go-sdk/commit/507cac14781b986662a2a78b7d436cc2ba1250ee))
* feat(api): SlackChannel Alert Channel (v2) (Salim Afiune Maya)([e6ac8cb](https://github.com/lacework/go-sdk/commit/e6ac8cb8eed31646020aeb3bbf5d2ef539258389))
## Refactor
* refactor: rename alert channel enums (Salim Afiune Maya)([f727b9b](https://github.com/lacework/go-sdk/commit/f727b9b78a79047b5df5665324d54d0cb4302b7b))
## Bug Fixes
* fix(cli): removing policyUi from policy schema (#523) (hazedav)([5586aec](https://github.com/lacework/go-sdk/commit/5586aec415034a431490c0b3cfb4d51385bfdd23))
* fix(cli): handle scan status 'Partial' (#525) (Darren)([a8ba4b7](https://github.com/lacework/go-sdk/commit/a8ba4b722cf211f527c685519504359525bd0ebe))
* fix(cli): query run via editor (hazedav)([ca3f2a3](https://github.com/lacework/go-sdk/commit/ca3f2a34bb76b97f42b6a5cafb664839a1fc3689))
* fix(cli): Detect if running in cloudshell to output correct update command (#521) (Darren)([477fadd](https://github.com/lacework/go-sdk/commit/477fadd9a96398198f397eb57c29231761173a9b))
## Other Changes
* chore(api): update v2 alert channel tests (Salim Afiune Maya)([3581d0a](https://github.com/lacework/go-sdk/commit/3581d0a2237d176c6e1d1d0dfa749b1a3bce8480))
* ci: version bump to v0.13.1-dev (Lacework)([39cc865](https://github.com/lacework/go-sdk/commit/39cc865741096ae4f7a29c09722bd38d7637752d))
---
# v0.13.0

## Features
Expand Down
23 changes: 12 additions & 11 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,20 @@
# Release Notes
Another day, another release. These are the release notes for the version `v0.13.0`.
Another day, another release. These are the release notes for the version `v0.14.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))
* feat(cli): More detailed CSV compliance reports (#522) (Matt Cadorette)([bd02a44](https://github.com/lacework/go-sdk/commit/bd02a44009e5cf00901ced32385add97e04be0aa))
* feat(api): AwsS3 Alert Channel (v2) (Salim Afiune Maya)([507cac1](https://github.com/lacework/go-sdk/commit/507cac14781b986662a2a78b7d436cc2ba1250ee))
* feat(api): SlackChannel Alert Channel (v2) (Salim Afiune Maya)([e6ac8cb](https://github.com/lacework/go-sdk/commit/e6ac8cb8eed31646020aeb3bbf5d2ef539258389))
## Refactor
* refactor: rename alert channel enums (Salim Afiune Maya)([f727b9b](https://github.com/lacework/go-sdk/commit/f727b9b78a79047b5df5665324d54d0cb4302b7b))
## 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))
* fix(cli): removing policyUi from policy schema (#523) (hazedav)([5586aec](https://github.com/lacework/go-sdk/commit/5586aec415034a431490c0b3cfb4d51385bfdd23))
* fix(cli): handle scan status 'Partial' (#525) (Darren)([a8ba4b7](https://github.com/lacework/go-sdk/commit/a8ba4b722cf211f527c685519504359525bd0ebe))
* fix(cli): query run via editor (hazedav)([ca3f2a3](https://github.com/lacework/go-sdk/commit/ca3f2a34bb76b97f42b6a5cafb664839a1fc3689))
* fix(cli): Detect if running in cloudshell to output correct update command (#521) (Darren)([477fadd](https://github.com/lacework/go-sdk/commit/477fadd9a96398198f397eb57c29231761173a9b))
## 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))
* chore(api): update v2 alert channel tests (Salim Afiune Maya)([3581d0a](https://github.com/lacework/go-sdk/commit/3581d0a2237d176c6e1d1d0dfa749b1a3bce8480))
* ci: version bump to v0.13.1-dev (Lacework)([39cc865](https://github.com/lacework/go-sdk/commit/39cc865741096ae4f7a29c09722bd38d7637752d))

## 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.13.1-dev
0.14.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.

0 comments on commit 0c50fa0

Please sign in to comment.