From bce6aeb55b6d24f3262f6b34304d391ed61d171b Mon Sep 17 00:00:00 2001 From: Mondoo Date: Mon, 2 Oct 2023 12:58:44 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=89=20arista-9.0.4,=20aws-9.0.5,=20azu?= =?UTF-8?q?re-9.0.4,=20equinix-9.0.3,=20gcp-9.0.4,=20github-9.0.4,=20gitla?= =?UTF-8?q?b-9.0.4,=20google-workspace-9.0.3,=20ipmi-9.0.3,=20k8s-9.0.6,?= =?UTF-8?q?=20ms365-9.0.3,=20oci-9.0.4,=20okta-9.0.5,=20opcua-9.0.4,=20os-?= =?UTF-8?q?9.0.7,=20slack-9.0.4,=20terraform-9.0.6,=20vcd-9.0.4,=20vsphere?= =?UTF-8?q?-9.0.4?= 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`. --- providers/arista/config/config.go | 2 +- providers/aws/config/config.go | 2 +- providers/azure/config/config.go | 2 +- providers/equinix/config/config.go | 2 +- providers/gcp/config/config.go | 2 +- providers/github/config/config.go | 2 +- providers/gitlab/config/config.go | 2 +- providers/google-workspace/config/config.go | 2 +- providers/ipmi/config/config.go | 2 +- providers/k8s/config/config.go | 2 +- providers/ms365/config/config.go | 2 +- providers/oci/config/config.go | 2 +- providers/okta/config/config.go | 2 +- providers/opcua/config/config.go | 2 +- providers/os/config/config.go | 2 +- providers/slack/config/config.go | 2 +- providers/terraform/config/config.go | 2 +- providers/vcd/config/config.go | 2 +- providers/vsphere/config/config.go | 2 +- 19 files changed, 19 insertions(+), 19 deletions(-) diff --git a/providers/arista/config/config.go b/providers/arista/config/config.go index 59108c55d9..3f1cd6d0a0 100644 --- a/providers/arista/config/config.go +++ b/providers/arista/config/config.go @@ -11,7 +11,7 @@ import ( var Config = plugin.Provider{ Name: "arista", ID: "go.mondoo.com/cnquery/providers/arista", - Version: "9.0.3", + Version: "9.0.4", ConnectionTypes: []string{provider.ConnectionType}, Connectors: []plugin.Connector{ { diff --git a/providers/aws/config/config.go b/providers/aws/config/config.go index a561af67a9..b9add586ea 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/providers/aws", - Version: "9.0.4", + Version: "9.0.5", 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 cf574f9e7f..d28348fbea 100644 --- a/providers/azure/config/config.go +++ b/providers/azure/config/config.go @@ -12,7 +12,7 @@ import ( var Config = plugin.Provider{ Name: "azure", ID: "go.mondoo.com/cnquery/providers/azure", - Version: "9.0.3", + Version: "9.0.4", ConnectionTypes: []string{provider.ConnectionType}, Connectors: []plugin.Connector{ { diff --git a/providers/equinix/config/config.go b/providers/equinix/config/config.go index ed3ac2767d..e7040d2f53 100644 --- a/providers/equinix/config/config.go +++ b/providers/equinix/config/config.go @@ -11,7 +11,7 @@ import ( var Config = plugin.Provider{ Name: "equinix", ID: "go.mondoo.com/cnquery/providers/equinix", - Version: "9.0.2", + Version: "9.0.3", ConnectionTypes: []string{provider.ConnectionType}, Connectors: []plugin.Connector{ { diff --git a/providers/gcp/config/config.go b/providers/gcp/config/config.go index 7af469e097..662914070f 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/providers/gcp", - Version: "9.0.3", + Version: "9.0.4", ConnectionTypes: []string{ provider.ConnectionType, string(gcpinstancesnapshot.SnapshotConnectionType), diff --git a/providers/github/config/config.go b/providers/github/config/config.go index f0fb550e9a..980aa57b64 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/providers/github", - Version: "9.0.3", + Version: "9.0.4", ConnectionTypes: []string{provider.ConnectionType}, Connectors: []plugin.Connector{ { diff --git a/providers/gitlab/config/config.go b/providers/gitlab/config/config.go index 36efb0f57d..5f9f9df6ee 100644 --- a/providers/gitlab/config/config.go +++ b/providers/gitlab/config/config.go @@ -11,7 +11,7 @@ import ( var Config = plugin.Provider{ Name: "gitlab", ID: "go.mondoo.com/cnquery/providers/gitlab", - Version: "9.0.3", + Version: "9.0.4", ConnectionTypes: []string{ provider.ConnectionType, provider.GitlabGroupConnection, diff --git a/providers/google-workspace/config/config.go b/providers/google-workspace/config/config.go index 00e01bb235..078a9eca50 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/providers/google-workspace", - Version: "9.0.2", + Version: "9.0.3", ConnectionTypes: []string{provider.ConnectionType}, Connectors: []plugin.Connector{ { diff --git a/providers/ipmi/config/config.go b/providers/ipmi/config/config.go index 444b36bb24..ea839bdff7 100644 --- a/providers/ipmi/config/config.go +++ b/providers/ipmi/config/config.go @@ -11,7 +11,7 @@ import ( var Config = plugin.Provider{ Name: "ipmi", ID: "go.mondoo.com/cnquery/providers/ipmi", - Version: "9.0.2", + Version: "9.0.3", ConnectionTypes: []string{provider.ConnectionType}, Connectors: []plugin.Connector{ { diff --git a/providers/k8s/config/config.go b/providers/k8s/config/config.go index 229fcd1b7d..13a13dceaf 100644 --- a/providers/k8s/config/config.go +++ b/providers/k8s/config/config.go @@ -12,7 +12,7 @@ import ( var Config = plugin.Provider{ Name: "k8s", ID: "go.mondoo.com/cnquery/providers/k8s", - Version: "9.0.5", + Version: "9.0.6", ConnectionTypes: []string{provider.ConnectionType}, Connectors: []plugin.Connector{ { diff --git a/providers/ms365/config/config.go b/providers/ms365/config/config.go index a9863f2a22..997d1675ba 100644 --- a/providers/ms365/config/config.go +++ b/providers/ms365/config/config.go @@ -11,7 +11,7 @@ import ( var Config = plugin.Provider{ Name: "ms365", ID: "go.mondoo.com/cnquery/providers/ms365", - Version: "9.0.2", + Version: "9.0.3", ConnectionTypes: []string{provider.ConnectionType}, Connectors: []plugin.Connector{ { diff --git a/providers/oci/config/config.go b/providers/oci/config/config.go index 03ea5f9e03..c0cf01b492 100644 --- a/providers/oci/config/config.go +++ b/providers/oci/config/config.go @@ -11,7 +11,7 @@ import ( var Config = plugin.Provider{ Name: "oci", ID: "go.mondoo.com/cnquery/providers/oci", - Version: "9.0.3", + Version: "9.0.4", ConnectionTypes: []string{provider.ConnectionType}, Connectors: []plugin.Connector{ { diff --git a/providers/okta/config/config.go b/providers/okta/config/config.go index eee9208c47..9501fe738c 100644 --- a/providers/okta/config/config.go +++ b/providers/okta/config/config.go @@ -11,7 +11,7 @@ import ( var Config = plugin.Provider{ Name: "okta", ID: "go.mondoo.com/cnquery/providers/okta", - Version: "9.0.4", + Version: "9.0.5", ConnectionTypes: []string{provider.ConnectionType}, Connectors: []plugin.Connector{ { diff --git a/providers/opcua/config/config.go b/providers/opcua/config/config.go index 3823058f97..be7cfdb033 100644 --- a/providers/opcua/config/config.go +++ b/providers/opcua/config/config.go @@ -11,7 +11,7 @@ import ( var Config = plugin.Provider{ Name: "opcua", ID: "go.mondoo.com/cnquery/providers/opcua", - Version: "9.0.3", + Version: "9.0.4", ConnectionTypes: []string{provider.ConnectionType}, Connectors: []plugin.Connector{ { diff --git a/providers/os/config/config.go b/providers/os/config/config.go index 06a2ef3529..9a2ff25559 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/providers/os", - Version: "9.0.6", + Version: "9.0.7", ConnectionTypes: []string{ provider.LocalConnectionType, provider.SshConnectionType, diff --git a/providers/slack/config/config.go b/providers/slack/config/config.go index 954909f7d5..8bb3cee3c0 100644 --- a/providers/slack/config/config.go +++ b/providers/slack/config/config.go @@ -11,7 +11,7 @@ import ( var Config = plugin.Provider{ Name: "slack", ID: "go.mondoo.com/cnquery/providers/slack", - Version: "9.0.3", + Version: "9.0.4", ConnectionTypes: []string{provider.ConnectionType}, Connectors: []plugin.Connector{ { diff --git a/providers/terraform/config/config.go b/providers/terraform/config/config.go index 6235ff6dc2..0794d7048e 100644 --- a/providers/terraform/config/config.go +++ b/providers/terraform/config/config.go @@ -11,7 +11,7 @@ import ( var Config = plugin.Provider{ Name: "terraform", ID: "go.mondoo.com/cnquery/providers/terraform", - Version: "9.0.5", + Version: "9.0.6", ConnectionTypes: []string{ provider.StateConnectionType, provider.PlanConnectionType, diff --git a/providers/vcd/config/config.go b/providers/vcd/config/config.go index 262084f5e7..08efcdb298 100644 --- a/providers/vcd/config/config.go +++ b/providers/vcd/config/config.go @@ -11,7 +11,7 @@ import ( var Config = plugin.Provider{ Name: "vcd", ID: "go.mondoo.com/cnquery/providers/vcd", - Version: "9.0.3", + Version: "9.0.4", ConnectionTypes: []string{provider.ConnectionType}, Connectors: []plugin.Connector{ { diff --git a/providers/vsphere/config/config.go b/providers/vsphere/config/config.go index ff1b87cb07..82d7a4cf2a 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/providers/vsphere", - Version: "9.0.3", + Version: "9.0.4", ConnectionTypes: []string{provider.ConnectionType}, Connectors: []plugin.Connector{ {