From ea4e6e0ecdbc42ac6486282648adb01c8aa86e77 Mon Sep 17 00:00:00 2001 From: vjeffrey Date: Thu, 19 Sep 2024 08:04:29 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=89=20aws-11.3.8=20(#4668)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This release was created by cnquery's provider versioning bot. You can find me under: `providers-sdk/v1/util/version`. Co-authored-by: Mondoo --- providers/aws/config/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/providers/aws/config/config.go b/providers/aws/config/config.go index 754fe634e..262581d48 100644 --- a/providers/aws/config/config.go +++ b/providers/aws/config/config.go @@ -14,7 +14,7 @@ import ( var Config = plugin.Provider{ Name: "aws", ID: "go.mondoo.com/cnquery/v9/providers/aws", - Version: "11.3.7", + Version: "11.3.8", ConnectionTypes: []string{provider.DefaultConnectionType, string(awsec2ebsconn.EBSConnectionType)}, Connectors: []plugin.Connector{ {