From c2efca7e0c28bae7e904a0c5d3d8d98a3c33dc81 Mon Sep 17 00:00:00 2001 From: Marius Kimmina <38843153+mariuskimmina@users.noreply.github.com> Date: Thu, 7 Dec 2023 16:00:03 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=89=20aws-9.1.14,=20gcp-9.1.12,=20gith?= =?UTF-8?q?ub-9.1.11,=20google-workspace-9.1.12,=20network-9.1.7,=20os-9.1?= =?UTF-8?q?.13=20(#2757)?= 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 +- providers/gcp/config/config.go | 2 +- providers/github/config/config.go | 2 +- providers/google-workspace/config/config.go | 2 +- providers/network/config/config.go | 2 +- providers/os/config/config.go | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/providers/aws/config/config.go b/providers/aws/config/config.go index 359fe6d1d8..aaf0dd9cfc 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: "9.1.13", + Version: "9.1.14", ConnectionTypes: []string{provider.DefaultConnectionType, string(awsec2ebsconn.EBSConnectionType)}, Connectors: []plugin.Connector{ { diff --git a/providers/gcp/config/config.go b/providers/gcp/config/config.go index 41d27ca4d4..fae63eb04d 100644 --- a/providers/gcp/config/config.go +++ b/providers/gcp/config/config.go @@ -13,7 +13,7 @@ import ( var Config = plugin.Provider{ Name: "gcp", ID: "go.mondoo.com/cnquery/v9/providers/gcp", - Version: "9.1.11", + Version: "9.1.12", ConnectionTypes: []string{ provider.ConnectionType, string(gcpinstancesnapshot.SnapshotConnectionType), diff --git a/providers/github/config/config.go b/providers/github/config/config.go index aacaed8443..a6156d8df8 100644 --- a/providers/github/config/config.go +++ b/providers/github/config/config.go @@ -11,7 +11,7 @@ import ( var Config = plugin.Provider{ Name: "github", ID: "go.mondoo.com/cnquery/v9/providers/github", - Version: "9.1.10", + Version: "9.1.11", ConnectionTypes: []string{provider.ConnectionType}, Connectors: []plugin.Connector{ { diff --git a/providers/google-workspace/config/config.go b/providers/google-workspace/config/config.go index 22c0070044..932583309b 100644 --- a/providers/google-workspace/config/config.go +++ b/providers/google-workspace/config/config.go @@ -11,7 +11,7 @@ import ( var Config = plugin.Provider{ Name: "google-workspace", ID: "go.mondoo.com/cnquery/v9/providers/google-workspace", - Version: "9.1.11", + Version: "9.1.12", ConnectionTypes: []string{provider.ConnectionType}, Connectors: []plugin.Connector{ { diff --git a/providers/network/config/config.go b/providers/network/config/config.go index 6acbe5cd1d..dbdbd86da8 100644 --- a/providers/network/config/config.go +++ b/providers/network/config/config.go @@ -11,7 +11,7 @@ import ( var Config = plugin.Provider{ Name: "network", ID: "go.mondoo.com/cnquery/v9/providers/network", - Version: "9.1.6", + Version: "9.1.7", ConnectionTypes: []string{provider.HostConnectionType}, CrossProviderTypes: []string{ "go.mondoo.com/cnquery/v9/providers/os", diff --git a/providers/os/config/config.go b/providers/os/config/config.go index cbff0bd35f..aea88819b5 100644 --- a/providers/os/config/config.go +++ b/providers/os/config/config.go @@ -12,7 +12,7 @@ import ( var Config = plugin.Provider{ Name: "os", ID: "go.mondoo.com/cnquery/v9/providers/os", - Version: "9.1.12", + Version: "9.1.13", ConnectionTypes: []string{ provider.LocalConnectionType, provider.SshConnectionType,