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 v2.1.0 #1669

Merged
merged 1 commit into from
Oct 30, 2024
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
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# v2.1.0

## Features
* feat: Remove RGv1 logic. Add KUBERNETES to ResourceGroups (#1666) (Zeki Sherif)([2b0ffd41](https://github.com/lacework/go-sdk/commit/2b0ffd411c65cefc664fb43591f8be6a47c6e6a0))
* feat: Upgrade aws config org version to 1.0 (#1662) (Lei Jin)([2de64a07](https://github.com/lacework/go-sdk/commit/2de64a0765d0abd72b47c91ffd04b67573a0b494))
## Bug Fixes
* fix: Fix failed resource group tests (#1664) (Lei Jin)([cbebb620](https://github.com/lacework/go-sdk/commit/cbebb620edf3ef59327d417634772870092c4a43))
## Other Changes
* chore: Update VERSION (#1668) (Lei Jin)([f27ba951](https://github.com/lacework/go-sdk/commit/f27ba9517cd66e8fbc5de1e5f46be7af78661704))
* ci: version bump to v1.54.1-dev (Lacework)([b47e0030](https://github.com/lacework/go-sdk/commit/b47e00301001fcea7edaf61637666971b36741e6))
---
# v1.55.0

## Features
Expand Down
3 changes: 2 additions & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
# Release Notes
Another day, another release. These are the release notes for the version `v1.55.0`.
Another day, another release. These are the release notes for the version `v2.1.0`.

## Features
* feat: Remove RGv1 logic. Add KUBERNETES to ResourceGroups (#1666) (Zeki Sherif)([2b0ffd41](https://github.com/lacework/go-sdk/commit/2b0ffd411c65cefc664fb43591f8be6a47c6e6a0))
* feat: Upgrade aws config org version to 1.0 (#1662) (Lei Jin)([2de64a07](https://github.com/lacework/go-sdk/commit/2de64a0765d0abd72b47c91ffd04b67573a0b494))
## Bug Fixes
* fix: Fix failed resource group tests (#1664) (Lei Jin)([cbebb620](https://github.com/lacework/go-sdk/commit/cbebb620edf3ef59327d417634772870092c4a43))
## Other Changes
* chore: Update VERSION (#1668) (Lei Jin)([f27ba951](https://github.com/lacework/go-sdk/commit/f27ba9517cd66e8fbc5de1e5f46be7af78661704))
* ci: version bump to v1.54.1-dev (Lacework)([b47e0030](https://github.com/lacework/go-sdk/commit/b47e00301001fcea7edaf61637666971b36741e6))

## :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.0.0-dev
2.1.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