Skip to content

Commit

Permalink
release: v0.20.0 (#601)
Browse files Browse the repository at this point in the history
  • Loading branch information
lacework-releng committed Nov 5, 2021
1 parent 4638c7e commit 7b66e6e
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 10 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# v0.20.0

## Features
* feat(cli): Manage Alert Rules in Lacework CLI (#597) (Darren)([4d5648c](https://github.com/lacework/go-sdk/commit/4d5648cce2430b670167d3d66c3d8aee860b5f39))
## Bug Fixes
* fix(cli): avoid panic when assessment has NO vulns (#600) (Salim Afiune)([4638c7e](https://github.com/lacework/go-sdk/commit/4638c7e7d6b08e8f9bb123ed897321897a33ab4e))
* fix: ResourceGroups lastUpdated time format (#599) (Darren)([506954f](https://github.com/lacework/go-sdk/commit/506954fd1451d192a43d2ae1a38fb1e2b6261b4e))
* fix(cli): making evaluatorId optional (hazedav)([a7da3c0](https://github.com/lacework/go-sdk/commit/a7da3c0bc346ac1db957a3854c04c2c5a6a537c6))
## Other Changes
* ci: version bump to v0.19.1-dev (Lacework)([e8e36dd](https://github.com/lacework/go-sdk/commit/e8e36ddf314463540288dea6d577a12b5d41456a))
* test(cli): adds host query integration test file (hazedav)([7be96a7](https://github.com/lacework/go-sdk/commit/7be96a79d2bb3f9df84c259615fe0027110342bf))
---
# v0.19.0

## Features
Expand Down
14 changes: 7 additions & 7 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# Release Notes
Another day, another release. These are the release notes for the version `v0.19.0`.
Another day, another release. These are the release notes for the version `v0.20.0`.

## Features
* feat: AlertRuleSeverities constructor from int slice (#595) (Darren)([637bcab](https://github.com/lacework/go-sdk/commit/637bcabd9f59a3d73cf0c740b58d7cfecb5b0c90))
* feat(api): Migrate Jira Cloud and Jira Server to API v2 (#590) (vatasha)([15369f3](https://github.com/lacework/go-sdk/commit/15369f35ef472fe8d2bf162e4e0e4d99304413aa))
## Refactor
* refactor: Add function to convert string slice to AlertRuleSeverities (#591) (Darren)([b3ae293](https://github.com/lacework/go-sdk/commit/b3ae2931f2a201059909f72b91b79f7c7c20ffc8))
* feat(cli): Manage Alert Rules in Lacework CLI (#597) (Darren)([4d5648c](https://github.com/lacework/go-sdk/commit/4d5648cce2430b670167d3d66c3d8aee860b5f39))
## Bug Fixes
* fix(cli): affected resource count in compliance reports (#592) (Salim Afiune)([7dc18d9](https://github.com/lacework/go-sdk/commit/7dc18d9288285ad3196ff3f186641891cda8ec7d))
* fix(cli): avoid panic when assessment has NO vulns (#600) (Salim Afiune)([4638c7e](https://github.com/lacework/go-sdk/commit/4638c7e7d6b08e8f9bb123ed897321897a33ab4e))
* fix: ResourceGroups lastUpdated time format (#599) (Darren)([506954f](https://github.com/lacework/go-sdk/commit/506954fd1451d192a43d2ae1a38fb1e2b6261b4e))
* fix(cli): making evaluatorId optional (hazedav)([a7da3c0](https://github.com/lacework/go-sdk/commit/a7da3c0bc346ac1db957a3854c04c2c5a6a537c6))
## Other Changes
* ci: version bump to v0.18.1-dev (Lacework)([21b392a](https://github.com/lacework/go-sdk/commit/21b392ad93c6a2f83d003d80125bc3da16feadc4))
* ci: version bump to v0.19.1-dev (Lacework)([e8e36dd](https://github.com/lacework/go-sdk/commit/e8e36ddf314463540288dea6d577a12b5d41456a))
* test(cli): adds host query integration test file (hazedav)([7be96a7](https://github.com/lacework/go-sdk/commit/7be96a79d2bb3f9df84c259615fe0027110342bf))

## 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.19.1-dev
0.20.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.

1 change: 1 addition & 0 deletions cli/docs/lacework.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ This will prompt you for your Lacework account and a set of API access keys.
* [lacework access-token](lacework_access-token.md) - generate temporary API access tokens
* [lacework account](lacework_account.md) - manage accounts in an organization (org admins only)
* [lacework agent](lacework_agent.md) - manage Lacework agents
* [lacework alert-rule](lacework_alert-rule.md) - manage alert rules
* [lacework api](lacework_api.md) - helper to call Lacework's API
* [lacework compliance](lacework_compliance.md) - manage compliance reports
* [lacework configure](lacework_configure.md) - configure the Lacework CLI
Expand Down

0 comments on commit 7b66e6e

Please sign in to comment.