Skip to content

Commit c83309b

Browse files
release: v1.37.0 (#1432)
Signed-off-by: Lacework <[email protected]>
1 parent fa93e65 commit c83309b

File tree

5 files changed

+26
-8
lines changed

5 files changed

+26
-8
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# v1.37.0
2+
3+
## Features
4+
* feat(cdk): expose LW_PROFILE to components (#1430) (Salim Afiune)([23d67a6e](https://github.com/lacework/go-sdk/commit/23d67a6e80cb3d73d0bf2fd72394a55d6fa71ea9))
5+
* feat(GROW-2487): v1 component commands (#1428) (jonathan stewart)([f44bf6fd](https://github.com/lacework/go-sdk/commit/f44bf6fd16c395f01a6bbd28ea263679774ee271))
6+
## Bug Fixes
7+
* fix(GROW-2556): enable azure storage account infra encryption (#1431) (Matt Cadorette)([fa93e65f](https://github.com/lacework/go-sdk/commit/fa93e65f231165f5002501d93697e7e70f358cf7))
8+
* fix(ci): windows integration tests (#1427) (Salim Afiune)([32ce177f](https://github.com/lacework/go-sdk/commit/32ce177f0860af5c7d45f5df5e4ae288faa9f815))
9+
## Other Changes
10+
* chore: use AlertRule subCategory in stead of eventCategory (#1429) (Pengyuan Zhao)([9df44a20](https://github.com/lacework/go-sdk/commit/9df44a200215d86841cd4c720f007ed11b9a8c99))
11+
* 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))
12+
* ci: version bump to v1.36.1-dev (Lacework)([e8d0df90](https://github.com/lacework/go-sdk/commit/e8d0df901a05bfb6873d133658c4d278bbcdee16))
13+
---
114
# v1.36.0
215

316
## Features

RELEASE_NOTES.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
11
# Release Notes
2-
Another day, another release. These are the release notes for the version `v1.36.0`.
2+
Another day, another release. These are the release notes for the version `v1.37.0`.
33

44
## Features
5-
* feat: add agentless to generate command for AWS (#1423) (Pengyuan Zhao)([fdc1bcf6](https://github.com/lacework/go-sdk/commit/fdc1bcf6c49c12efe3c3e9b041a1bc5d6702b44c))
6-
* feat: add short lived instance field in agentless data structs (#1399) (Whitney Smith)([478dcaa3](https://github.com/lacework/go-sdk/commit/478dcaa3590d9eefebfbaeba73fa388e0e95bbbe))
5+
* feat(cdk): expose LW_PROFILE to components (#1430) (Salim Afiune)([23d67a6e](https://github.com/lacework/go-sdk/commit/23d67a6e80cb3d73d0bf2fd72394a55d6fa71ea9))
6+
* feat(GROW-2487): v1 component commands (#1428) (jonathan stewart)([f44bf6fd](https://github.com/lacework/go-sdk/commit/f44bf6fd16c395f01a6bbd28ea263679774ee271))
7+
## Bug Fixes
8+
* fix(GROW-2556): enable azure storage account infra encryption (#1431) (Matt Cadorette)([fa93e65f](https://github.com/lacework/go-sdk/commit/fa93e65f231165f5002501d93697e7e70f358cf7))
9+
* fix(ci): windows integration tests (#1427) (Salim Afiune)([32ce177f](https://github.com/lacework/go-sdk/commit/32ce177f0860af5c7d45f5df5e4ae288faa9f815))
710
## Other Changes
8-
* ci: version bump to v1.35.1-dev (Lacework)([1ba21685](https://github.com/lacework/go-sdk/commit/1ba21685186a486a788b6e4707513af90de7533a))
11+
* chore: use AlertRule subCategory in stead of eventCategory (#1429) (Pengyuan Zhao)([9df44a20](https://github.com/lacework/go-sdk/commit/9df44a200215d86841cd4c720f007ed11b9a8c99))
12+
* 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))
13+
* ci: version bump to v1.36.1-dev (Lacework)([e8d0df90](https://github.com/lacework/go-sdk/commit/e8d0df901a05bfb6873d133658c4d278bbcdee16))
914

1015
## :whale: [Docker Image](https://hub.docker.com/r/lacework/lacework-cli)
1116
```

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.36.1-dev
1+
1.37.0

api/version.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cli/docs/lacework_alert-rule.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Manage alert rules
1010

1111
### Synopsis
1212

13-
Manage alert rules to route events to the appropriate people or tools.
13+
Manage alert rules to route events to the appropriate people or tools.
1414

1515
An alert rule has three parts:
1616

0 commit comments

Comments
 (0)