diff --git a/CHANGELOG.md b/CHANGELOG.md index 71b5b98c5..4f8dede7c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# v2.2.0 + +## Features +* feat(preflight): build preflight package for GCP (#1718) (Pengyuan Zhao)([cf972bd2](https://github.com/lacework/go-sdk/commit/cf972bd2a526eb2441c7037a51613be13004a00b)) +* feat: refactor UX for lacework generate cloud-account gcp (#1714) (lokeshv-fortinet)([c09389da](https://github.com/lacework/go-sdk/commit/c09389daf21c4f397cb58bd085402cb1c72d878e)) +* feat(preflight): build preflight package for AWS (#1716) (Pengyuan Zhao)([e90c63c0](https://github.com/lacework/go-sdk/commit/e90c63c016fb8ba05f5d07330670ae950ddc47e7)) +* feat: refactor UX for lacework generate cloud-account azure (#1710) (lokeshv-fortinet)([17062e52](https://github.com/lacework/go-sdk/commit/17062e52736d52a2317f02755ed6552b2990cb72)) +## Other Changes +* chore: run make go-vendor (#1722) (Pengyuan Zhao)([56e86f8a](https://github.com/lacework/go-sdk/commit/56e86f8ac4793f1f29828c2da0e13fc1ffdee977)) +* chore: update metrics service to use v2/telemetry/OtelMetrics (#1719) (Pengyuan Zhao)([8ecfd899](https://github.com/lacework/go-sdk/commit/8ecfd89978ae41edb73090f9e80cdeb0415d558f)) +* ci: version bump to v2.1.11-dev (Lacework)([38f41d0b](https://github.com/lacework/go-sdk/commit/38f41d0ba52a5bcbc546c5d6460b72ae3861ea02)) +--- # v2.1.10 ## Bug Fixes diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index a2a815b95..0b9f55408 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,10 +1,15 @@ # Release Notes -Another day, another release. These are the release notes for the version `v2.1.10`. +Another day, another release. These are the release notes for the version `v2.2.0`. -## Bug Fixes -* fix: Add missing csv header for host vuln (#1707) (jeffreynglw)([0865cfb7](https://github.com/lacework/go-sdk/commit/0865cfb7d8cade6dcd5622e73d7e19a59a9a63e9)) +## Features +* feat(preflight): build preflight package for GCP (#1718) (Pengyuan Zhao)([cf972bd2](https://github.com/lacework/go-sdk/commit/cf972bd2a526eb2441c7037a51613be13004a00b)) +* feat: refactor UX for lacework generate cloud-account gcp (#1714) (lokeshv-fortinet)([c09389da](https://github.com/lacework/go-sdk/commit/c09389daf21c4f397cb58bd085402cb1c72d878e)) +* feat(preflight): build preflight package for AWS (#1716) (Pengyuan Zhao)([e90c63c0](https://github.com/lacework/go-sdk/commit/e90c63c016fb8ba05f5d07330670ae950ddc47e7)) +* feat: refactor UX for lacework generate cloud-account azure (#1710) (lokeshv-fortinet)([17062e52](https://github.com/lacework/go-sdk/commit/17062e52736d52a2317f02755ed6552b2990cb72)) ## Other Changes -* ci: version bump to v2.1.10-dev (Lacework)([fa4b4976](https://github.com/lacework/go-sdk/commit/fa4b4976a194d85e83721875c0aaa1494c436e44)) +* chore: run make go-vendor (#1722) (Pengyuan Zhao)([56e86f8a](https://github.com/lacework/go-sdk/commit/56e86f8ac4793f1f29828c2da0e13fc1ffdee977)) +* chore: update metrics service to use v2/telemetry/OtelMetrics (#1719) (Pengyuan Zhao)([8ecfd899](https://github.com/lacework/go-sdk/commit/8ecfd89978ae41edb73090f9e80cdeb0415d558f)) +* ci: version bump to v2.1.11-dev (Lacework)([38f41d0b](https://github.com/lacework/go-sdk/commit/38f41d0ba52a5bcbc546c5d6460b72ae3861ea02)) ## :whale: [Docker Image](https://hub.docker.com/r/lacework/lacework-cli) ``` diff --git a/VERSION b/VERSION index 12484d1aa..e3a4f1933 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.1.11-dev \ No newline at end of file +2.2.0 \ No newline at end of file diff --git a/api/version.go b/api/version.go index d5e5d0dab..80dc52679 100644 --- a/api/version.go +++ b/api/version.go @@ -1,5 +1,5 @@ // Code generated by: scripts/version_updater.sh -// File generated at: 20250505190104 +// File generated at: 20250610205956 // // <<< DO NOT EDIT >>> // @@ -7,4 +7,4 @@ package api // Version is the semver coming from the VERSION file -const Version = "2.1.11-dev" +const Version = "2.2.0"