Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v0.35.0 #810

Merged
merged 1 commit into from
Jun 7, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
# v0.35.0

## Features
* feat: show query start time in progress spinner (#798) (Darren)([2179616](https://github.com/lacework/go-sdk/commit/21796160c18f1c7acbf6ece7f2fbc8c3d5526ec0))
* feat(api): Add S3BucketArn field to allow BYOB for AWS EKS Audit Log (#793) (Ross)([93dbb2d](https://github.com/lacework/go-sdk/commit/93dbb2d74f700fc7c536566c7130d8096ea3febc))
* feat(cli): alert profiles command (#792) (Darren)([c0bc9a3](https://github.com/lacework/go-sdk/commit/c0bc9a3a694a7ae28f65c10f264dfff6e0042102))
## Refactor
* refactor(cli): query run progress message (#804) (hazedav)([f64d461](https://github.com/lacework/go-sdk/commit/f64d461b0dc674473122ff29035323b9d5b29dbe))
* refactor(cli): updated terminology for fail_on (#803) (hazedav)([f5b85f5](https://github.com/lacework/go-sdk/commit/f5b85f587f19ad656aef1095096d613cd5a328d8))
## Bug Fixes
* fix: allow resource scope to be optional (#807) (Salim Afiune)([6e8e55c](https://github.com/lacework/go-sdk/commit/6e8e55cdd0d3e54b3a8b9d450b36f84e9ceff614))
* fix(cli): Add MachineDetail tags (hazedav)([8cd1ea0](https://github.com/lacework/go-sdk/commit/8cd1ea0aebdee72d87d7e8faf2a7bae2cd87fe4c))
* fix(cli): panic while detecting ESM on Ubuntu sys (#799) (Salim Afiune)([dce2d18](https://github.com/lacework/go-sdk/commit/dce2d18ab0e88e1f106d69b352ac041ee7810221))
## Other Changes
* chore(deps): bump github.com/hashicorp/go-version from 1.4.0 to 1.5.0 (#801) (dependabot[bot])([7665edd](https://github.com/lacework/go-sdk/commit/7665edd61c4365d0fc12ce363ba4ff94421f41f8))
* chore(deps): bump github.com/hashicorp/terraform-exec (#773) (dependabot[bot])([a7915cc](https://github.com/lacework/go-sdk/commit/a7915cc74e2883fa048dff47e7b100a1e976358d))
* chore(deps): bump github.com/abiosoft/colima from 0.4.1 to 0.4.2 (#795) (dependabot[bot])([6ea8ef3](https://github.com/lacework/go-sdk/commit/6ea8ef30b61474daba5b44fadd0efd06b6a6ccfe))
* chore(deps): bump github.com/abiosoft/colima from 0.3.4 to 0.4.1 (#791) (dependabot[bot])([cf19e21](https://github.com/lacework/go-sdk/commit/cf19e21eebe9aa1d88dc179a221ee5e427b58e1b))
* ci: version bump to v0.34.1-dev (Lacework)([8811c84](https://github.com/lacework/go-sdk/commit/8811c84d050aad00f250b35b47ee8422e1907156))
* test: fix pipeline to check for low vulns (#805) (Salim Afiune)([233c24f](https://github.com/lacework/go-sdk/commit/233c24f372a913f61d64c509183c77323e376982))
* test: disable file test since CI runs as root (#800) (Salim Afiune)([5b271c6](https://github.com/lacework/go-sdk/commit/5b271c671d058ebe9fc898ec785c5c750e167d65))
---
# v0.34.0

## Features
Expand Down
25 changes: 17 additions & 8 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,25 @@
# Release Notes
Another day, another release. These are the release notes for the version `v0.34.0`.
Another day, another release. These are the release notes for the version `v0.35.0`.

## Features
* feat: Add support for APIv2 CloudAccounts List (#784) (Ross)([563d1da](https://github.com/lacework/go-sdk/commit/563d1da63b7eae5f7e7691117787570d2d0e8cfc))
* feat(cli): add gcp compliance report disable warning (#787) (Ross)([0cc3734](https://github.com/lacework/go-sdk/commit/0cc373442eff0bc970b10d5eabfde0296ba699a1))
* feat(cli): add azure compliance report disable warning (#786) (Ross)([a028ecb](https://github.com/lacework/go-sdk/commit/a028ecb3b6a5a5e61f82464c9ef83226dd393227))
* feat: show query start time in progress spinner (#798) (Darren)([2179616](https://github.com/lacework/go-sdk/commit/21796160c18f1c7acbf6ece7f2fbc8c3d5526ec0))
* feat(api): Add S3BucketArn field to allow BYOB for AWS EKS Audit Log (#793) (Ross)([93dbb2d](https://github.com/lacework/go-sdk/commit/93dbb2d74f700fc7c536566c7130d8096ea3febc))
* feat(cli): alert profiles command (#792) (Darren)([c0bc9a3](https://github.com/lacework/go-sdk/commit/c0bc9a3a694a7ae28f65c10f264dfff6e0042102))
## Refactor
* refactor(cli): query run progress message (#804) (hazedav)([f64d461](https://github.com/lacework/go-sdk/commit/f64d461b0dc674473122ff29035323b9d5b29dbe))
* refactor(cli): updated terminology for fail_on (#803) (hazedav)([f5b85f5](https://github.com/lacework/go-sdk/commit/f5b85f587f19ad656aef1095096d613cd5a328d8))
## Bug Fixes
* fix(test): Fix TestCloudAccountsListByType unit test failure (#788) (Ross)([48fb4c7](https://github.com/lacework/go-sdk/commit/48fb4c78d6f2d47c353341c0d47978fcefa25651))
* fix(api): add newResponse for function SearchAllPages (#770) (aircraft-cerier)([474a163](https://github.com/lacework/go-sdk/commit/474a16396b30d70b934a07839891436c3cef6643))
* fix(cli): Remove Additional Cloudtrail/AuditLog options when Cloudtrail/AuditLog Integration is set to No (#782) (Ross)([c9d7f48](https://github.com/lacework/go-sdk/commit/c9d7f48572e028be691e7b984b52208681cfad5a))
* fix: allow resource scope to be optional (#807) (Salim Afiune)([6e8e55c](https://github.com/lacework/go-sdk/commit/6e8e55cdd0d3e54b3a8b9d450b36f84e9ceff614))
* fix(cli): Add MachineDetail tags (hazedav)([8cd1ea0](https://github.com/lacework/go-sdk/commit/8cd1ea0aebdee72d87d7e8faf2a7bae2cd87fe4c))
* fix(cli): panic while detecting ESM on Ubuntu sys (#799) (Salim Afiune)([dce2d18](https://github.com/lacework/go-sdk/commit/dce2d18ab0e88e1f106d69b352ac041ee7810221))
## Other Changes
* ci: version bump to v0.33.1-dev (Lacework)([3b3aacf](https://github.com/lacework/go-sdk/commit/3b3aacf9e8075d39532980b063e2083c9e0dc88a))
* chore(deps): bump github.com/hashicorp/go-version from 1.4.0 to 1.5.0 (#801) (dependabot[bot])([7665edd](https://github.com/lacework/go-sdk/commit/7665edd61c4365d0fc12ce363ba4ff94421f41f8))
* chore(deps): bump github.com/hashicorp/terraform-exec (#773) (dependabot[bot])([a7915cc](https://github.com/lacework/go-sdk/commit/a7915cc74e2883fa048dff47e7b100a1e976358d))
* chore(deps): bump github.com/abiosoft/colima from 0.4.1 to 0.4.2 (#795) (dependabot[bot])([6ea8ef3](https://github.com/lacework/go-sdk/commit/6ea8ef30b61474daba5b44fadd0efd06b6a6ccfe))
* chore(deps): bump github.com/abiosoft/colima from 0.3.4 to 0.4.1 (#791) (dependabot[bot])([cf19e21](https://github.com/lacework/go-sdk/commit/cf19e21eebe9aa1d88dc179a221ee5e427b58e1b))
* ci: version bump to v0.34.1-dev (Lacework)([8811c84](https://github.com/lacework/go-sdk/commit/8811c84d050aad00f250b35b47ee8422e1907156))
* test: fix pipeline to check for low vulns (#805) (Salim Afiune)([233c24f](https://github.com/lacework/go-sdk/commit/233c24f372a913f61d64c509183c77323e376982))
* test: disable file test since CI runs as root (#800) (Salim Afiune)([5b271c6](https://github.com/lacework/go-sdk/commit/5b271c671d058ebe9fc898ec785c5c750e167d65))

## 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.34.1-dev
0.35.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 @@ -43,6 +43,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-profile](lacework_alert-profile.md) - Manage alert profiles
* [lacework alert-rule](lacework_alert-rule.md) - Manage alert rules
* [lacework api](lacework_api.md) - Helper to call Lacework's API
* [lacework cloud-account](lacework_cloud-account.md) - Manage cloud accounts
Expand Down