From 482a9f365af80f2b863780bd55b50add7abdb997 Mon Sep 17 00:00:00 2001 From: Lacework Date: Thu, 21 Mar 2024 10:10:53 +0000 Subject: [PATCH] release: v1.48.0 Signed-off-by: Lacework --- CHANGELOG.md | 14 ++++++++++++++ RELEASE_NOTES.md | 13 ++++++++++--- VERSION | 2 +- api/version.go | 4 ++-- 4 files changed, 27 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d7b7743e..d71a6c878 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +# v1.48.0 + +## Features +* feat(RAIN-92599): Add AzureAdAl integration support (#1590) (rubinder-lw)([9e12df97](https://github.com/lacework/go-sdk/commit/9e12df974f33d930203a85893040ba1f19c819bb)) +## Bug Fixes +* fix(cli): avoid panic while updating progress (#1597) (Salim Afiune)([570e5787](https://github.com/lacework/go-sdk/commit/570e578779afcb13b79410ef8684cf5f066da303)) +## Other Changes +* style(cli): fix component uninstall output (#1596) (Salim Afiune)([fc36cc21](https://github.com/lacework/go-sdk/commit/fc36cc21aa75501540b041fae39ece5509092d86)) +* chore(deps): bump google.golang.org/protobuf from 1.30.0 to 1.33.0 (#1593) (dependabot[bot])([df97387e](https://github.com/lacework/go-sdk/commit/df97387ecde43c276604fb2a59cfadbae1d72d8f)) +* chore(deps): bump github.com/cloudflare/circl from 1.3.3 to 1.3.7 (#1502) (dependabot[bot])([5465769d](https://github.com/lacework/go-sdk/commit/5465769d8618ed913795ce35ceadb5edf3bb4b3d)) +* ci: fix TestComplianceAwsGetReportRecommendationID (#1592) (Pengyuan Zhao)([e0768802](https://github.com/lacework/go-sdk/commit/e076880211b2b22159be9690c80523a7704824e0)) +* ci: version bump to v1.47.3-dev (Lacework)([f686add3](https://github.com/lacework/go-sdk/commit/f686add37882c8cc2f7b37e0e486f181789f9380)) +* test: fix TestQueryCreateFromEditor and TestComponent* (#1594) (Pengyuan Zhao)([a8efbac2](https://github.com/lacework/go-sdk/commit/a8efbac20b75d2e7d4356e6ae31649c5fe2dc8f8)) +--- # v1.47.2 ## Bug Fixes diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 25d0fee8d..1be3262ce 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,10 +1,17 @@ # Release Notes -Another day, another release. These are the release notes for the version `v1.47.2`. +Another day, another release. These are the release notes for the version `v1.48.0`. +## Features +* feat(RAIN-92599): Add AzureAdAl integration support (#1590) (rubinder-lw)([9e12df97](https://github.com/lacework/go-sdk/commit/9e12df974f33d930203a85893040ba1f19c819bb)) ## Bug Fixes -* fix: update telemetry dataset during release (#1587) (Matt Cadorette)([df0d1f1a](https://github.com/lacework/go-sdk/commit/df0d1f1aef89444b64bf5b37385ce16d9300ec2f)) +* fix(cli): avoid panic while updating progress (#1597) (Salim Afiune)([570e5787](https://github.com/lacework/go-sdk/commit/570e578779afcb13b79410ef8684cf5f066da303)) ## Other Changes -* ci: version bump to v1.47.2-dev (Lacework)([854bbaea](https://github.com/lacework/go-sdk/commit/854bbaeae6d8655cb42851a12a50a3b0925ca71a)) +* style(cli): fix component uninstall output (#1596) (Salim Afiune)([fc36cc21](https://github.com/lacework/go-sdk/commit/fc36cc21aa75501540b041fae39ece5509092d86)) +* chore(deps): bump google.golang.org/protobuf from 1.30.0 to 1.33.0 (#1593) (dependabot[bot])([df97387e](https://github.com/lacework/go-sdk/commit/df97387ecde43c276604fb2a59cfadbae1d72d8f)) +* chore(deps): bump github.com/cloudflare/circl from 1.3.3 to 1.3.7 (#1502) (dependabot[bot])([5465769d](https://github.com/lacework/go-sdk/commit/5465769d8618ed913795ce35ceadb5edf3bb4b3d)) +* ci: fix TestComplianceAwsGetReportRecommendationID (#1592) (Pengyuan Zhao)([e0768802](https://github.com/lacework/go-sdk/commit/e076880211b2b22159be9690c80523a7704824e0)) +* ci: version bump to v1.47.3-dev (Lacework)([f686add3](https://github.com/lacework/go-sdk/commit/f686add37882c8cc2f7b37e0e486f181789f9380)) +* test: fix TestQueryCreateFromEditor and TestComponent* (#1594) (Pengyuan Zhao)([a8efbac2](https://github.com/lacework/go-sdk/commit/a8efbac20b75d2e7d4356e6ae31649c5fe2dc8f8)) ## :whale: [Docker Image](https://hub.docker.com/r/lacework/lacework-cli) ``` diff --git a/VERSION b/VERSION index 725c07874..7d58e0997 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.47.3-dev \ No newline at end of file +1.48.0 \ No newline at end of file diff --git a/api/version.go b/api/version.go index 495885646..ad043897d 100644 --- a/api/version.go +++ b/api/version.go @@ -1,5 +1,5 @@ // Code generated by: scripts/version_updater.sh -// File generated at: 20240308174432 +// File generated at: 20240321101047 // // <<< DO NOT EDIT >>> // @@ -7,4 +7,4 @@ package api // Version is the semver coming from the VERSION file -const Version = "1.47.3-dev" +const Version = "1.48.0"