Skip to content

Commit 88863a1

Browse files
🎉 azure-13.1.3, aws-13.2.5 (#6983)
Co-authored-by: Mondoo Tools <tools@mondoo.com>
1 parent caf69a1 commit 88863a1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

providers/aws/config/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import (
1414
var Config = plugin.Provider{
1515
Name: "aws",
1616
ID: "go.mondoo.com/cnquery/v9/providers/aws",
17-
Version: "13.2.4",
17+
Version: "13.2.5",
1818
ConnectionTypes: []string{provider.DefaultConnectionType, string(awsec2ebsconn.EBSConnectionType)},
1919
Connectors: []plugin.Connector{
2020
{

providers/azure/config/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import (
1414
var Config = plugin.Provider{
1515
Name: "azure",
1616
ID: "go.mondoo.com/cnquery/v9/providers/azure",
17-
Version: "13.1.2",
17+
Version: "13.1.3",
1818
ConnectionTypes: []string{
1919
provider.ConnectionType,
2020
string(azureinstancesnapshot.SnapshotConnectionType),

0 commit comments

Comments
 (0)