-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Salim Afiune Maya <afiune@lacework.net>
- Loading branch information
Showing
3 changed files
with
34 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0.1.0-dev | ||
0.1.0 |