From d0e170f728a25d679b5174855e72d0c4ed24ed7d Mon Sep 17 00:00:00 2001 From: Christoph Hartmann Date: Wed, 10 Jan 2024 05:40:33 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=89=20aws-9.1.24,=20os-9.1.19,=20vsphe?= =?UTF-8?q?re-9.1.17=20(#2991)?= 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/os/config/config.go | 2 +- providers/vsphere/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 8577f98544..5f9ca536ea 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.23", + Version: "9.1.24", ConnectionTypes: []string{provider.DefaultConnectionType, string(awsec2ebsconn.EBSConnectionType)}, Connectors: []plugin.Connector{ { diff --git a/providers/os/config/config.go b/providers/os/config/config.go index d64b0ba956..bcf389cb40 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.18", + Version: "9.1.19", ConnectionTypes: []string{ provider.LocalConnectionType, provider.SshConnectionType, diff --git a/providers/vsphere/config/config.go b/providers/vsphere/config/config.go index 1fb72e2787..98805c7361 100644 --- a/providers/vsphere/config/config.go +++ b/providers/vsphere/config/config.go @@ -12,7 +12,7 @@ import ( var Config = plugin.Provider{ Name: "vsphere", ID: "go.mondoo.com/cnquery/v9/providers/vsphere", - Version: "9.1.16", + Version: "9.1.17", ConnectionTypes: []string{provider.ConnectionType}, Connectors: []plugin.Connector{ {