Skip to content
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.

Commit

Permalink
Bump version to v2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-fugue committed Jun 10, 2022
1 parent 76c2ae2 commit d8928e3
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 1 deletion.
1 change: 1 addition & 0 deletions .changie.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ kinds:
- Fixed
- Security
- Improved
- Updated
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
17 changes: 17 additions & 0 deletions changes/v2.7.0.md
Original file line number Diff line number Diff line change
@@ -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)
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d8928e3

Please sign in to comment.