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 v1.37.0 #1432

Merged
merged 1 commit into from
Nov 2, 2023
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
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# v1.37.0

## Features
* feat(cdk): expose LW_PROFILE to components (#1430) (Salim Afiune)([23d67a6e](https://github.com/lacework/go-sdk/commit/23d67a6e80cb3d73d0bf2fd72394a55d6fa71ea9))
* feat(GROW-2487): v1 component commands (#1428) (jonathan stewart)([f44bf6fd](https://github.com/lacework/go-sdk/commit/f44bf6fd16c395f01a6bbd28ea263679774ee271))
## Bug Fixes
* fix(GROW-2556): enable azure storage account infra encryption (#1431) (Matt Cadorette)([fa93e65f](https://github.com/lacework/go-sdk/commit/fa93e65f231165f5002501d93697e7e70f358cf7))
* fix(ci): windows integration tests (#1427) (Salim Afiune)([32ce177f](https://github.com/lacework/go-sdk/commit/32ce177f0860af5c7d45f5df5e4ae288faa9f815))
## Other Changes
* chore: use AlertRule subCategory in stead of eventCategory (#1429) (Pengyuan Zhao)([9df44a20](https://github.com/lacework/go-sdk/commit/9df44a200215d86841cd4c720f007ed11b9a8c99))
* chore(deps): bump github.com/cloudflare/circl from 1.1.0 to 1.3.3 (#1273) (dependabot[bot])([d6d09fcf](https://github.com/lacework/go-sdk/commit/d6d09fcface0a73e15f8ff0a30ac859600e5021a))
* ci: version bump to v1.36.1-dev (Lacework)([e8d0df90](https://github.com/lacework/go-sdk/commit/e8d0df901a05bfb6873d133658c4d278bbcdee16))
---
# v1.36.0

## Features
Expand Down
13 changes: 9 additions & 4 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
# Release Notes
Another day, another release. These are the release notes for the version `v1.36.0`.
Another day, another release. These are the release notes for the version `v1.37.0`.

## Features
* feat: add agentless to generate command for AWS (#1423) (Pengyuan Zhao)([fdc1bcf6](https://github.com/lacework/go-sdk/commit/fdc1bcf6c49c12efe3c3e9b041a1bc5d6702b44c))
* feat: add short lived instance field in agentless data structs (#1399) (Whitney Smith)([478dcaa3](https://github.com/lacework/go-sdk/commit/478dcaa3590d9eefebfbaeba73fa388e0e95bbbe))
* feat(cdk): expose LW_PROFILE to components (#1430) (Salim Afiune)([23d67a6e](https://github.com/lacework/go-sdk/commit/23d67a6e80cb3d73d0bf2fd72394a55d6fa71ea9))
* feat(GROW-2487): v1 component commands (#1428) (jonathan stewart)([f44bf6fd](https://github.com/lacework/go-sdk/commit/f44bf6fd16c395f01a6bbd28ea263679774ee271))
## Bug Fixes
* fix(GROW-2556): enable azure storage account infra encryption (#1431) (Matt Cadorette)([fa93e65f](https://github.com/lacework/go-sdk/commit/fa93e65f231165f5002501d93697e7e70f358cf7))
* fix(ci): windows integration tests (#1427) (Salim Afiune)([32ce177f](https://github.com/lacework/go-sdk/commit/32ce177f0860af5c7d45f5df5e4ae288faa9f815))
## Other Changes
* ci: version bump to v1.35.1-dev (Lacework)([1ba21685](https://github.com/lacework/go-sdk/commit/1ba21685186a486a788b6e4707513af90de7533a))
* chore: use AlertRule subCategory in stead of eventCategory (#1429) (Pengyuan Zhao)([9df44a20](https://github.com/lacework/go-sdk/commit/9df44a200215d86841cd4c720f007ed11b9a8c99))
* chore(deps): bump github.com/cloudflare/circl from 1.1.0 to 1.3.3 (#1273) (dependabot[bot])([d6d09fcf](https://github.com/lacework/go-sdk/commit/d6d09fcface0a73e15f8ff0a30ac859600e5021a))
* ci: version bump to v1.36.1-dev (Lacework)([e8d0df90](https://github.com/lacework/go-sdk/commit/e8d0df901a05bfb6873d133658c4d278bbcdee16))

## :whale: [Docker Image](https://hub.docker.com/r/lacework/lacework-cli)
```
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.36.1-dev
1.37.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.

2 changes: 1 addition & 1 deletion cli/docs/lacework_alert-rule.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Manage alert rules

### Synopsis

Manage alert rules to route events to the appropriate people or tools.
Manage alert rules to route events to the appropriate people or tools.

An alert rule has three parts:

Expand Down
Loading