From d272375680e996cd9ca839e2f278dd45dfe3c9dc Mon Sep 17 00:00:00 2001 From: Salim Afiune Date: Thu, 25 Feb 2021 15:21:00 -0600 Subject: [PATCH] Release v0.1.0 (#5) Signed-off-by: Salim Afiune Maya --- CHANGELOG.md | 16 ++++++++++++++++ RELEASE_NOTES.md | 17 +++++++++++++++++ VERSION | 2 +- 3 files changed, 34 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md create mode 100644 RELEASE_NOTES.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..6e30ecc --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,16 @@ +# v0.1.0 + +## Features +* feat: add basic AWS SSM command to install and configure Lacework agent (#3) (Jean-Philippe Lachance)([73f85b6](https://github.com/lacework/terraform-aws-ssm-agent/commit/73f85b6141a229f69d43a38bdb7ae43d2b7908be)) + +## Documentation Updates +* docs: add example that use the our Terraform Provider (#4) (Salim Afiune)([1769b23](https://github.com/lacework/terraform-aws-ssm-agent/commit/1769b233c0d1f18872ada95ee390aa19614ce353)) + +## Other Changes +* chore: resize Lacework logo in README (#2) (Salim Afiune)([5756801](https://github.com/lacework/terraform-aws-ssm-agent/commit/57568015d7bfb14290d4cb7b3438cb3aa038d8fe)) +* chore: update README.md (Salim Afiune Maya)([01760af](https://github.com/lacework/terraform-aws-ssm-agent/commit/01760af37ac56d4e4ff4e2a93fb32654d1739be3)) +* chore: update LICENSE (Salim Afiune Maya)([bc4a22d](https://github.com/lacework/terraform-aws-ssm-agent/commit/bc4a22d6f68ca10fe7ff6009d167b56180242e08)) +* chore: update scripts/release.sh (Scott Ford)([fc23377](https://github.com/lacework/terraform-aws-ssm-agent/commit/fc23377ccf22f1edfdf2618e036036b6339dcee6)) +* chore: update scripts/ci_tests.sh (Scott Ford)([60e5bd2](https://github.com/lacework/terraform-aws-ssm-agent/commit/60e5bd296d8401689bb167f56599a43be4c74f6c)) +* initial setup of repo (Scott Ford)([af2b369](https://github.com/lacework/terraform-aws-ssm-agent/commit/af2b3690f5765f1bd2007dd2b8842e7d650d03a3)) +* first commit (Scott Ford)([bbce9ea](https://github.com/lacework/terraform-aws-ssm-agent/commit/bbce9ead0cd8ae6a36ac6f4426ba18ae9d40aeb6)) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md new file mode 100644 index 0000000..7e26f0a --- /dev/null +++ b/RELEASE_NOTES.md @@ -0,0 +1,17 @@ +# Release Notes +Another day, another module. These are the first release notes of this new module (`v0.1.0`). + +## Features +* feat: add basic AWS SSM command to install and configure Lacework agent (#3) (Jean-Philippe Lachance)([73f85b6](https://github.com/lacework/terraform-aws-ssm-agent/commit/73f85b6141a229f69d43a38bdb7ae43d2b7908be)) + +## Documentation Updates +* docs: add example that use the our Terraform Provider (#4) (Salim Afiune)([1769b23](https://github.com/lacework/terraform-aws-ssm-agent/commit/1769b233c0d1f18872ada95ee390aa19614ce353)) + +## Other Changes +* chore: resize Lacework logo in README (#2) (Salim Afiune)([5756801](https://github.com/lacework/terraform-aws-ssm-agent/commit/57568015d7bfb14290d4cb7b3438cb3aa038d8fe)) +* chore: update README.md (Salim Afiune Maya)([01760af](https://github.com/lacework/terraform-aws-ssm-agent/commit/01760af37ac56d4e4ff4e2a93fb32654d1739be3)) +* chore: update LICENSE (Salim Afiune Maya)([bc4a22d](https://github.com/lacework/terraform-aws-ssm-agent/commit/bc4a22d6f68ca10fe7ff6009d167b56180242e08)) +* chore: update scripts/release.sh (Scott Ford)([fc23377](https://github.com/lacework/terraform-aws-ssm-agent/commit/fc23377ccf22f1edfdf2618e036036b6339dcee6)) +* chore: update scripts/ci_tests.sh (Scott Ford)([60e5bd2](https://github.com/lacework/terraform-aws-ssm-agent/commit/60e5bd296d8401689bb167f56599a43be4c74f6c)) +* initial setup of repo (Scott Ford)([af2b369](https://github.com/lacework/terraform-aws-ssm-agent/commit/af2b3690f5765f1bd2007dd2b8842e7d650d03a3)) +* first commit (Scott Ford)([bbce9ea](https://github.com/lacework/terraform-aws-ssm-agent/commit/bbce9ead0cd8ae6a36ac6f4426ba18ae9d40aeb6)) diff --git a/VERSION b/VERSION index 49ffebc..6c6aa7c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.1.0-dev \ No newline at end of file +0.1.0 \ No newline at end of file