From a790b43ce0bfb75023baa22fe835712819a1a00e Mon Sep 17 00:00:00 2001 From: Piotr Idzik <65706193+vil02@users.noreply.github.com> Date: Thu, 5 Oct 2023 13:34:31 +0200 Subject: [PATCH 1/4] docs: fix broken hub links in README (#43) --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fa60bc2..1e1a979 100644 --- a/README.md +++ b/README.md @@ -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 From 31ee1eb25d07fc704977cb1f3eb49a48f049c214 Mon Sep 17 00:00:00 2001 From: Khushboo <46913995+khushboo9024@users.noreply.github.com> Date: Thu, 2 Nov 2023 14:06:07 +0530 Subject: [PATCH 2/4] Update mod.sp to address deprecation warning closes #44 (#45) --- mod.sp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod.sp b/mod.sp index b7a7f32..71d7323 100644 --- a/mod.sp +++ b/mod.sp @@ -67,7 +67,7 @@ mod "aws_perimeter" { require { plugin "aws" { - version = "0.70.0" + min_version = "0.70.0" } } } From e397c771084ecc65fc4a22486b6ab9598d299410 Mon Sep 17 00:00:00 2001 From: Madhushree Ray Date: Fri, 3 Nov 2023 15:02:15 +0530 Subject: [PATCH 3/4] Add CHANGELOG for v0.7 (#46) --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d0d139f..507a11c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 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)) + ## v0.6 [2023-07-31] _Enhancements_ From 75bda6dc4bc0ca0da6147ed7587d92ff21558c4e Mon Sep 17 00:00:00 2001 From: Madhushree Ray Date: Fri, 3 Nov 2023 15:14:42 +0530 Subject: [PATCH 4/4] Update CHANGELOG v0.7 (#48) Co-authored-by: Ved misra <47312748+misraved@users.noreply.github.com> --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 507a11c..308fb95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ _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_