From 60e1139df52d7528967e58dedad9bc3991fbfdf4 Mon Sep 17 00:00:00 2001 From: Lacework Date: Mon, 16 Dec 2024 19:06:01 +0000 Subject: [PATCH] release: v0.18.4 Signed-off-by: Lacework --- CHANGELOG.md | 7 +++++++ RELEASE_NOTES.md | 6 +++--- VERSION | 2 +- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 85c0429..9efc550 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# v0.18.4 + +## Bug Fixes +* fix: Add variable to disable aws_vpc_flow (#153) (Lei Jin)([9162e16](https://github.com/lacework/terraform-aws-agentless-scanning/commit/9162e1604a841c45ba3c1038c947e8c04780ceae)) +## Other Changes +* ci: version bump to v0.18.4-dev (Lacework)([785151f](https://github.com/lacework/terraform-aws-agentless-scanning/commit/785151fd1f4e805cbef6dadcbba4cdafc6f766d3)) +--- # v0.18.3 ## Bug Fixes diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index f5a15a3..fb6ac1e 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,7 +1,7 @@ # Release Notes -Another day, another release. These are the release notes for the version `v0.18.3`. +Another day, another release. These are the release notes for the version `v0.18.4`. ## Bug Fixes -* fix(AWLS2-441): ensure S3 bucket exists before VPC flow log creation (#150) (Timothy Nguyen)([844913e](https://github.com/lacework/terraform-aws-agentless-scanning/commit/844913ea2b301e3380a934a495a9b5d422542ea0)) +* fix: Add variable to disable aws_vpc_flow (#153) (Lei Jin)([9162e16](https://github.com/lacework/terraform-aws-agentless-scanning/commit/9162e1604a841c45ba3c1038c947e8c04780ceae)) ## Other Changes -* ci: version bump to v0.18.3-dev (Lacework)([c369819](https://github.com/lacework/terraform-aws-agentless-scanning/commit/c3698194e370deddace7d882a511412a82f1d00b)) +* ci: version bump to v0.18.4-dev (Lacework)([785151f](https://github.com/lacework/terraform-aws-agentless-scanning/commit/785151fd1f4e805cbef6dadcbba4cdafc6f766d3)) diff --git a/VERSION b/VERSION index a090789..4fc63a3 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.18.4-dev \ No newline at end of file +0.18.4 \ No newline at end of file