Skip to content

Commit

Permalink
Release v0.2.19 (#322)
Browse files Browse the repository at this point in the history
  • Loading branch information
afiune authored Feb 16, 2021
1 parent dfcd34a commit 99d6073
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 10 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# v0.2.19

## Features
* feat(cli): New VictorOps alert channel (#318) (Darren)([dfcd34a](https://github.com/lacework/go-sdk/commit/dfcd34adae5b84d697bd5f76831f749765f885fa))
* feat(cli): New CiscoWebex alert channel (#316) (Darren)([8e0071a](https://github.com/lacework/go-sdk/commit/8e0071a7d8a879d59c4545c8528e01287b90041e))
* feat: New Microsoft Teams alert channel (#315) (Darren)([e414226](https://github.com/lacework/go-sdk/commit/e41422624b5274a5d2b571fca4399ee2c9df3af3))
## Refactor
* refactor(cli): exponential retries polling scans (Salim Afiune Maya)([2bb881d](https://github.com/lacework/go-sdk/commit/2bb881d90fa6497003a89045acb41978398d5502))
## Bug Fixes
* fix(cli): match API client timeout with NGINX (#321) (Salim Afiune)([10b7a28](https://github.com/lacework/go-sdk/commit/10b7a28677af003e176de26b0dc1558c4837d1c4))
## Other Changes
* ci: increase integration test timeout to 30m (Salim Afiune Maya)([3081e3c](https://github.com/lacework/go-sdk/commit/3081e3cc6264e85b7fd80019a36d89dda1d9e5c9))
* test: change ctr vuln scan tag (Salim Afiune Maya)([c15bd1b](https://github.com/lacework/go-sdk/commit/c15bd1b2e0454ff61f6a7549f62c6bc791190079))
* test(cli): disable failing tests (RAIN-15300) (#320) (Salim Afiune)([e2afb31](https://github.com/lacework/go-sdk/commit/e2afb31277e8a2781c5f8e55ebf352992cd6d2b0))
---
# v0.2.18

## Features
Expand Down
15 changes: 10 additions & 5 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,18 @@
# Release Notes
Another day, another release. These are the release notes for the version `v0.2.18`.
Another day, another release. These are the release notes for the version `v0.2.19`.

## Features
* feat(cli): new Datadog alert channel (#313) (Darren)([8298022](https://github.com/lacework/go-sdk/commit/8298022367d99ccc0237e456c8ccd6b45885e1d7))
* feat(cli): New VictorOps alert channel (#318) (Darren)([dfcd34a](https://github.com/lacework/go-sdk/commit/dfcd34adae5b84d697bd5f76831f749765f885fa))
* feat(cli): New CiscoWebex alert channel (#316) (Darren)([8e0071a](https://github.com/lacework/go-sdk/commit/8e0071a7d8a879d59c4545c8528e01287b90041e))
* feat: New Microsoft Teams alert channel (#315) (Darren)([e414226](https://github.com/lacework/go-sdk/commit/e41422624b5274a5d2b571fca4399ee2c9df3af3))
## Refactor
* refactor(cli): exponential retries polling scans (Salim Afiune Maya)([2bb881d](https://github.com/lacework/go-sdk/commit/2bb881d90fa6497003a89045acb41978398d5502))
## Bug Fixes
* fix(cli): avoid daily update check during install (Salim Afiune Maya)([2bc94c0](https://github.com/lacework/go-sdk/commit/2bc94c002392cb900ce6ca47574eafa3f4e55959))
* fix(cli): match API client timeout with NGINX (#321) (Salim Afiune)([10b7a28](https://github.com/lacework/go-sdk/commit/10b7a28677af003e176de26b0dc1558c4837d1c4))
## Other Changes
* test: fix intermittent events test (#312) (Salim Afiune)([d69983b](https://github.com/lacework/go-sdk/commit/d69983b63c9c771f533d72325bc58cd63e5d3a66))
* test: fix intermittent events test (Salim Afiune Maya)([15c371c](https://github.com/lacework/go-sdk/commit/15c371cc59ae9b2cbbe25588ff20574c1272efbe))
* ci: increase integration test timeout to 30m (Salim Afiune Maya)([3081e3c](https://github.com/lacework/go-sdk/commit/3081e3cc6264e85b7fd80019a36d89dda1d9e5c9))
* test: change ctr vuln scan tag (Salim Afiune Maya)([c15bd1b](https://github.com/lacework/go-sdk/commit/c15bd1b2e0454ff61f6a7549f62c6bc791190079))
* test(cli): disable failing tests (RAIN-15300) (#320) (Salim Afiune)([e2afb31](https://github.com/lacework/go-sdk/commit/e2afb31277e8a2781c5f8e55ebf352992cd6d2b0))

## 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.2.19-dev
0.2.19
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.

2 changes: 1 addition & 1 deletion cli/docs/lacework_vulnerability_container_scan-status.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ lacework vulnerability container scan-status <request_id> [flags]
-h, --help help for scan-status
--html generate a vulnerability assessment in HTML format
--packages show a list of packages with CVE count
--poll poll until the vulnerability scan completes (5s intervals)
--poll poll until the vulnerability scan completes
```

### Options inherited from parent commands
Expand Down
2 changes: 1 addition & 1 deletion cli/docs/lacework_vulnerability_container_scan.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ lacework vulnerability container scan <registry> <repository> <tag|digest> [flag
-h, --help help for scan
--html generate a vulnerability assessment in HTML format
--packages show a list of packages with CVE count
--poll poll until the vulnerability scan completes (5s intervals)
--poll poll until the vulnerability scan completes
```

### Options inherited from parent commands
Expand Down

0 comments on commit 99d6073

Please sign in to comment.