Skip to content
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
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# v2.2.0

## Features
* feat(preflight): build preflight package for GCP (#1718) (Pengyuan Zhao)([cf972bd2](https://github.com/lacework/go-sdk/commit/cf972bd2a526eb2441c7037a51613be13004a00b))
* feat: refactor UX for lacework generate cloud-account gcp (#1714) (lokeshv-fortinet)([c09389da](https://github.com/lacework/go-sdk/commit/c09389daf21c4f397cb58bd085402cb1c72d878e))
* feat(preflight): build preflight package for AWS (#1716) (Pengyuan Zhao)([e90c63c0](https://github.com/lacework/go-sdk/commit/e90c63c016fb8ba05f5d07330670ae950ddc47e7))
* feat: refactor UX for lacework generate cloud-account azure (#1710) (lokeshv-fortinet)([17062e52](https://github.com/lacework/go-sdk/commit/17062e52736d52a2317f02755ed6552b2990cb72))
## Other Changes
* chore: run make go-vendor (#1722) (Pengyuan Zhao)([56e86f8a](https://github.com/lacework/go-sdk/commit/56e86f8ac4793f1f29828c2da0e13fc1ffdee977))
* chore: update metrics service to use v2/telemetry/OtelMetrics (#1719) (Pengyuan Zhao)([8ecfd899](https://github.com/lacework/go-sdk/commit/8ecfd89978ae41edb73090f9e80cdeb0415d558f))
* ci: version bump to v2.1.11-dev (Lacework)([38f41d0b](https://github.com/lacework/go-sdk/commit/38f41d0ba52a5bcbc546c5d6460b72ae3861ea02))
---
# v2.1.10

## Bug Fixes
Expand Down
13 changes: 9 additions & 4 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
# Release Notes
Another day, another release. These are the release notes for the version `v2.1.10`.
Another day, another release. These are the release notes for the version `v2.2.0`.

## Bug Fixes
* fix: Add missing csv header for host vuln (#1707) (jeffreynglw)([0865cfb7](https://github.com/lacework/go-sdk/commit/0865cfb7d8cade6dcd5622e73d7e19a59a9a63e9))
## Features
* feat(preflight): build preflight package for GCP (#1718) (Pengyuan Zhao)([cf972bd2](https://github.com/lacework/go-sdk/commit/cf972bd2a526eb2441c7037a51613be13004a00b))
* feat: refactor UX for lacework generate cloud-account gcp (#1714) (lokeshv-fortinet)([c09389da](https://github.com/lacework/go-sdk/commit/c09389daf21c4f397cb58bd085402cb1c72d878e))
* feat(preflight): build preflight package for AWS (#1716) (Pengyuan Zhao)([e90c63c0](https://github.com/lacework/go-sdk/commit/e90c63c016fb8ba05f5d07330670ae950ddc47e7))
* feat: refactor UX for lacework generate cloud-account azure (#1710) (lokeshv-fortinet)([17062e52](https://github.com/lacework/go-sdk/commit/17062e52736d52a2317f02755ed6552b2990cb72))
## Other Changes
* ci: version bump to v2.1.10-dev (Lacework)([fa4b4976](https://github.com/lacework/go-sdk/commit/fa4b4976a194d85e83721875c0aaa1494c436e44))
* chore: run make go-vendor (#1722) (Pengyuan Zhao)([56e86f8a](https://github.com/lacework/go-sdk/commit/56e86f8ac4793f1f29828c2da0e13fc1ffdee977))
* chore: update metrics service to use v2/telemetry/OtelMetrics (#1719) (Pengyuan Zhao)([8ecfd899](https://github.com/lacework/go-sdk/commit/8ecfd89978ae41edb73090f9e80cdeb0415d558f))
* ci: version bump to v2.1.11-dev (Lacework)([38f41d0b](https://github.com/lacework/go-sdk/commit/38f41d0ba52a5bcbc546c5d6460b72ae3861ea02))

## :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 @@
2.1.11-dev
2.2.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.

Loading