diff --git a/providers/ansible/config/config.go b/providers/ansible/config/config.go index 78487de020..0b7170825c 100644 --- a/providers/ansible/config/config.go +++ b/providers/ansible/config/config.go @@ -12,7 +12,7 @@ import ( var Config = plugin.Provider{ Name: "ansible", ID: "go.mondoo.com/mql/v13/providers/ansible", - Version: "13.0.3", + Version: "13.0.4", ConnectionTypes: []string{provider.DefaultConnectionType}, Connectors: []plugin.Connector{ { diff --git a/providers/arista/config/config.go b/providers/arista/config/config.go index 5839fc5d80..0b4946799a 100644 --- a/providers/arista/config/config.go +++ b/providers/arista/config/config.go @@ -12,7 +12,7 @@ import ( var Config = plugin.Provider{ Name: "arista", ID: "go.mondoo.com/cnquery/v9/providers/arista", - Version: "13.1.5", + Version: "13.1.6", ConnectionTypes: []string{provider.ConnectionType}, Connectors: []plugin.Connector{ { diff --git a/providers/atlassian/config/config.go b/providers/atlassian/config/config.go index b37bf83f7c..5433d4f76d 100644 --- a/providers/atlassian/config/config.go +++ b/providers/atlassian/config/config.go @@ -14,7 +14,7 @@ import ( var Config = plugin.Provider{ Name: "atlassian", ID: "go.mondoo.com/cnquery/v9/providers/atlassian", - Version: "13.0.3", + Version: "13.0.4", ConnectionTypes: []string{ provider.DefaultConnectionType, "jira", diff --git a/providers/aws/config/config.go b/providers/aws/config/config.go index d30379d3a9..25aefbbda1 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.6.1", + Version: "13.6.2", 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 496d9b2c84..9a14d2ad0a 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.3.1", + Version: "13.3.2", ConnectionTypes: []string{ provider.ConnectionType, string(azureinstancesnapshot.SnapshotConnectionType), diff --git a/providers/cloudflare/config/config.go b/providers/cloudflare/config/config.go index 413e18a942..0e3bb3b137 100644 --- a/providers/cloudflare/config/config.go +++ b/providers/cloudflare/config/config.go @@ -11,7 +11,7 @@ import ( var Config = plugin.Provider{ Name: "cloudflare", ID: "go.mondoo.com/mql/v13/providers/cloudflare", - Version: "13.0.3", + Version: "13.0.4", ConnectionTypes: []string{provider.DefaultConnectionType}, Connectors: []plugin.Connector{ { diff --git a/providers/cloudformation/config/config.go b/providers/cloudformation/config/config.go index 0185c5772f..5cb0e2e6f2 100644 --- a/providers/cloudformation/config/config.go +++ b/providers/cloudformation/config/config.go @@ -12,7 +12,7 @@ import ( var Config = plugin.Provider{ Name: "cloudformation", ID: "go.mondoo.com/mql/v13/providers/cloudformation", - Version: "13.0.3", + Version: "13.0.4", ConnectionTypes: []string{provider.DefaultConnectionType}, Connectors: []plugin.Connector{ { diff --git a/providers/depsdev/config/config.go b/providers/depsdev/config/config.go index 79fc62df0d..1f91a23909 100644 --- a/providers/depsdev/config/config.go +++ b/providers/depsdev/config/config.go @@ -11,7 +11,7 @@ import ( var Config = plugin.Provider{ Name: "depsdev", ID: "go.mondoo.com/mql/v13/providers/depsdev", - Version: "13.0.4", + Version: "13.0.5", ConnectionTypes: []string{provider.DefaultConnectionType}, Connectors: []plugin.Connector{ { diff --git a/providers/equinix/config/config.go b/providers/equinix/config/config.go index 043711a27b..e315632bef 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/v9/providers/equinix", - Version: "13.0.3", + Version: "13.0.4", ConnectionTypes: []string{provider.ConnectionType}, Connectors: []plugin.Connector{ { diff --git a/providers/gcp/config/config.go b/providers/gcp/config/config.go index 23d694930d..a52193ec41 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.3.1", + Version: "13.3.2", ConnectionTypes: []string{ provider.ConnectionType, string(gcpinstancesnapshot.SnapshotConnectionType), diff --git a/providers/github/config/config.go b/providers/github/config/config.go index ffadd80feb..5d3ec4d944 100644 --- a/providers/github/config/config.go +++ b/providers/github/config/config.go @@ -13,7 +13,7 @@ import ( var Config = plugin.Provider{ Name: "github", ID: "go.mondoo.com/cnquery/v9/providers/github", - Version: "13.0.4", + Version: "13.0.5", ConnectionTypes: []string{provider.ConnectionType}, Connectors: []plugin.Connector{ { diff --git a/providers/gitlab/config/config.go b/providers/gitlab/config/config.go index 8ba656a47b..a82124c1b1 100644 --- a/providers/gitlab/config/config.go +++ b/providers/gitlab/config/config.go @@ -12,7 +12,7 @@ import ( var Config = plugin.Provider{ Name: "gitlab", ID: "go.mondoo.com/cnquery/v9/providers/gitlab", - Version: "13.0.4", + Version: "13.0.5", ConnectionTypes: []string{ provider.ConnectionType, provider.GitlabGroupConnection, diff --git a/providers/google-workspace/config/config.go b/providers/google-workspace/config/config.go index 09c4b64bc6..108d591444 100644 --- a/providers/google-workspace/config/config.go +++ b/providers/google-workspace/config/config.go @@ -12,7 +12,7 @@ import ( var Config = plugin.Provider{ Name: "google-workspace", ID: "go.mondoo.com/cnquery/v9/providers/google-workspace", - Version: "13.0.4", + Version: "13.0.5", ConnectionTypes: []string{provider.ConnectionType}, Connectors: []plugin.Connector{ { diff --git a/providers/grafana/config/config.go b/providers/grafana/config/config.go index 674bca4525..6514b627aa 100644 --- a/providers/grafana/config/config.go +++ b/providers/grafana/config/config.go @@ -12,7 +12,7 @@ import ( var Config = plugin.Provider{ Name: "grafana", ID: "go.mondoo.com/mql/v13/providers/grafana", - Version: "13.0.0", + Version: "13.0.1", ConnectionTypes: []string{provider.DefaultConnectionType}, Connectors: []plugin.Connector{ { diff --git a/providers/ipinfo/config/config.go b/providers/ipinfo/config/config.go index ece25d3613..dae6319a66 100644 --- a/providers/ipinfo/config/config.go +++ b/providers/ipinfo/config/config.go @@ -11,7 +11,7 @@ import ( var Config = plugin.Provider{ Name: "ipinfo", ID: "go.mondoo.com/cnquery/providers/ipinfo", - Version: "13.0.3", + Version: "13.0.4", ConnectionTypes: []string{provider.DefaultConnectionType}, Connectors: []plugin.Connector{ { diff --git a/providers/ipmi/config/config.go b/providers/ipmi/config/config.go index c4e58967a5..504ae7246f 100644 --- a/providers/ipmi/config/config.go +++ b/providers/ipmi/config/config.go @@ -12,7 +12,7 @@ import ( var Config = plugin.Provider{ Name: "ipmi", ID: "go.mondoo.com/cnquery/v9/providers/ipmi", - Version: "13.0.3", + Version: "13.0.4", ConnectionTypes: []string{provider.ConnectionType}, Connectors: []plugin.Connector{ { diff --git a/providers/mondoo/config/config.go b/providers/mondoo/config/config.go index f666f8166f..ac42fdc4ac 100644 --- a/providers/mondoo/config/config.go +++ b/providers/mondoo/config/config.go @@ -11,7 +11,7 @@ import ( var Config = plugin.Provider{ Name: "mondoo", ID: "go.mondoo.com/mql/v13/providers/mondoo", - Version: "13.0.3", + Version: "13.0.4", ConnectionTypes: []string{provider.DefaultConnectionType}, Connectors: []plugin.Connector{ { diff --git a/providers/ms365/config/config.go b/providers/ms365/config/config.go index 25de3041d2..a52ef55a30 100644 --- a/providers/ms365/config/config.go +++ b/providers/ms365/config/config.go @@ -12,7 +12,7 @@ import ( var Config = plugin.Provider{ Name: "ms365", ID: "go.mondoo.com/cnquery/v9/providers/ms365", - Version: "13.0.3", + Version: "13.0.4", ConnectionTypes: []string{provider.ConnectionType}, Connectors: []plugin.Connector{ { diff --git a/providers/network/config/config.go b/providers/network/config/config.go index f38fb9aef4..609bb17d98 100644 --- a/providers/network/config/config.go +++ b/providers/network/config/config.go @@ -13,7 +13,7 @@ import ( var Config = plugin.Provider{ Name: "network", ID: "go.mondoo.com/cnquery/v9/providers/network", - Version: "13.0.3", + Version: "13.0.4", ConnectionTypes: []string{provider.HostConnectionType}, CrossProviderTypes: []string{ "go.mondoo.com/mql/providers/os", diff --git a/providers/nmap/config/config.go b/providers/nmap/config/config.go index aacf972fd3..1606947e05 100644 --- a/providers/nmap/config/config.go +++ b/providers/nmap/config/config.go @@ -13,7 +13,7 @@ import ( var Config = plugin.Provider{ Name: "nmap", ID: "go.mondoo.com/mql/v13/providers/nmap", - Version: "13.0.3", + Version: "13.0.4", ConnectionTypes: []string{provider.DefaultConnectionType}, Connectors: []plugin.Connector{ { diff --git a/providers/oci/config/config.go b/providers/oci/config/config.go index 44685674c3..c606c61f3e 100644 --- a/providers/oci/config/config.go +++ b/providers/oci/config/config.go @@ -12,7 +12,7 @@ import ( var Config = plugin.Provider{ Name: "oci", ID: "go.mondoo.com/cnquery/v9/providers/oci", - Version: "13.0.3", + Version: "13.0.4", ConnectionTypes: []string{provider.ConnectionType}, Connectors: []plugin.Connector{ { diff --git a/providers/okta/config/config.go b/providers/okta/config/config.go index ed7ecfddc0..306b8aa503 100644 --- a/providers/okta/config/config.go +++ b/providers/okta/config/config.go @@ -12,7 +12,7 @@ import ( var Config = plugin.Provider{ Name: "okta", ID: "go.mondoo.com/cnquery/v9/providers/okta", - Version: "13.1.2", + Version: "13.1.3", ConnectionTypes: []string{provider.ConnectionType}, Connectors: []plugin.Connector{ { diff --git a/providers/opcua/config/config.go b/providers/opcua/config/config.go index 9f2a5bfdf6..59fd543c4e 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/v9/providers/opcua", - Version: "13.0.3", + Version: "13.0.4", ConnectionTypes: []string{provider.ConnectionType}, Connectors: []plugin.Connector{ { diff --git a/providers/os/config/config.go b/providers/os/config/config.go index c4372c917b..d32c7c7344 100644 --- a/providers/os/config/config.go +++ b/providers/os/config/config.go @@ -13,7 +13,7 @@ import ( var Config = plugin.Provider{ Name: "os", ID: "go.mondoo.com/cnquery/v9/providers/os", - Version: "13.6.1", + Version: "13.6.2", ConnectionTypes: []string{ shared.Type_Local.String(), shared.Type_SSH.String(), diff --git a/providers/shodan/config/config.go b/providers/shodan/config/config.go index 4aeea5c6b9..6a13bd8931 100644 --- a/providers/shodan/config/config.go +++ b/providers/shodan/config/config.go @@ -13,7 +13,7 @@ import ( var Config = plugin.Provider{ Name: "shodan", ID: "go.mondoo.com/mql/v13/providers/shodan", - Version: "13.0.3", + Version: "13.0.4", ConnectionTypes: []string{provider.DefaultConnectionType}, Connectors: []plugin.Connector{ { diff --git a/providers/slack/config/config.go b/providers/slack/config/config.go index 9e7e764d18..9ae57dfc31 100644 --- a/providers/slack/config/config.go +++ b/providers/slack/config/config.go @@ -12,7 +12,7 @@ import ( var Config = plugin.Provider{ Name: "slack", ID: "go.mondoo.com/cnquery/v9/providers/slack", - Version: "13.0.3", + Version: "13.0.4", ConnectionTypes: []string{provider.ConnectionType}, Connectors: []plugin.Connector{ { diff --git a/providers/snowflake/config/config.go b/providers/snowflake/config/config.go index 1a068d53b3..cd3b3fe930 100644 --- a/providers/snowflake/config/config.go +++ b/providers/snowflake/config/config.go @@ -11,7 +11,7 @@ import ( var Config = plugin.Provider{ Name: "snowflake", ID: "go.mondoo.com/mql/v13/providers/snowflake", - Version: "13.0.3", + Version: "13.0.4", ConnectionTypes: []string{provider.DefaultConnectionType}, Connectors: []plugin.Connector{ { diff --git a/providers/tailscale/config/config.go b/providers/tailscale/config/config.go index 7e01a46516..16a18b35c5 100644 --- a/providers/tailscale/config/config.go +++ b/providers/tailscale/config/config.go @@ -13,7 +13,7 @@ import ( var Config = plugin.Provider{ Name: "tailscale", ID: "go.mondoo.com/mql/v13/providers/tailscale", - Version: "13.0.3", + Version: "13.0.4", ConnectionTypes: []string{provider.DefaultConnectionType}, Connectors: []plugin.Connector{ { diff --git a/providers/terraform/config/config.go b/providers/terraform/config/config.go index 097f493813..94363c4324 100644 --- a/providers/terraform/config/config.go +++ b/providers/terraform/config/config.go @@ -12,7 +12,7 @@ import ( var Config = plugin.Provider{ Name: "terraform", ID: "go.mondoo.com/cnquery/v9/providers/terraform", - Version: "13.0.3", + Version: "13.0.4", ConnectionTypes: []string{ provider.StateConnectionType, provider.PlanConnectionType, diff --git a/providers/vcd/config/config.go b/providers/vcd/config/config.go index f1d86172a5..3ae3cb09e3 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/v9/providers/vcd", - Version: "13.0.3", + Version: "13.0.4", ConnectionTypes: []string{provider.ConnectionType}, Connectors: []plugin.Connector{ { diff --git a/providers/vsphere/config/config.go b/providers/vsphere/config/config.go index d56a94dff3..7724a7c043 100644 --- a/providers/vsphere/config/config.go +++ b/providers/vsphere/config/config.go @@ -13,7 +13,7 @@ import ( var Config = plugin.Provider{ Name: "vsphere", ID: "go.mondoo.com/cnquery/v9/providers/vsphere", - Version: "13.0.3", + Version: "13.0.4", ConnectionTypes: []string{provider.ConnectionType}, Connectors: []plugin.Connector{ {