From c8f98c620833a39377a7fc2e40e15535a66e3439 Mon Sep 17 00:00:00 2001 From: lacework-releng <73366105+lacework-releng@users.noreply.github.com> Date: Thu, 2 Nov 2023 09:05:39 -0700 Subject: [PATCH] release: v0.3.0 (#13) Signed-off-by: Lacework --- CHANGELOG.md | 10 ++++++++++ RELEASE_NOTES.md | 13 +++++++------ VERSION | 2 +- 3 files changed, 18 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d2524c9..c466aca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# v0.3.0 + +## Features +* feat(SPM-1806): add random string to resources to avoid collissions (#12) (Kolbeinn)([4986a10](https://github.com/lacework/terraform-oci-config/commit/4986a109c16dc081c84843be0817ffccabed524b)) +## Documentation Updates +* docs(readme): add terraform docs automation (#11) (Timothy MacDonald)([dab8533](https://github.com/lacework/terraform-oci-config/commit/dab8533257b0d0f9661c6b52fe274eb6b8740835)) +* docs: add a note about OCI eventual consistency issues (#9) (Kolbeinn)([db545e2](https://github.com/lacework/terraform-oci-config/commit/db545e2f070c47f7ec8e1c9f18fe0ae544dbcaa3)) +## Other Changes +* ci: version bump to v0.2.2-dev (Lacework)([33d5213](https://github.com/lacework/terraform-oci-config/commit/33d52135ce232829075c17024493b48989a3f4d6)) +--- # v0.2.1 ## Bug Fixes diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index f558d40..2b50676 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,9 +1,10 @@ # Release Notes -Another day, another release. These are the release notes for the version `v0.2.1`. +Another day, another release. These are the release notes for the version `v0.3.0`. -## Bug Fixes -* fix: Add wait before lacework integration creation (#6) (Ross)([cd6b429](https://github.com/lacework/terraform-oci-config/commit/cd6b4297253eaa4adca1f7b03ef2ef330759cdea)) -* fix: align default example README and example (#5) (Irwin Kennedy)([a5e1d9f](https://github.com/lacework/terraform-oci-config/commit/a5e1d9f5951f5bd04024ebda89d3b2536681ca31)) -* fix: update tf policy statements to include new coverage (#7) (Zhiming Xu)([f5539ec](https://github.com/lacework/terraform-oci-config/commit/f5539ec2808acf99a120267a9bdbe57a5d05a899)) +## Features +* feat(SPM-1806): add random string to resources to avoid collissions (#12) (Kolbeinn)([4986a10](https://github.com/lacework/terraform-oci-config/commit/4986a109c16dc081c84843be0817ffccabed524b)) +## Documentation Updates +* docs(readme): add terraform docs automation (#11) (Timothy MacDonald)([dab8533](https://github.com/lacework/terraform-oci-config/commit/dab8533257b0d0f9661c6b52fe274eb6b8740835)) +* docs: add a note about OCI eventual consistency issues (#9) (Kolbeinn)([db545e2](https://github.com/lacework/terraform-oci-config/commit/db545e2f070c47f7ec8e1c9f18fe0ae544dbcaa3)) ## Other Changes -* ci: version bump to v0.2.1-dev (Lacework)([5e7d5e5](https://github.com/lacework/terraform-oci-config/commit/5e7d5e5b9e0af10c540b846423ff9b139e3d8c96)) +* ci: version bump to v0.2.2-dev (Lacework)([33d5213](https://github.com/lacework/terraform-oci-config/commit/33d52135ce232829075c17024493b48989a3f4d6)) diff --git a/VERSION b/VERSION index a0d4970..9325c3c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.2.2-dev \ No newline at end of file +0.3.0 \ No newline at end of file