From 44350575351198a23d2fe45bf6b8be9a8629e7f4 Mon Sep 17 00:00:00 2001 From: lacework-releng <73366105+lacework-releng@users.noreply.github.com> Date: Wed, 23 Jun 2021 13:49:40 -0700 Subject: [PATCH] release: v0.3.1 (#14) --- CHANGELOG.md | 11 +++++++++++ RELEASE_NOTES.md | 12 ++++++++---- VERSION | 2 +- 3 files changed, 20 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4202b13..9ee053d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +# v0.3.1 + +## Bug Fixes +* fix: a logic error could cause an unused SSM parameter to be created (Alan Nix)([3716158](https://github.com/lacework/terraform-aws-ecs-agent/commit/371615829aea2e2df6194e28688aa2ad33c1d97a)) +* fix: made `ecs_launch_type` a configurable parameter (Alan Nix)([b3f66c3](https://github.com/lacework/terraform-aws-ecs-agent/commit/b3f66c38a06adfa0b9f613516d08e255479688d7)) +## Documentation Updates +* docs: header correction for `server-url` example (Alan Nix)([10de9ea](https://github.com/lacework/terraform-aws-ecs-agent/commit/10de9eacbd8ab8866aa371a2ac459deb9b280fe8)) +* docs: update all examples/ (Salim Afiune Maya)([2582b3d](https://github.com/lacework/terraform-aws-ecs-agent/commit/2582b3dba08ee66077c8372ec1919ee00b1a6d12)) +## Other Changes +* chore: version bump to v0.3.1-dev (Lacework)([ea6d833](https://github.com/lacework/terraform-aws-ecs-agent/commit/ea6d83355b5417eb4a4e1be72fb586de9e9490fc)) +--- # v0.3.0 ## Features diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 10cf289..fc858a8 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,7 +1,11 @@ # Release Notes -Another day, another release. These are the release notes for the version `v0.3.0`. +Another day, another release. These are the release notes for the version `v0.3.1`. -## Features -* feat: add ability to change Lacework Server URL (#9) (Alan Nix)([a901333](https://github.com/lacework/terraform-aws-ecs-agent/commit/a901333cee4c01478c2f7c582ce6eb1ef8a40915)) +## Bug Fixes +* fix: a logic error could cause an unused SSM parameter to be created (Alan Nix)([3716158](https://github.com/lacework/terraform-aws-ecs-agent/commit/371615829aea2e2df6194e28688aa2ad33c1d97a)) +* fix: made `ecs_launch_type` a configurable parameter (Alan Nix)([b3f66c3](https://github.com/lacework/terraform-aws-ecs-agent/commit/b3f66c38a06adfa0b9f613516d08e255479688d7)) +## Documentation Updates +* docs: header correction for `server-url` example (Alan Nix)([10de9ea](https://github.com/lacework/terraform-aws-ecs-agent/commit/10de9eacbd8ab8866aa371a2ac459deb9b280fe8)) +* docs: update all examples/ (Salim Afiune Maya)([2582b3d](https://github.com/lacework/terraform-aws-ecs-agent/commit/2582b3dba08ee66077c8372ec1919ee00b1a6d12)) ## Other Changes -* chore: version bump to v0.2.3-dev (Lacework)([28cbc1c](https://github.com/lacework/terraform-aws-ecs-agent/commit/28cbc1c0384a5c6445a8fb7ed0491e97e09cb3ae)) +* chore: version bump to v0.3.1-dev (Lacework)([ea6d833](https://github.com/lacework/terraform-aws-ecs-agent/commit/ea6d83355b5417eb4a4e1be72fb586de9e9490fc)) diff --git a/VERSION b/VERSION index 20c82e2..a2268e2 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.3.1-dev \ No newline at end of file +0.3.1 \ No newline at end of file