diff --git a/providers/arista/config/config.go b/providers/arista/config/config.go index 492b3ae0d3..59108c55d9 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.2", + Version: "9.0.3", ConnectionTypes: []string{provider.ConnectionType}, Connectors: []plugin.Connector{ { diff --git a/providers/aws/config/config.go b/providers/aws/config/config.go index ca18c5a56a..a561af67a9 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.3", + Version: "9.0.4", 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 03fce017c8..cf574f9e7f 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.2", + Version: "9.0.3", ConnectionTypes: []string{provider.ConnectionType}, Connectors: []plugin.Connector{ { diff --git a/providers/equinix/config/config.go b/providers/equinix/config/config.go index 2fb7dadcc4..631e2ea24d 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.1", + Version: "9.0.2", ConnectionTypes: []string{provider.ConnectionType}, Connectors: []plugin.Connector{ { diff --git a/providers/gcp/config/config.go b/providers/gcp/config/config.go index c9fdbb72ea..7af469e097 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.2", + Version: "9.0.3", ConnectionTypes: []string{ provider.ConnectionType, string(gcpinstancesnapshot.SnapshotConnectionType), diff --git a/providers/github/config/config.go b/providers/github/config/config.go index 9c26e0e70d..f0fb550e9a 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.2", + Version: "9.0.3", ConnectionTypes: []string{provider.ConnectionType}, Connectors: []plugin.Connector{ { diff --git a/providers/gitlab/config/config.go b/providers/gitlab/config/config.go index 9f4184d0c5..36efb0f57d 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.2", + Version: "9.0.3", ConnectionTypes: []string{ provider.ConnectionType, provider.GitlabGroupConnection, diff --git a/providers/google-workspace/config/config.go b/providers/google-workspace/config/config.go index edcf7126d1..4548620312 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.1", + Version: "9.0.2", ConnectionTypes: []string{provider.ConnectionType}, Connectors: []plugin.Connector{ { diff --git a/providers/ipmi/config/config.go b/providers/ipmi/config/config.go index 5f71fdaf28..aa5b85c581 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.1", + Version: "9.0.2", ConnectionTypes: []string{provider.ConnectionType}, Connectors: []plugin.Connector{ { diff --git a/providers/k8s/config/config.go b/providers/k8s/config/config.go index 5ebc5e2263..229fcd1b7d 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.4", + Version: "9.0.5", ConnectionTypes: []string{provider.ConnectionType}, Connectors: []plugin.Connector{ { diff --git a/providers/ms365/config/config.go b/providers/ms365/config/config.go index 336ce83f2f..a9863f2a22 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.1", + Version: "9.0.2", ConnectionTypes: []string{provider.ConnectionType}, Connectors: []plugin.Connector{ { diff --git a/providers/oci/config/config.go b/providers/oci/config/config.go index 16adee5ecc..03ea5f9e03 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.2", + Version: "9.0.3", ConnectionTypes: []string{provider.ConnectionType}, Connectors: []plugin.Connector{ { diff --git a/providers/okta/config/config.go b/providers/okta/config/config.go index 3eeeb29842..eee9208c47 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.3", + Version: "9.0.4", ConnectionTypes: []string{provider.ConnectionType}, Connectors: []plugin.Connector{ { diff --git a/providers/opcua/config/config.go b/providers/opcua/config/config.go index 9b17feae47..6b7206ee1d 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.2", + Version: "9.0.3", ConnectionTypes: []string{provider.ConnectionType}, Connectors: []plugin.Connector{ { diff --git a/providers/os/config/config.go b/providers/os/config/config.go index f459b3b6fa..06a2ef3529 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.5", + Version: "9.0.6", ConnectionTypes: []string{ provider.LocalConnectionType, provider.SshConnectionType, diff --git a/providers/slack/config/config.go b/providers/slack/config/config.go index 367c2c1211..954909f7d5 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.2", + Version: "9.0.3", ConnectionTypes: []string{provider.ConnectionType}, Connectors: []plugin.Connector{ { diff --git a/providers/terraform/config/config.go b/providers/terraform/config/config.go index 1e7970e508..6235ff6dc2 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.4", + Version: "9.0.5", ConnectionTypes: []string{ provider.StateConnectionType, provider.PlanConnectionType, diff --git a/providers/vcd/config/config.go b/providers/vcd/config/config.go index 53f8ba7656..11cc998d18 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.2", + Version: "9.0.3", ConnectionTypes: []string{provider.ConnectionType}, Connectors: []plugin.Connector{ { diff --git a/providers/vsphere/config/config.go b/providers/vsphere/config/config.go index 01318f7869..ff1b87cb07 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.2", + Version: "9.0.3", ConnectionTypes: []string{provider.ConnectionType}, Connectors: []plugin.Connector{ {