diff --git a/CHANGELOG.md b/CHANGELOG.md index 78e37e438..8a980c684 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index b2f191e54..793d40687 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -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` diff --git a/VERSION b/VERSION index d4f40263f..57621a578 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.2.19-dev \ No newline at end of file +0.2.19 \ No newline at end of file diff --git a/api/version.go b/api/version.go index cd2f594fb..e72989835 100644 --- a/api/version.go +++ b/api/version.go @@ -1,5 +1,5 @@ // Code generated by: scripts/version_updater.sh -// File generated at: 20210205192554 +// File generated at: 20210216144352 // // <<< DO NOT EDIT >>> // @@ -7,4 +7,4 @@ package api // Version is the semver coming from the VERSION file -const Version = "0.2.19-dev" +const Version = "0.2.19" diff --git a/cli/docs/lacework_vulnerability_container_scan-status.md b/cli/docs/lacework_vulnerability_container_scan-status.md index af4f28e22..d591023a3 100644 --- a/cli/docs/lacework_vulnerability_container_scan-status.md +++ b/cli/docs/lacework_vulnerability_container_scan-status.md @@ -18,7 +18,7 @@ lacework vulnerability container scan-status [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 diff --git a/cli/docs/lacework_vulnerability_container_scan.md b/cli/docs/lacework_vulnerability_container_scan.md index 1f5a9dac4..e2783be03 100644 --- a/cli/docs/lacework_vulnerability_container_scan.md +++ b/cli/docs/lacework_vulnerability_container_scan.md @@ -25,7 +25,7 @@ lacework vulnerability container scan [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