diff --git a/providers/aws/config/config.go b/providers/aws/config/config.go index 171e6b7890..b508acbc9c 100644 --- a/providers/aws/config/config.go +++ b/providers/aws/config/config.go @@ -13,7 +13,7 @@ import ( var Config = plugin.Provider{ Name: "aws", ID: "go.mondoo.com/cnquery/v9/providers/aws", - Version: "10.0.3", + Version: "10.0.4", ConnectionTypes: []string{provider.DefaultConnectionType, string(awsec2ebsconn.EBSConnectionType)}, Connectors: []plugin.Connector{ { diff --git a/providers/azure/config/config.go b/providers/azure/config/config.go index dfef9c54fe..21b0a93bec 100644 --- a/providers/azure/config/config.go +++ b/providers/azure/config/config.go @@ -13,7 +13,7 @@ import ( var Config = plugin.Provider{ Name: "azure", ID: "go.mondoo.com/cnquery/v9/providers/azure", - Version: "10.0.5", + Version: "10.0.6", ConnectionTypes: []string{ provider.ConnectionType, string(azureinstancesnapshot.SnapshotConnectionType),