From 40797489c75bdfd68f1465d1e7219d3a28477412 Mon Sep 17 00:00:00 2001 From: lacework-releng <73366105+lacework-releng@users.noreply.github.com> Date: Mon, 26 Jun 2023 11:16:08 +0100 Subject: [PATCH] release: v1.24.0 (#1297) Signed-off-by: Lacework --- CHANGELOG.md | 9 +++++++++ RELEASE_NOTES.md | 12 +++++------- VERSION | 2 +- api/version.go | 4 ++-- 4 files changed, 17 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e913bd5f7..abe4c01ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# v1.24.0 + +## Features +* feat(cli): cloud-account: oci integration (#1296) (Kolbeinn)([7713de1d](https://github.com/lacework/go-sdk/commit/7713de1dd7c92476b153085fb0f9b4e7f8fa4d96)) +* feat(api): Support OCI cloud accounts (#1295) (Kolbeinn)([670811cd](https://github.com/lacework/go-sdk/commit/670811cdac84f989fdf1427e238d0e533a2243f2)) +## Other Changes +* ci: version bump to v1.21.1-dev (#1294) (Darren)([a17d90a5](https://github.com/lacework/go-sdk/commit/a17d90a534023f481a97ffc99c3d7fee81750a2f)) +* ci: version bump to v1.21.1-dev (#1293) (Darren)([a047887f](https://github.com/lacework/go-sdk/commit/a047887f3ed86c8506728b81bf785de8ea1263f1)) +--- # v1.23.0 ## Features diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index b0c6cfc22..348018b20 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,14 +1,12 @@ # Release Notes -Another day, another release. These are the release notes for the version `v1.23.0`. +Another day, another release. These are the release notes for the version `v1.24.0`. ## Features -* feat(cli): New CVE-ID parameter to 'lacework vuln ctr show cmd' (#1232) (Darren)([edff32ae](https://github.com/lacework/go-sdk/commit/edff32aed124f5b8f92d67a1a4675317fe7465e2)) -## Bug Fixes -* fix: RAIN-60352 update references to old dns names (#1288) (Atul Singh)([49a0fe0c](https://github.com/lacework/go-sdk/commit/49a0fe0cc1c0274ba18885975297d39b063bd474)) +* feat(cli): cloud-account: oci integration (#1296) (Kolbeinn)([7713de1d](https://github.com/lacework/go-sdk/commit/7713de1dd7c92476b153085fb0f9b4e7f8fa4d96)) +* feat(api): Support OCI cloud accounts (#1295) (Kolbeinn)([670811cd](https://github.com/lacework/go-sdk/commit/670811cdac84f989fdf1427e238d0e533a2243f2)) ## Other Changes -* chore(lwtime): set LW_CLOCK_OFFSET = +0s (#1289) (Salim Afiune)([1ae5a908](https://github.com/lacework/go-sdk/commit/1ae5a9080fb77a72a8604aa4fa2dbfebf365307c)) -* ci: fix git lint (#1287) (Darren)([b716beb9](https://github.com/lacework/go-sdk/commit/b716beb9f07f9d7ed51c8fb4fe41b27c7fdc90d0)) -* ci: version bump to v1.22.1-dev (Lacework)([571302e9](https://github.com/lacework/go-sdk/commit/571302e9a31184347c370ad8f897881a8d74cdce)) +* ci: version bump to v1.21.1-dev (#1294) (Darren)([a17d90a5](https://github.com/lacework/go-sdk/commit/a17d90a534023f481a97ffc99c3d7fee81750a2f)) +* ci: version bump to v1.21.1-dev (#1293) (Darren)([a047887f](https://github.com/lacework/go-sdk/commit/a047887f3ed86c8506728b81bf785de8ea1263f1)) ## :whale: [Docker Image](https://hub.docker.com/r/lacework/lacework-cli) ``` diff --git a/VERSION b/VERSION index 984f2c053..d43704683 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.23.1-dev \ No newline at end of file +1.24.0 \ No newline at end of file diff --git a/api/version.go b/api/version.go index 1514fafaf..33d3872b6 100644 --- a/api/version.go +++ b/api/version.go @@ -1,5 +1,5 @@ // Code generated by: scripts/version_updater.sh -// File generated at: 20230622131342 +// File generated at: 20230626095403 // // <<< DO NOT EDIT >>> // @@ -7,4 +7,4 @@ package api // Version is the semver coming from the VERSION file -const Version = "1.23.1-dev" +const Version = "1.24.0"