From 9565d1bfd183c9ce9193a591876eb9d162f75f25 Mon Sep 17 00:00:00 2001 From: lacework-releng <73366105+lacework-releng@users.noreply.github.com> Date: Fri, 29 Oct 2021 12:45:26 +0100 Subject: [PATCH] release: v0.12.0 (#215) Signed-off-by: Lacework --- CHANGELOG.md | 20 ++++++++++++++++++++ RELEASE_NOTES.md | 26 ++++++++++++++++---------- VERSION | 2 +- lacework/version.go | 4 ++-- 4 files changed, 39 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 37e91592..76e0eaa9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,23 @@ +## v0.12.0 (October 29, 2021) + +## Features +* feat(resource): New lacework_alert_rule (#211) (Darren)([c62e1e1](https://github.com/lacework/terraform-provider-lacework/commit/c62e1e17d684222333ea9c986cb71f7f1ee6c586)) +## Bug Fixes +* fix: Migrate Jira Cloud and Jira Server to API v2 (#212) (vatasha)([2382376](https://github.com/lacework/terraform-provider-lacework/commit/2382376940504453576ab1298f21c3e45021289c)) +* fix: Migrate IbmQRadar alert channel(v2) (#208) (Darren)([2699390](https://github.com/lacework/terraform-provider-lacework/commit/2699390cfd2eb11b7e638edc1d69ac7982698f7f)) +* fix: Migrate PagerDuty alert channel(v2) (#209) (Darren)([29057fc](https://github.com/lacework/terraform-provider-lacework/commit/29057fc71c9eb90af223c6fea740978c5feed318)) +* fix: Migrate NewRelic Insights alert channel(v2) (#210) (Darren)([553d395](https://github.com/lacework/terraform-provider-lacework/commit/553d395863f8171d6da23add44993984da305e02)) +* fix: Migrate ServiceNow alert channel(v2) (#206) (Darren)([09a413e](https://github.com/lacework/terraform-provider-lacework/commit/09a413ea6757f07662d26af8262d2290858df28e)) +* fix: Migrate Splunk alert channel(v2) (#205) (Darren)([7cc2d5e](https://github.com/lacework/terraform-provider-lacework/commit/7cc2d5e59d17bc1381ed8c227b48ce776ab4c474)) +* fix: Migrate GCP Pub Sub alert channel to API v2 (#207) (vatasha)([cd3da9a](https://github.com/lacework/terraform-provider-lacework/commit/cd3da9a31c58f247d35382288af50bb35d86ab6c)) +## Documentation Updates +* docs: fix webhook alert channel example (#204) (Salim Afiune)([fba343b](https://github.com/lacework/terraform-provider-lacework/commit/fba343bb8d8d62f2b2e6abf4655bda69855c8d83)) +## Other Changes +* build(deps): bump github.com/gruntwork-io/terratest (#196) (dependabot[bot])([6b94df3](https://github.com/lacework/terraform-provider-lacework/commit/6b94df3d8bdb9eb79a41d10f85ef4911c14a4e71)) +* ci: fix release pipeline (#214) (Salim Afiune)([bde019d](https://github.com/lacework/terraform-provider-lacework/commit/bde019d4dfa7cb98717d7179487080cb4a576cee)) +* ci: version bump to v0.11.3-dev (Lacework)([7551e99](https://github.com/lacework/terraform-provider-lacework/commit/7551e99525ca9395ebedb53dc5e1a6a67625ba02)) +* test: fix tests for alert_rule resource (#213) (Salim Afiune)([0f7aa5b](https://github.com/lacework/terraform-provider-lacework/commit/0f7aa5b513e95081e9e875fc5871440462e8ab1c)) + ## v0.11.2 (October 12, 2021) ## Bug Fixes diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 70986552..a2d25851 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,14 +1,20 @@ # Release Notes -Another day, another release. These are the release notes for the version `v0.11.2`. +Another day, another release. These are the release notes for the version `v0.12.0`. +## Features +* feat(resource): New lacework_alert_rule (#211) (Darren)([c62e1e1](https://github.com/lacework/terraform-provider-lacework/commit/c62e1e17d684222333ea9c986cb71f7f1ee6c586)) ## Bug Fixes -* fix: migrate Webhook alert channel(v2) (#188) (Darren)([a27565c](https://github.com/lacework/terraform-provider-lacework/commit/a27565c7a94a6faac34f1389b56d79a34dbd3a29)) -* fix: migrate VictorOps alert channel(v2) (#192) (Darren)([517e587](https://github.com/lacework/terraform-provider-lacework/commit/517e58742b1371fe6406c24b66431793ab107b99)) -* fix: migrate Microsoft Teams Alert Channels to API v2 (Salim Afiune Maya)([36a78e3](https://github.com/lacework/terraform-provider-lacework/commit/36a78e3473aa3f92a1acc20bc7c00347f87a361b)) -* fix: migrate Cisco webex alert channel to API v2 (#193) (vatasha)([66e8251](https://github.com/lacework/terraform-provider-lacework/commit/66e8251d8fc252ee7313703bb4a6fde030cca912)) -* fix: remove alert channel properly if test fails (#199) (Salim Afiune)([9e13d58](https://github.com/lacework/terraform-provider-lacework/commit/9e13d58b3af1bf1e5fc66575747c86b58142aaca)) +* fix: Migrate Jira Cloud and Jira Server to API v2 (#212) (vatasha)([2382376](https://github.com/lacework/terraform-provider-lacework/commit/2382376940504453576ab1298f21c3e45021289c)) +* fix: Migrate IbmQRadar alert channel(v2) (#208) (Darren)([2699390](https://github.com/lacework/terraform-provider-lacework/commit/2699390cfd2eb11b7e638edc1d69ac7982698f7f)) +* fix: Migrate PagerDuty alert channel(v2) (#209) (Darren)([29057fc](https://github.com/lacework/terraform-provider-lacework/commit/29057fc71c9eb90af223c6fea740978c5feed318)) +* fix: Migrate NewRelic Insights alert channel(v2) (#210) (Darren)([553d395](https://github.com/lacework/terraform-provider-lacework/commit/553d395863f8171d6da23add44993984da305e02)) +* fix: Migrate ServiceNow alert channel(v2) (#206) (Darren)([09a413e](https://github.com/lacework/terraform-provider-lacework/commit/09a413ea6757f07662d26af8262d2290858df28e)) +* fix: Migrate Splunk alert channel(v2) (#205) (Darren)([7cc2d5e](https://github.com/lacework/terraform-provider-lacework/commit/7cc2d5e59d17bc1381ed8c227b48ce776ab4c474)) +* fix: Migrate GCP Pub Sub alert channel to API v2 (#207) (vatasha)([cd3da9a](https://github.com/lacework/terraform-provider-lacework/commit/cd3da9a31c58f247d35382288af50bb35d86ab6c)) +## Documentation Updates +* docs: fix webhook alert channel example (#204) (Salim Afiune)([fba343b](https://github.com/lacework/terraform-provider-lacework/commit/fba343bb8d8d62f2b2e6abf4655bda69855c8d83)) ## Other Changes -* chore(deps): update lacework/go-sdk from main (Salim Afiune Maya)([5d277f9](https://github.com/lacework/terraform-provider-lacework/commit/5d277f9c87b727c865feee54c6eedd90f6c99c46)) -* ci: fix release pipeline (#202) (Salim Afiune)([a37168a](https://github.com/lacework/terraform-provider-lacework/commit/a37168a1949c1c0c912ec58696c3d3ad23dd6809)) -* ci: version bump to v0.11.2-dev (Lacework)([7de4f58](https://github.com/lacework/terraform-provider-lacework/commit/7de4f580e8a43900b3b6f5afc2fe51b49e2d6a5a)) -* test: fix tf output values (#198) (Darren)([a4af709](https://github.com/lacework/terraform-provider-lacework/commit/a4af709c3eabe6471bc3f9e0258a30201231ad82)) +* build(deps): bump github.com/gruntwork-io/terratest (#196) (dependabot[bot])([6b94df3](https://github.com/lacework/terraform-provider-lacework/commit/6b94df3d8bdb9eb79a41d10f85ef4911c14a4e71)) +* ci: fix release pipeline (#214) (Salim Afiune)([bde019d](https://github.com/lacework/terraform-provider-lacework/commit/bde019d4dfa7cb98717d7179487080cb4a576cee)) +* ci: version bump to v0.11.3-dev (Lacework)([7551e99](https://github.com/lacework/terraform-provider-lacework/commit/7551e99525ca9395ebedb53dc5e1a6a67625ba02)) +* test: fix tests for alert_rule resource (#213) (Salim Afiune)([0f7aa5b](https://github.com/lacework/terraform-provider-lacework/commit/0f7aa5b513e95081e9e875fc5871440462e8ab1c)) diff --git a/VERSION b/VERSION index e670460b..d33c3a21 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.11.3-dev \ No newline at end of file +0.12.0 \ No newline at end of file diff --git a/lacework/version.go b/lacework/version.go index 9d5b1a42..b8264706 100644 --- a/lacework/version.go +++ b/lacework/version.go @@ -1,5 +1,5 @@ // Code generated by: scripts/version_updater.sh -// File generated at: 20211012201011 +// File generated at: 20211029102718 // // <<< DO NOT EDIT >>> // @@ -7,4 +7,4 @@ package lacework // version is the semver coming from the VERSION file -const version = "0.11.3-dev" +const version = "0.12.0"