From f515e61cbc06d3eb6580ce858f794ebd5c5a1ed4 Mon Sep 17 00:00:00 2001 From: lacework-releng <73366105+lacework-releng@users.noreply.github.com> Date: Mon, 15 Jul 2024 15:02:11 -0400 Subject: [PATCH] release: v0.18.0 (#146) Signed-off-by: Lacework --- CHANGELOG.md | 8 ++++++++ RELEASE_NOTES.md | 9 +++++---- VERSION | 2 +- 3 files changed, 14 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 445aea3..65a0abd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# v0.18.0 + +## Features +* feat: Use S3 bucket for flow logs destination (#145) (Teddy Reed)([8afb5ff](https://github.com/lacework/terraform-aws-agentless-scanning/commit/8afb5ff09dac7265ef7952b19293f3c1ffb4d4aa)) +* feat: Add VPC flow logs for module-created VPCs (#144) (Teddy Reed)([52c98da](https://github.com/lacework/terraform-aws-agentless-scanning/commit/52c98da6d8091ba8ec89a57c314a5b9e837f0891)) +## Other Changes +* ci: version bump to v0.17.2-dev (Lacework)([3faafa3](https://github.com/lacework/terraform-aws-agentless-scanning/commit/3faafa372c1d5d2a1d767916da1dd051edd0f70a)) +--- # v0.17.1 ## Bug Fixes diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index fd2ac17..c7bb09e 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,7 +1,8 @@ # Release Notes -Another day, another release. These are the release notes for the version `v0.17.1`. +Another day, another release. These are the release notes for the version `v0.18.0`. -## Bug Fixes -* fix: Add unused optional ECS task parameters (#141) (Teddy Reed)([fd1faab](https://github.com/lacework/terraform-aws-agentless-scanning/commit/fd1faab569f64755a3519327afc5257a251c9039)) +## Features +* feat: Use S3 bucket for flow logs destination (#145) (Teddy Reed)([8afb5ff](https://github.com/lacework/terraform-aws-agentless-scanning/commit/8afb5ff09dac7265ef7952b19293f3c1ffb4d4aa)) +* feat: Add VPC flow logs for module-created VPCs (#144) (Teddy Reed)([52c98da](https://github.com/lacework/terraform-aws-agentless-scanning/commit/52c98da6d8091ba8ec89a57c314a5b9e837f0891)) ## Other Changes -* ci: version bump to v0.17.1-dev (Lacework)([5b184e5](https://github.com/lacework/terraform-aws-agentless-scanning/commit/5b184e523d0cb39ed4c6e65b9334f962fbbf3163)) +* ci: version bump to v0.17.2-dev (Lacework)([3faafa3](https://github.com/lacework/terraform-aws-agentless-scanning/commit/3faafa372c1d5d2a1d767916da1dd051edd0f70a)) diff --git a/VERSION b/VERSION index a2cc8b4..47d04a5 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.17.2-dev \ No newline at end of file +0.18.0 \ No newline at end of file