From 82ac40c1b5cbe17811fa1acd3f2e1085c262f68a Mon Sep 17 00:00:00 2001 From: Darren <75614232+dmurray-lacework@users.noreply.github.com> Date: Thu, 28 Jan 2021 10:55:27 +0000 Subject: [PATCH] Release v0.2.16 (#306) --- CHANGELOG.md | 15 +++++++++++++++ RELEASE_NOTES.md | 15 ++++++++++++--- VERSION | 2 +- api/version.go | 4 ++-- 4 files changed, 30 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 65fbbe878..521d42160 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +# v0.2.16 + +## Features +* feat(cli): New Service Now alert channel (#303) (Darren)([512f2d9](https://github.com/lacework/go-sdk/commit/512f2d9c38d8124904dbdd661d9ab3b8441fc86d)) +## Refactor +* refactor: Change input method for private_key field (#305) (Darren)([e56cdc6](https://github.com/lacework/go-sdk/commit/e56cdc68d74074f5ee904712aa56779dc9a0e1ed)) +## Bug Fixes +* fix: Use select for issue grouping (#304) (Darren)([799d9c3](https://github.com/lacework/go-sdk/commit/799d9c34723d4af03f9ed811028880181f1757f5)) +* fix: Add issue_grouping field to gcp pub sub (#301) (Darren)([1a66d2c](https://github.com/lacework/go-sdk/commit/1a66d2cc20a33674348705fbd3e552bf9222c787)) +* fix(cli): install.sh should try curl and wget (Salim Afiune Maya)([f6b0bd7](https://github.com/lacework/go-sdk/commit/f6b0bd725992961e8c8b02ba3090164f31056388)) +* fix(cli): install.sh should respect target override (Salim Afiune Maya)([4164f58](https://github.com/lacework/go-sdk/commit/4164f5872dd381471ad8608abd9c2fa821dac524)) +## Other Changes +* chore(cli): install.sh print exitcodes for debugging (Salim Afiune Maya)([5e66c11](https://github.com/lacework/go-sdk/commit/5e66c11264f0b9ba012be20370b0b65cc114fe4c)) +* ci: trigger homebrew update script (#299) (Darren)([9247cb1](https://github.com/lacework/go-sdk/commit/9247cb12b62582596939be55861f4d6c08bf8690)) +--- # v0.2.15 ## Features diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index adc8b0e65..ed8d5fc71 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,9 +1,18 @@ # Release Notes -Another day, another release. These are the release notes for the version `v0.2.15`. +Another day, another release. These are the release notes for the version `v0.2.16`. ## Features -* feat: add telemetry to detect Homebrew installations (#297) (Darren)([fa81abc](https://github.com/lacework/go-sdk/commit/fa81abc1c044cb362cd29608c65fc820d0c8a706)) -* feat(cli): New Gcp PubSub alert channel (#294) (Darren)([08a3e61](https://github.com/lacework/go-sdk/commit/08a3e61469a1bb35675d63070474bad3e7988ad4)) +* feat(cli): New Service Now alert channel (#303) (Darren)([512f2d9](https://github.com/lacework/go-sdk/commit/512f2d9c38d8124904dbdd661d9ab3b8441fc86d)) +## Refactor +* refactor: Change input method for private_key field (#305) (Darren)([e56cdc6](https://github.com/lacework/go-sdk/commit/e56cdc68d74074f5ee904712aa56779dc9a0e1ed)) +## Bug Fixes +* fix: Use select for issue grouping (#304) (Darren)([799d9c3](https://github.com/lacework/go-sdk/commit/799d9c34723d4af03f9ed811028880181f1757f5)) +* fix: Add issue_grouping field to gcp pub sub (#301) (Darren)([1a66d2c](https://github.com/lacework/go-sdk/commit/1a66d2cc20a33674348705fbd3e552bf9222c787)) +* fix(cli): install.sh should try curl and wget (Salim Afiune Maya)([f6b0bd7](https://github.com/lacework/go-sdk/commit/f6b0bd725992961e8c8b02ba3090164f31056388)) +* fix(cli): install.sh should respect target override (Salim Afiune Maya)([4164f58](https://github.com/lacework/go-sdk/commit/4164f5872dd381471ad8608abd9c2fa821dac524)) +## Other Changes +* chore(cli): install.sh print exitcodes for debugging (Salim Afiune Maya)([5e66c11](https://github.com/lacework/go-sdk/commit/5e66c11264f0b9ba012be20370b0b65cc114fe4c)) +* ci: trigger homebrew update script (#299) (Darren)([9247cb1](https://github.com/lacework/go-sdk/commit/9247cb12b62582596939be55861f4d6c08bf8690)) ## Docker Images * `docker pull lacework/lacework-cli:latest` diff --git a/VERSION b/VERSION index 29cdeee0d..d84abc168 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.2.16-dev \ No newline at end of file +0.2.16 \ No newline at end of file diff --git a/api/version.go b/api/version.go index b72212d12..c556eda65 100644 --- a/api/version.go +++ b/api/version.go @@ -1,5 +1,5 @@ // Code generated by: scripts/version_updater.sh -// File generated at: 20210121193409 +// File generated at: 20210127162132 // // <<< DO NOT EDIT >>> // @@ -7,4 +7,4 @@ package api // Version is the semver coming from the VERSION file -const Version = "0.2.16-dev" +const Version = "0.2.16"