Skip to content

Commit

Permalink
Merge pull request #47 from turbot/release/v0.7
Browse files Browse the repository at this point in the history
Release/v0.7
  • Loading branch information
madhushreeray30 committed Nov 3, 2023
2 parents 7f61cbd + 75bda6d commit 46532be
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## v0.7 [2023-11-03]

_Breaking changes_

- Updated the plugin dependency section of the mod to use `min_version` instead of `version`. ([#45](https://github.com/turbot/steampipe-mod-aws-perimeter/pull/45))

_Bug fixes_

- Fixed the README to include correct links to the benchmarks. ([#47](https://github.com/turbot/steampipe-mod-aws-perimeter/pull/47)) (Thanks [@vil02](https://github.com/vil02) for the contribution!)

## v0.6 [2023-07-31]

_Enhancements_
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ Or in a terminal:

Includes support for:

* [Network Access](https://hub.steampipe.io/mods/turbot/aws-perimeter/controls/benchmark.network_access)
* [Public Access](https://hub.steampipe.io/mods/turbot/aws-perimeter/controls/benchmark.public_access)
* [Shared Access](https://hub.steampipe.io/mods/turbot/aws-perimeter/controls/benchmark.shared_access)
* [Network Access](https://hub.steampipe.io/mods/turbot/aws_perimeter/controls/benchmark.network_access)
* [Public Access](https://hub.steampipe.io/mods/turbot/aws_perimeter/controls/benchmark.public_access)
* [Shared Access](https://hub.steampipe.io/mods/turbot/aws_perimeter/controls/benchmark.shared_access)

## Getting started

Expand Down
2 changes: 1 addition & 1 deletion mod.sp
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ mod "aws_perimeter" {

require {
plugin "aws" {
version = "0.70.0"
min_version = "0.70.0"
}
}
}

0 comments on commit 46532be

Please sign in to comment.