diff --git a/providers/ansible/config/config.go b/providers/ansible/config/config.go index 881ae6983a..01cdc48cb0 100644 --- a/providers/ansible/config/config.go +++ b/providers/ansible/config/config.go @@ -11,7 +11,7 @@ import ( var Config = plugin.Provider{ Name: "ansible", ID: "go.mondoo.com/cnquery/v11/providers/ansible", - Version: "11.0.6", + Version: "11.0.7", ConnectionTypes: []string{provider.DefaultConnectionType}, Connectors: []plugin.Connector{ { diff --git a/providers/arista/config/config.go b/providers/arista/config/config.go index eeb8c76fa6..1ff3287052 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/v9/providers/arista", - Version: "11.0.19", + Version: "11.0.20", ConnectionTypes: []string{provider.ConnectionType}, Connectors: []plugin.Connector{ { diff --git a/providers/atlassian/config/config.go b/providers/atlassian/config/config.go index ee9c80ccf6..43092a8673 100644 --- a/providers/atlassian/config/config.go +++ b/providers/atlassian/config/config.go @@ -11,7 +11,7 @@ import ( var Config = plugin.Provider{ Name: "atlassian", ID: "go.mondoo.com/cnquery/v9/providers/atlassian", - Version: "11.0.20", + Version: "11.0.21", ConnectionTypes: []string{ provider.DefaultConnectionType, "jira", diff --git a/providers/aws/config/config.go b/providers/aws/config/config.go index 6bb392f8e7..1ec6c0ad3a 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.1.15", + Version: "11.1.16", 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 7916a92841..f09b23c1f0 100644 --- a/providers/cloudformation/config/config.go +++ b/providers/cloudformation/config/config.go @@ -11,7 +11,7 @@ import ( var Config = plugin.Provider{ Name: "cloudformation", ID: "go.mondoo.com/cnquery/v11/providers/cloudformation", - Version: "11.0.11", + Version: "11.0.12", ConnectionTypes: []string{provider.DefaultConnectionType}, Connectors: []plugin.Connector{ { diff --git a/providers/equinix/config/config.go b/providers/equinix/config/config.go index 8c2ecb7e7a..5dea376cf9 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.19", + Version: "11.0.20", ConnectionTypes: []string{provider.ConnectionType}, Connectors: []plugin.Connector{ { diff --git a/providers/gcp/config/config.go b/providers/gcp/config/config.go index b02f62b204..51f83512f7 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.25", + Version: "11.0.26", ConnectionTypes: []string{ provider.ConnectionType, string(gcpinstancesnapshot.SnapshotConnectionType), diff --git a/providers/github/config/config.go b/providers/github/config/config.go index 1853c948a9..5d1aa5f878 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.3.9", + Version: "11.3.10", ConnectionTypes: []string{provider.ConnectionType}, Connectors: []plugin.Connector{ { diff --git a/providers/gitlab/config/config.go b/providers/gitlab/config/config.go index 49e18483f8..394993a69a 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/v9/providers/gitlab", - Version: "11.1.8", + Version: "11.1.9", ConnectionTypes: []string{ provider.ConnectionType, provider.GitlabGroupConnection, diff --git a/providers/google-workspace/config/config.go b/providers/google-workspace/config/config.go index 41af044145..04dda9936b 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/v9/providers/google-workspace", - Version: "11.0.19", + Version: "11.0.20", ConnectionTypes: []string{provider.ConnectionType}, Connectors: []plugin.Connector{ { diff --git a/providers/ipmi/config/config.go b/providers/ipmi/config/config.go index e2d34f2442..66c7579926 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/v9/providers/ipmi", - Version: "11.0.19", + Version: "11.0.20", ConnectionTypes: []string{provider.ConnectionType}, Connectors: []plugin.Connector{ { diff --git a/providers/k8s/config/config.go b/providers/k8s/config/config.go index 341f14a9e0..f188a828f2 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.14", + Version: "11.1.15", ConnectionTypes: []string{provider.ConnectionType}, Connectors: []plugin.Connector{ { diff --git a/providers/ms365/config/config.go b/providers/ms365/config/config.go index 2ba2a31f1c..88001a0de0 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/v9/providers/ms365", - Version: "11.0.22", + Version: "11.0.23", ConnectionTypes: []string{provider.ConnectionType}, Connectors: []plugin.Connector{ { diff --git a/providers/network/config/config.go b/providers/network/config/config.go index 5e10e8f1dd..91c5161d96 100644 --- a/providers/network/config/config.go +++ b/providers/network/config/config.go @@ -11,7 +11,7 @@ import ( var Config = plugin.Provider{ Name: "network", ID: "go.mondoo.com/cnquery/v9/providers/network", - Version: "11.0.14", + Version: "11.0.15", 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 58c98b43ce..6481165aa5 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/v9/providers/oci", - Version: "11.0.19", + Version: "11.0.20", ConnectionTypes: []string{provider.ConnectionType}, Connectors: []plugin.Connector{ { diff --git a/providers/okta/config/config.go b/providers/okta/config/config.go index d066fcaa4f..e5d788a75f 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/v9/providers/okta", - Version: "11.0.19", + Version: "11.0.20", ConnectionTypes: []string{provider.ConnectionType}, Connectors: []plugin.Connector{ { diff --git a/providers/opcua/config/config.go b/providers/opcua/config/config.go index 16a47a924d..a91b8c9a6c 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.19", + Version: "11.0.20", ConnectionTypes: []string{provider.ConnectionType}, Connectors: []plugin.Connector{ { diff --git a/providers/os/config/config.go b/providers/os/config/config.go index 662b79e5d3..09c1868b56 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.15", + Version: "11.2.16", 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 9e4de232ec..41562715bc 100644 --- a/providers/shodan/config/config.go +++ b/providers/shodan/config/config.go @@ -12,7 +12,7 @@ import ( var Config = plugin.Provider{ Name: "shodan", ID: "go.mondoo.com/cnquery/v11/providers/shodan", - Version: "11.0.7", + Version: "11.0.8", ConnectionTypes: []string{provider.DefaultConnectionType}, Connectors: []plugin.Connector{ { diff --git a/providers/slack/config/config.go b/providers/slack/config/config.go index ce96fba471..515effcdeb 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/v9/providers/slack", - Version: "11.0.21", + Version: "11.0.22", ConnectionTypes: []string{provider.ConnectionType}, Connectors: []plugin.Connector{ { diff --git a/providers/snowflake/config/config.go b/providers/snowflake/config/config.go index 1742636cdd..ce32214fac 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.5", + Version: "11.0.6", ConnectionTypes: []string{provider.DefaultConnectionType}, Connectors: []plugin.Connector{ { diff --git a/providers/terraform/config/config.go b/providers/terraform/config/config.go index 3e7da20501..9781380256 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/v9/providers/terraform", - Version: "11.0.19", + Version: "11.0.20", ConnectionTypes: []string{ provider.StateConnectionType, provider.PlanConnectionType, diff --git a/providers/vcd/config/config.go b/providers/vcd/config/config.go index 30c672abce..c7968a7075 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.19", + Version: "11.0.20", ConnectionTypes: []string{provider.ConnectionType}, Connectors: []plugin.Connector{ { diff --git a/providers/vsphere/config/config.go b/providers/vsphere/config/config.go index 739b2c42dc..697c9b11f4 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.19", + Version: "11.0.20", ConnectionTypes: []string{provider.ConnectionType}, Connectors: []plugin.Connector{ {