From d8928e350f9d7f49321716d75090be98ee6b7488 Mon Sep 17 00:00:00 2001 From: Jason Lynch Date: Fri, 10 Jun 2022 09:35:25 -0400 Subject: [PATCH] Bump version to v2.7.0 --- .changie.yaml | 1 + CHANGELOG.md | 18 ++++++++++++++++++ changes/v2.7.0.md | 17 +++++++++++++++++ mkdocs.yml | 2 +- 4 files changed, 37 insertions(+), 1 deletion(-) create mode 100644 changes/v2.7.0.md diff --git a/.changie.yaml b/.changie.yaml index 2a87b76f..d3f5435a 100755 --- a/.changie.yaml +++ b/.changie.yaml @@ -15,3 +15,4 @@ kinds: - Fixed - Security - Improved +- Updated diff --git a/CHANGELOG.md b/CHANGELOG.md index 9849dc89..f2ae2248 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # CHANGELOG +## v2.7.0 (2022-06-10) + +### Added +* Tests for FG_R00211 (#281 authored by @dkoder20) +* Support for advanced_event_selector in FG_R00237 (#336) +* Support for account level blocks to FG_R00299 (#336) +* Support for new Terraform AWS provider v4 resource in FG_R00099 (#336) +* Support for new Terraform AWS provider v4 resources in: FG_R00028, FG_R00031, FG_R00044, FG_R00101, FG_R00252, FG_R00274, FG_R00275, FG_R00277, FG_R00279 (#341) + +### Fixed +* NACL rule handling in nacl_library.rego (#336) +* False negatives from FG_R00484 (#336) +* False positives from FG_R00036 for asymmetric keys (#341) + +### Updated +* Go version to 1.18 (#326 authored by @chenrui333) +* OPA to version 0.40.0 along with other dependency upgrades (#338) + ## v2.6.1 (2022-03-22) ### Fixed diff --git a/changes/v2.7.0.md b/changes/v2.7.0.md new file mode 100644 index 00000000..9808ab93 --- /dev/null +++ b/changes/v2.7.0.md @@ -0,0 +1,17 @@ +## v2.7.0 (2022-06-10) + +### Added +* Tests for FG_R00211 (#281 authored by @dkoder20) +* Support for advanced_event_selector in FG_R00237 (#336) +* Support for account level blocks to FG_R00299 (#336) +* Support for new Terraform AWS provider v4 resource in FG_R00099 (#336) +* Support for new Terraform AWS provider v4 resources in: FG_R00028, FG_R00031, FG_R00044, FG_R00101, FG_R00252, FG_R00274, FG_R00275, FG_R00277, FG_R00279 (#341) + +### Fixed +* NACL rule handling in nacl_library.rego (#336) +* False negatives from FG_R00484 (#336) +* False positives from FG_R00036 for asymmetric keys (#341) + +### Updated +* Go version to 1.18 (#326 authored by @chenrui333) +* OPA to version 0.40.0 along with other dependency upgrades (#338) \ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml index d89048dd..a0cdc7ee 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -60,7 +60,7 @@ markdown_extensions: site_url: https://regula.dev edit_uri: blob/master/docs/src/ extra: - version: v2.6.1 + version: v2.7.0 social: - icon: fontawesome/solid/globe link: https://www.fugue.co