diff --git a/providers/ansible/config/config.go b/providers/ansible/config/config.go index 6b47c73de..1453e5747 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/cnquery/v11/providers/ansible", - Version: "11.0.17", + Version: "11.0.18", ConnectionTypes: []string{provider.DefaultConnectionType}, Connectors: []plugin.Connector{ { diff --git a/providers/arista/config/config.go b/providers/arista/config/config.go index 7e3c55998..8b8e16fdf 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: "11.0.30", + Version: "11.0.31", ConnectionTypes: []string{provider.ConnectionType}, Connectors: []plugin.Connector{ { diff --git a/providers/atlassian/config/config.go b/providers/atlassian/config/config.go index f5fb7635d..b74699f66 100644 --- a/providers/atlassian/config/config.go +++ b/providers/atlassian/config/config.go @@ -13,7 +13,7 @@ import ( var Config = plugin.Provider{ Name: "atlassian", ID: "go.mondoo.com/cnquery/v9/providers/atlassian", - Version: "11.0.33", + Version: "11.0.34", ConnectionTypes: []string{ provider.DefaultConnectionType, "jira", diff --git a/providers/aws/config/config.go b/providers/aws/config/config.go index 262581d48..6ed80454b 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: "11.3.8", + Version: "11.3.9", ConnectionTypes: []string{provider.DefaultConnectionType, string(awsec2ebsconn.EBSConnectionType)}, Connectors: []plugin.Connector{ { diff --git a/providers/cloudformation/config/config.go b/providers/cloudformation/config/config.go index d2add311b..48aaeb873 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/cnquery/v11/providers/cloudformation", - Version: "11.0.22", + Version: "11.0.23", ConnectionTypes: []string{provider.DefaultConnectionType}, Connectors: []plugin.Connector{ { diff --git a/providers/core/config/config.go b/providers/core/config/config.go index 7a6ea3a30..78c931653 100644 --- a/providers/core/config/config.go +++ b/providers/core/config/config.go @@ -11,7 +11,7 @@ import ( var Config = plugin.Provider{ Name: "core", ID: "go.mondoo.com/cnquery/v9/providers/core", - Version: "11.0.9", + Version: "11.0.10", Connectors: []plugin.Connector{}, AssetUrlTrees: []*inventory.AssetUrlBranch{ { diff --git a/providers/equinix/config/config.go b/providers/equinix/config/config.go index 3e8ff8bb5..d2df58e9f 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: "11.0.30", + Version: "11.0.31", ConnectionTypes: []string{provider.ConnectionType}, Connectors: []plugin.Connector{ { diff --git a/providers/gcp/config/config.go b/providers/gcp/config/config.go index 8d61d4ff3..36dea9345 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: "11.0.36", + Version: "11.0.37", ConnectionTypes: []string{ provider.ConnectionType, string(gcpinstancesnapshot.SnapshotConnectionType), diff --git a/providers/github/config/config.go b/providers/github/config/config.go index 069974ee5..587fdae34 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: "11.4.14", + Version: "11.4.15", ConnectionTypes: []string{provider.ConnectionType}, Connectors: []plugin.Connector{ { diff --git a/providers/gitlab/config/config.go b/providers/gitlab/config/config.go index dcbba833c..6446cebca 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: "11.1.24", + Version: "11.1.25", ConnectionTypes: []string{ provider.ConnectionType, provider.GitlabGroupConnection, diff --git a/providers/google-workspace/config/config.go b/providers/google-workspace/config/config.go index 16862bfd5..fe0b80982 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: "11.1.8", + Version: "11.1.9", ConnectionTypes: []string{provider.ConnectionType}, Connectors: []plugin.Connector{ { diff --git a/providers/ipmi/config/config.go b/providers/ipmi/config/config.go index 2b95457a6..6353b5d62 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: "11.0.30", + Version: "11.0.31", ConnectionTypes: []string{provider.ConnectionType}, Connectors: []plugin.Connector{ { diff --git a/providers/k8s/config/config.go b/providers/k8s/config/config.go index 668ad9343..9cd69c28f 100644 --- a/providers/k8s/config/config.go +++ b/providers/k8s/config/config.go @@ -13,7 +13,7 @@ import ( var Config = plugin.Provider{ Name: "k8s", ID: "go.mondoo.com/cnquery/v9/providers/k8s", - Version: "11.1.24", + Version: "11.1.25", ConnectionTypes: []string{provider.ConnectionType}, Connectors: []plugin.Connector{ { diff --git a/providers/mondoo/config/config.go b/providers/mondoo/config/config.go index 9fd16e14d..3ddf4fa68 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/cnquery/v11/providers/mondoo", - Version: "11.1.8", + Version: "11.1.9", ConnectionTypes: []string{provider.DefaultConnectionType}, Connectors: []plugin.Connector{ { diff --git a/providers/ms365/config/config.go b/providers/ms365/config/config.go index f09839adb..df0259fcf 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: "11.0.34", + Version: "11.0.35", ConnectionTypes: []string{provider.ConnectionType}, Connectors: []plugin.Connector{ { diff --git a/providers/network/config/config.go b/providers/network/config/config.go index 361eb5615..96c161bdd 100644 --- a/providers/network/config/config.go +++ b/providers/network/config/config.go @@ -12,7 +12,7 @@ import ( var Config = plugin.Provider{ Name: "network", ID: "go.mondoo.com/cnquery/v9/providers/network", - Version: "11.0.25", + Version: "11.0.26", ConnectionTypes: []string{provider.HostConnectionType}, CrossProviderTypes: []string{ "go.mondoo.com/cnquery/providers/os", diff --git a/providers/oci/config/config.go b/providers/oci/config/config.go index feab7c626..df543c44f 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: "11.0.30", + Version: "11.0.31", ConnectionTypes: []string{provider.ConnectionType}, Connectors: []plugin.Connector{ { diff --git a/providers/okta/config/config.go b/providers/okta/config/config.go index 0cd48b49a..0692c3792 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: "11.0.30", + Version: "11.0.31", ConnectionTypes: []string{provider.ConnectionType}, Connectors: []plugin.Connector{ { diff --git a/providers/opcua/config/config.go b/providers/opcua/config/config.go index c5736cdc4..244448c8d 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: "11.0.30", + Version: "11.0.31", ConnectionTypes: []string{provider.ConnectionType}, Connectors: []plugin.Connector{ { diff --git a/providers/os/config/config.go b/providers/os/config/config.go index e167ff1ca..70d04104e 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: "11.2.28", + Version: "11.2.29", 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 07a518394..0f73f2655 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/cnquery/v11/providers/shodan", - Version: "11.0.18", + Version: "11.0.19", ConnectionTypes: []string{provider.DefaultConnectionType}, Connectors: []plugin.Connector{ { diff --git a/providers/slack/config/config.go b/providers/slack/config/config.go index 567605118..0bb7b1c88 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: "11.0.32", + Version: "11.0.33", ConnectionTypes: []string{provider.ConnectionType}, Connectors: []plugin.Connector{ { diff --git a/providers/snowflake/config/config.go b/providers/snowflake/config/config.go index def8c5539..61ba92f2e 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/cnquery/v11/providers/snowflake", - Version: "11.0.16", + Version: "11.0.17", ConnectionTypes: []string{provider.DefaultConnectionType}, Connectors: []plugin.Connector{ { diff --git a/providers/terraform/config/config.go b/providers/terraform/config/config.go index fdc4522cd..bf1bb8bfa 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: "11.0.30", + Version: "11.0.31", ConnectionTypes: []string{ provider.StateConnectionType, provider.PlanConnectionType, diff --git a/providers/vcd/config/config.go b/providers/vcd/config/config.go index 928ecc174..29cc22242 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: "11.0.30", + Version: "11.0.31", ConnectionTypes: []string{provider.ConnectionType}, Connectors: []plugin.Connector{ { diff --git a/providers/vsphere/config/config.go b/providers/vsphere/config/config.go index 059ec8b72..1cdbfa446 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: "11.0.30", + Version: "11.0.31", ConnectionTypes: []string{provider.ConnectionType}, Connectors: []plugin.Connector{ {