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.46.1 #1562

Merged
merged 1 commit into from
Feb 23, 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
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# v1.46.1

## Bug Fixes
* fix: cdk v3 feature flag (#1560) (jonathan stewart)([57876bc7](https://github.com/lacework/go-sdk/commit/57876bc7514bbcbc27f37237dba7b1843762c5f7))
## Other Changes
* ci: version bump to v1.46.1-dev (Lacework)([0956d323](https://github.com/lacework/go-sdk/commit/0956d3236c2b7ca0ff52121133ad2fff8cae0ece))
---
# v1.46.0

## Features
Expand Down
16 changes: 3 additions & 13 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,10 @@
# Release Notes
Another day, another release. These are the release notes for the version `v1.46.0`.
Another day, another release. These are the release notes for the version `v1.46.1`.

## Features
* feat: CDK v2 feature flag (#1548) (jonathan stewart)([e5d3a91c](https://github.com/lacework/go-sdk/commit/e5d3a91c8b909436ba8f21d9fd8b786adae952b8))
## Bug Fixes
* fix: lint error (#1550) (jonathan stewart)([ebadce06](https://github.com/lacework/go-sdk/commit/ebadce065a0af89afc831b0291168001036f1be2))
* fix: cdk backwards compatibility (#1549) (jonathan stewart)([4a0f3b5f](https://github.com/lacework/go-sdk/commit/4a0f3b5f7f75cfac384ae588cee5a11a4732331f))
* fix: component b64 sigs and info (#1547) (jonathan stewart)([353acb7a](https://github.com/lacework/go-sdk/commit/353acb7aa04c19d423b9d3117f22d5f5dc88c93f))
* fix: cdk v3 feature flag (#1560) (jonathan stewart)([57876bc7](https://github.com/lacework/go-sdk/commit/57876bc7514bbcbc27f37237dba7b1843762c5f7))
## Other Changes
* chore: fetch all history for prepare-release (#1556) (Pengyuan Zhao)([91c70ab2](https://github.com/lacework/go-sdk/commit/91c70ab29bca5a28af2a97a86fec29c848dbc982))
* chore: set checkout ref to main for prepare-release (#1554) (Pengyuan Zhao)([287cd490](https://github.com/lacework/go-sdk/commit/287cd490e6485455fa4bc25f8f0997a61b772672))
* chore: add GITHUB_TOKEN env to prepare-release.yml (#1552) (Pengyuan Zhao)([a9068c39](https://github.com/lacework/go-sdk/commit/a9068c39fd0c11c65ae0339599023e62e9511267))
* chore: add workflow names and fix test-build slack alert (#1551) (Pengyuan Zhao)([7e5d8e64](https://github.com/lacework/go-sdk/commit/7e5d8e64ba6bac8268809a9ebc902c51ca5c3ed7))
* chore: add GITHUB_TOKEN env to release.yml (#1546) (Pengyuan Zhao)([7f011e21](https://github.com/lacework/go-sdk/commit/7f011e21ce117663eb533bb25a52e1310db5c303))
* ci: fix release trigger workflow (#1545) (jonathan stewart)([802a21dc](https://github.com/lacework/go-sdk/commit/802a21dcba0ee234669e9641349791bde9e21fa0))
* ci: version bump to v1.45.1-dev (Lacework)([893e48b7](https://github.com/lacework/go-sdk/commit/893e48b74f59a1c4c9550ab362cabf301bdc05ce))
* ci: version bump to v1.46.1-dev (Lacework)([0956d323](https://github.com/lacework/go-sdk/commit/0956d3236c2b7ca0ff52121133ad2fff8cae0ece))

## :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.46.1-dev
1.46.1
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