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.4 #1682

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

## Documentation Updates
* docs: Correct resource-group command help text to point to public docs (ggaetz-fortinet)([e610518e](https://github.com/lacework/go-sdk/commit/e610518e73a685f3dd44b5f231dcbfa6ca959373))
## Other Changes
* chore: make subscription_id required for Azure Activity Log and Config (#1681) (Pengyuan Zhao)([0098e71c](https://github.com/lacework/go-sdk/commit/0098e71c8a61273502900d23ef02027f0eb8bb3f))
* ci: version bump to v2.1.4-dev (Lacework)([3660e7bf](https://github.com/lacework/go-sdk/commit/3660e7bf61ea24704e20de4cd46ba3d87087898e))
---
# v2.1.3

## Bug Fixes
Expand Down
10 changes: 5 additions & 5 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Release Notes
Another day, another release. These are the release notes for the version `v2.1.3`.
Another day, another release. These are the release notes for the version `v2.1.4`.

## Bug Fixes
* fix: bump lacework provider version to 2.0 (#1678) (Pengyuan Zhao)([a4fd71b5](https://github.com/lacework/go-sdk/commit/a4fd71b5e0139190eb6d5a897d10eea63582d851))
* fix: Add credentials to control tower accounts (#1675) (Lei Jin)([3e1885d0](https://github.com/lacework/go-sdk/commit/3e1885d0c01af8dc0ad9634ff83c0d31d7f207ff))
## Documentation Updates
* docs: Correct resource-group command help text to point to public docs (ggaetz-fortinet)([e610518e](https://github.com/lacework/go-sdk/commit/e610518e73a685f3dd44b5f231dcbfa6ca959373))
## Other Changes
* ci: version bump to v2.1.3-dev (Lacework)([33d32ada](https://github.com/lacework/go-sdk/commit/33d32ada65a4fb396944664e595f69320c5845fe))
* chore: make subscription_id required for Azure Activity Log and Config (#1681) (Pengyuan Zhao)([0098e71c](https://github.com/lacework/go-sdk/commit/0098e71c8a61273502900d23ef02027f0eb8bb3f))
* ci: version bump to v2.1.4-dev (Lacework)([3660e7bf](https://github.com/lacework/go-sdk/commit/3660e7bf61ea24704e20de4cd46ba3d87087898e))

## :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.4-dev
2.1.4
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