From 8b4a5de93597b5b9b35cdd2b543dade7dd9c4dd1 Mon Sep 17 00:00:00 2001 From: Lacework Date: Fri, 17 Nov 2023 20:14:40 +0000 Subject: [PATCH] release: v0.1.1 Signed-off-by: Lacework --- CHANGELOG.md | 9 ++++++++- RELEASE_NOTES.md | 20 +++++--------------- VERSION | 2 +- 3 files changed, 14 insertions(+), 17 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d44619..1323293 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# v0.1.1 + +## Bug Fixes +* fix: enable parallel stackset operations (#12) (Matt Cadorette)([06f3c0c](https://github.com/lacework/terraform-aws-org-configuration/commit/06f3c0c6ca56eb174f414fc819bb82ac74dd4cca)) +* fix(GROW-2584): resolve constant drift in stackset (#13) (Matt Cadorette)([31fb424](https://github.com/lacework/terraform-aws-org-configuration/commit/31fb42417de2af787dedb000ec231e9a9aa1393d)) +## Other Changes +* chore: version bump v0.1.1-dev (#11) (Salim Afiune)([da2686e](https://github.com/lacework/terraform-aws-org-configuration/commit/da2686e8afbd45e70c952574ad532aceb8bd230d)) +--- # v0.1.0 ## Features @@ -16,4 +24,3 @@ * fix: improvements (jon-stewart)([787cdf2](https://github.com/lacework/terraform-aws-org-configuration/commit/787cdf21895daf70dc9fcdc38f124e17453d8308)) * fix: archive and invoke (jon-stewart)([9bb57ce](https://github.com/lacework/terraform-aws-org-configuration/commit/9bb57ce7aae72011023c952009f182c1b6d7cb6b)) --- - diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index a67f66a..fd45927 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,18 +1,8 @@ # Release Notes -Another day, another release. These are the release notes for the version `v0.1.0`. +Another day, another release. These are the release notes for the version `v0.1.1`. -## Features -* feat: doc update (jon-stewart)([5923a38](https://github.com/lacework/terraform-aws-org-configuration/commit/5923a38e427f6493bbf9cec2a4f55a9f3c9177e6)) -## Refactor -* refactor: lots of fixes + cleanup (#3) (Salim Afiune)([07903b0](https://github.com/lacework/terraform-aws-org-configuration/commit/07903b02080adb64bb77fb992bb3f7bb02ca0c15)) ## Bug Fixes -* fix: policy to copy S3 lambda (#9) (Salim Afiune)([c403edc](https://github.com/lacework/terraform-aws-org-configuration/commit/c403edc8b2e5b5f89e875b593051b6a3286f98fd)) -* fix: more and more fixes (#7) (Salim Afiune)([e112df9](https://github.com/lacework/terraform-aws-org-configuration/commit/e112df9bf84fbdb8c2b596d3836634ad358061a7)) -* fix: update kms key policy, sns policy, stackset instance creation (#6) (Matt Cadorette)([9caae48](https://github.com/lacework/terraform-aws-org-configuration/commit/9caae482e5552b4b6986a608f3197aedd473abb6)) -* fix: external_id should always use account (#2) (Matt Cadorette)([3259480](https://github.com/lacework/terraform-aws-org-configuration/commit/32594809e7c9d4986aac63783ebfb427b9694ba6)) -* fix: docs (jon-stewart)([d858616](https://github.com/lacework/terraform-aws-org-configuration/commit/d858616d3a3b7675df2518e840d57f57fdebe872)) -* fix: further impr (jon-stewart)([2682b6b](https://github.com/lacework/terraform-aws-org-configuration/commit/2682b6be36809572efb743299b36bb13503947b6)) -* fix: make tfdocs (jon-stewart)([13075fd](https://github.com/lacework/terraform-aws-org-configuration/commit/13075fd3a953ea7dca544d21d5996fd3bc7b1b3f)) -* fix: tf docs (jon-stewart)([3807572](https://github.com/lacework/terraform-aws-org-configuration/commit/38075727ead23be91cb277c97a876b5b9b9359e4)) -* fix: improvements (jon-stewart)([787cdf2](https://github.com/lacework/terraform-aws-org-configuration/commit/787cdf21895daf70dc9fcdc38f124e17453d8308)) -* fix: archive and invoke (jon-stewart)([9bb57ce](https://github.com/lacework/terraform-aws-org-configuration/commit/9bb57ce7aae72011023c952009f182c1b6d7cb6b)) +* fix: enable parallel stackset operations (#12) (Matt Cadorette)([06f3c0c](https://github.com/lacework/terraform-aws-org-configuration/commit/06f3c0c6ca56eb174f414fc819bb82ac74dd4cca)) +* fix(GROW-2584): resolve constant drift in stackset (#13) (Matt Cadorette)([31fb424](https://github.com/lacework/terraform-aws-org-configuration/commit/31fb42417de2af787dedb000ec231e9a9aa1393d)) +## Other Changes +* chore: version bump v0.1.1-dev (#11) (Salim Afiune)([da2686e](https://github.com/lacework/terraform-aws-org-configuration/commit/da2686e8afbd45e70c952574ad532aceb8bd230d)) diff --git a/VERSION b/VERSION index c992723..6da28dd 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.1.1-dev +0.1.1 \ No newline at end of file