From 0e28f2b31ef4c3df4190af024743e072eb979009 Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Mon, 16 Mar 2026 08:32:26 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=B9=20Bump=20AWS,=20Azure,=20and=20GCP?= =?UTF-8?q?=20provider=20minor=20versions?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - AWS: 13.1.0 → 13.2.0 - Azure: 13.0.1 → 13.1.0 - GCP: 13.1.1 → 13.2.0 Co-Authored-By: Claude Opus 4.6 (1M context) --- providers/aws/config/config.go | 2 +- providers/azure/config/config.go | 2 +- providers/gcp/config/config.go | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/providers/aws/config/config.go b/providers/aws/config/config.go index 30a958f056..2fa21fab73 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: "13.1.0", + Version: "13.2.0", 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 f78002c777..70c56e2c6d 100644 --- a/providers/azure/config/config.go +++ b/providers/azure/config/config.go @@ -14,7 +14,7 @@ import ( var Config = plugin.Provider{ Name: "azure", ID: "go.mondoo.com/cnquery/v9/providers/azure", - Version: "13.0.1", + Version: "13.1.0", ConnectionTypes: []string{ provider.ConnectionType, string(azureinstancesnapshot.SnapshotConnectionType), diff --git a/providers/gcp/config/config.go b/providers/gcp/config/config.go index d6503ed7ef..348d563d4e 100644 --- a/providers/gcp/config/config.go +++ b/providers/gcp/config/config.go @@ -14,7 +14,7 @@ import ( var Config = plugin.Provider{ Name: "gcp", ID: "go.mondoo.com/cnquery/v9/providers/gcp", - Version: "13.1.1", + Version: "13.2.0", ConnectionTypes: []string{ provider.ConnectionType, string(gcpinstancesnapshot.SnapshotConnectionType),