From c20948dd9f9e1f729add8bc79270c29bcbeccb01 Mon Sep 17 00:00:00 2001 From: Lacework Date: Tue, 14 Jan 2025 17:12:23 +0000 Subject: [PATCH] release: v2.1.4 Signed-off-by: Lacework --- CHANGELOG.md | 8 ++++++++ RELEASE_NOTES.md | 7 +++++-- VERSION | 2 +- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9bc8245..1859851 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# v2.1.4 + +## Bug Fixes +* fix: add get project permission to org snapshot role (#91) (Timothy Nguyen)([9ab4bb5](https://github.com/lacework/terraform-gcp-agentless-scanning/commit/9ab4bb5e1e3db1fdadaa41293673ba30d6396cfc)) +## Other Changes +* chore: Set deletion_protection to false for rollback (#92) (Lei Jin)([a423507](https://github.com/lacework/terraform-gcp-agentless-scanning/commit/a4235076e526ef6bc410d22bb832e8de088a73d2)) +* ci: version bump to v2.1.4-dev (Lacework)([0d638c6](https://github.com/lacework/terraform-gcp-agentless-scanning/commit/0d638c6a83cfc4af36536061ca3c25541ffad825)) +--- # v2.1.3 ## Other Changes diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index aafe3c2..ed3de72 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,5 +1,8 @@ # Release Notes -Another day, another release. These are the release notes for the version `v2.1.3`. +Another day, another release. These are the release notes for the version `v2.1.4`. +## Bug Fixes +* fix: add get project permission to org snapshot role (#91) (Timothy Nguyen)([9ab4bb5](https://github.com/lacework/terraform-gcp-agentless-scanning/commit/9ab4bb5e1e3db1fdadaa41293673ba30d6396cfc)) ## Other Changes -* ci: version bump to v2.1.3-dev (Lacework)([87590e9](https://github.com/lacework/terraform-gcp-agentless-scanning/commit/87590e9b5050058b1f37f9482c0934beae479b78)) +* chore: Set deletion_protection to false for rollback (#92) (Lei Jin)([a423507](https://github.com/lacework/terraform-gcp-agentless-scanning/commit/a4235076e526ef6bc410d22bb832e8de088a73d2)) +* ci: version bump to v2.1.4-dev (Lacework)([0d638c6](https://github.com/lacework/terraform-gcp-agentless-scanning/commit/0d638c6a83cfc4af36536061ca3c25541ffad825)) diff --git a/VERSION b/VERSION index 4486593..c346e7a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.1.4-dev \ No newline at end of file +2.1.4 \ No newline at end of file