diff --git a/CHANGELOG.md b/CHANGELOG.md index cd225ac2..88cd5b26 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## v1.19.0 (May 21, 2024) + +## Features +* feat(RAIN-92781): Add provider for AzureAdAl integration (#623) (rubinder-lw)([f7da529e](https://github.com/lacework/terraform-provider-lacework/commit/f7da529e9ca74afe7df5ee8ca368b3e70d357fd0)) +## Bug Fixes +* fix: prepare release process failing due to missing go setup (#638) (Matt Cadorette)([9d16ac98](https://github.com/lacework/terraform-provider-lacework/commit/9d16ac9802ae76d97f7d58f690f9fe8a14dbf631)) +## Other Changes +* ci: add sudo to apt-get install command (#627) (Timothy MacDonald)([e33faa42](https://github.com/lacework/terraform-provider-lacework/commit/e33faa426e5b98632907949fba93c84424b566d8)) +* ci: fix release workflow with proper commands (#626) (Timothy MacDonald)([8fb0859b](https://github.com/lacework/terraform-provider-lacework/commit/8fb0859b5132a46e1337ac4e2092b24465d4c5c9)) +* ci: version bump to v1.18.3-dev (Lacework)([0653aad6](https://github.com/lacework/terraform-provider-lacework/commit/0653aad696f02f3c028dd60c462a087ce9438e70)) +* ci: migrate from codefresh to github workflows (#624) (Timothy MacDonald)([57a610c2](https://github.com/lacework/terraform-provider-lacework/commit/57a610c24abd372bb2ae595fc800359667396d8f)) + ## v1.18.2 (April 03, 2024) ## Bug Fixes diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 0e30d289..cc09ee34 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,8 +1,12 @@ # Release Notes -Another day, another release. These are the release notes for the version `v1.18.2`. +Another day, another release. These are the release notes for the version `v1.19.0`. +## Features +* feat(RAIN-92781): Add provider for AzureAdAl integration (#623) (rubinder-lw)([f7da529e](https://github.com/lacework/terraform-provider-lacework/commit/f7da529e9ca74afe7df5ee8ca368b3e70d357fd0)) ## Bug Fixes -* fix: add policy_exception field_values_map (#619) (Matt Cadorette)([0f27c502](https://github.com/lacework/terraform-provider-lacework/commit/0f27c5023e7a8aa3dc9c3968c994391f44f5e4bb)) +* fix: prepare release process failing due to missing go setup (#638) (Matt Cadorette)([9d16ac98](https://github.com/lacework/terraform-provider-lacework/commit/9d16ac9802ae76d97f7d58f690f9fe8a14dbf631)) ## Other Changes -* ci: add initial github workflows to replace codefresh (#620) (Timothy MacDonald)([cb812027](https://github.com/lacework/terraform-provider-lacework/commit/cb81202761fa9f4fe8160a770b538c1493d05183)) -* ci: version bump to v1.18.2-dev (Lacework)([12265d1e](https://github.com/lacework/terraform-provider-lacework/commit/12265d1ec96725364474e3555e7220446f4f05fb)) +* ci: add sudo to apt-get install command (#627) (Timothy MacDonald)([e33faa42](https://github.com/lacework/terraform-provider-lacework/commit/e33faa426e5b98632907949fba93c84424b566d8)) +* ci: fix release workflow with proper commands (#626) (Timothy MacDonald)([8fb0859b](https://github.com/lacework/terraform-provider-lacework/commit/8fb0859b5132a46e1337ac4e2092b24465d4c5c9)) +* ci: version bump to v1.18.3-dev (Lacework)([0653aad6](https://github.com/lacework/terraform-provider-lacework/commit/0653aad696f02f3c028dd60c462a087ce9438e70)) +* ci: migrate from codefresh to github workflows (#624) (Timothy MacDonald)([57a610c2](https://github.com/lacework/terraform-provider-lacework/commit/57a610c24abd372bb2ae595fc800359667396d8f)) diff --git a/VERSION b/VERSION index 5f691a79..c1af674e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.18.3-dev \ No newline at end of file +1.19.0 \ No newline at end of file diff --git a/lacework/version.go b/lacework/version.go index e129aede..7f136150 100644 --- a/lacework/version.go +++ b/lacework/version.go @@ -1,5 +1,5 @@ // Code generated by: scripts/version_updater.sh -// File generated at: 20240410134254 +// File generated at: 20240521213519 // // <<< DO NOT EDIT >>> // @@ -7,4 +7,4 @@ package lacework // version is the semver coming from the VERSION file -const version = "1.18.3-dev" +const version = "1.19.0"