Skip to content

Commit

Permalink
release: v1.30.0 (#1362)
Browse files Browse the repository at this point in the history
Signed-off-by: Lacework <[email protected]>
  • Loading branch information
lacework-releng authored Aug 24, 2023
1 parent 06233a9 commit 7d3c5a2
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 6 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# v1.30.0

## Features
* feat: add oci package to lwgenerate (#1358) (Kolbeinn)([e9b4e21f](https://github.com/lacework/go-sdk/commit/e9b4e21f5361d1156da9bbf7a4f2c7247a3e706f))
## Bug Fixes
* fix(CAD-125): Fix broken update call in RGv2 (#1360) (Zeki Sherif)([ba5ebf52](https://github.com/lacework/go-sdk/commit/ba5ebf529f6a31229d9421b09ff1e6884b271de4))
## Other Changes
* chore: run make go-vendor (#1361) (Darren)([06233a91](https://github.com/lacework/go-sdk/commit/06233a9186dfa6b384a27c624da26a2427bc3586))
* chore: bump go version to 1.21 (#1344) (Darren)([f21e2b36](https://github.com/lacework/go-sdk/commit/f21e2b36f5821eeaaaa607ae6108c7645421e4de))
* ci: version bump to v1.29.2-dev (Lacework)([8aed33aa](https://github.com/lacework/go-sdk/commit/8aed33aae75045b21f8fcc68f329a19eb13e2f8b))
---
# v1.29.1

## Bug Fixes
Expand Down
10 changes: 7 additions & 3 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
# Release Notes
Another day, another release. These are the release notes for the version `v1.29.1`.
Another day, another release. These are the release notes for the version `v1.30.0`.

## Features
* feat: add oci package to lwgenerate (#1358) (Kolbeinn)([e9b4e21f](https://github.com/lacework/go-sdk/commit/e9b4e21f5361d1156da9bbf7a4f2c7247a3e706f))
## Bug Fixes
* fix: Remove duplicated entries for v2 RGs in create command (#1355) (Zeki Sherif)([088588ad](https://github.com/lacework/go-sdk/commit/088588ad6b38ffa720b147d504d1174bcb4e7747))
* fix(CAD-125): Fix broken update call in RGv2 (#1360) (Zeki Sherif)([ba5ebf52](https://github.com/lacework/go-sdk/commit/ba5ebf529f6a31229d9421b09ff1e6884b271de4))
## Other Changes
* ci: version bump to v1.29.1-dev (Lacework)([cf62cc54](https://github.com/lacework/go-sdk/commit/cf62cc548775d75c4d87e952abad1394cd2c2dd9))
* chore: run make go-vendor (#1361) (Darren)([06233a91](https://github.com/lacework/go-sdk/commit/06233a9186dfa6b384a27c624da26a2427bc3586))
* chore: bump go version to 1.21 (#1344) (Darren)([f21e2b36](https://github.com/lacework/go-sdk/commit/f21e2b36f5821eeaaaa607ae6108c7645421e4de))
* ci: version bump to v1.29.2-dev (Lacework)([8aed33aa](https://github.com/lacework/go-sdk/commit/8aed33aae75045b21f8fcc68f329a19eb13e2f8b))

## :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.29.2-dev
1.30.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.

0 comments on commit 7d3c5a2

Please sign in to comment.