From 3a679a26f0272080d22e040c48388a7a62e9339a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 25 Jun 2024 19:36:37 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20Update=20providers=2020240625=20(#4?= =?UTF-8?q?294)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Mondoo Tools --- providers/ansible/config/config.go | 2 +- providers/arista/config/config.go | 2 +- providers/atlassian/config/config.go | 2 +- providers/aws/config/config.go | 2 +- providers/azure/config/config.go | 2 +- providers/cloudformation/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/network/config/config.go | 2 +- providers/oci/config/config.go | 2 +- providers/okta/config/config.go | 2 +- providers/opcua/config/config.go | 2 +- providers/shodan/config/config.go | 2 +- providers/slack/config/config.go | 2 +- providers/snowflake/config/config.go | 2 +- providers/terraform/config/config.go | 2 +- providers/vcd/config/config.go | 2 +- providers/vsphere/config/config.go | 2 +- 24 files changed, 24 insertions(+), 24 deletions(-) diff --git a/providers/ansible/config/config.go b/providers/ansible/config/config.go index 4edc174c41..db7c6fdcfb 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.3", + Version: "11.0.4", ConnectionTypes: []string{provider.DefaultConnectionType}, Connectors: []plugin.Connector{ { diff --git a/providers/arista/config/config.go b/providers/arista/config/config.go index 198806c45d..4f6b73fa87 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.16", + Version: "11.0.17", ConnectionTypes: []string{provider.ConnectionType}, Connectors: []plugin.Connector{ { diff --git a/providers/atlassian/config/config.go b/providers/atlassian/config/config.go index 94fe46bcd0..38de849258 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.17", + Version: "11.0.18", ConnectionTypes: []string{ provider.DefaultConnectionType, "jira", diff --git a/providers/aws/config/config.go b/providers/aws/config/config.go index e5c7428498..9f9cdeafa3 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.11", + Version: "11.1.12", 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 04c294c74a..afac2bce17 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: "11.0.20", + Version: "11.0.21", ConnectionTypes: []string{ provider.ConnectionType, string(azureinstancesnapshot.SnapshotConnectionType), diff --git a/providers/cloudformation/config/config.go b/providers/cloudformation/config/config.go index a716009f73..919f017b3f 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.8", + Version: "11.0.9", ConnectionTypes: []string{provider.DefaultConnectionType}, Connectors: []plugin.Connector{ { diff --git a/providers/equinix/config/config.go b/providers/equinix/config/config.go index 49ba0ae293..74f4bb37c2 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.16", + Version: "11.0.17", ConnectionTypes: []string{provider.ConnectionType}, Connectors: []plugin.Connector{ { diff --git a/providers/gcp/config/config.go b/providers/gcp/config/config.go index 5273a56713..0db5baf97b 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.22", + Version: "11.0.23", ConnectionTypes: []string{ provider.ConnectionType, string(gcpinstancesnapshot.SnapshotConnectionType), diff --git a/providers/github/config/config.go b/providers/github/config/config.go index 67af5a9b09..4cd2735bcd 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.5", + Version: "11.3.6", ConnectionTypes: []string{provider.ConnectionType}, Connectors: []plugin.Connector{ { diff --git a/providers/gitlab/config/config.go b/providers/gitlab/config/config.go index aa8e319e25..2d21594e6f 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.5", + Version: "11.1.6", ConnectionTypes: []string{ provider.ConnectionType, provider.GitlabGroupConnection, diff --git a/providers/google-workspace/config/config.go b/providers/google-workspace/config/config.go index ff29399d56..b8b159e063 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.16", + Version: "11.0.17", ConnectionTypes: []string{provider.ConnectionType}, Connectors: []plugin.Connector{ { diff --git a/providers/ipmi/config/config.go b/providers/ipmi/config/config.go index 3192a08b31..945375952e 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.16", + Version: "11.0.17", ConnectionTypes: []string{provider.ConnectionType}, Connectors: []plugin.Connector{ { diff --git a/providers/k8s/config/config.go b/providers/k8s/config/config.go index 8244a011cd..05e1cf92b4 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.10", + Version: "11.1.11", ConnectionTypes: []string{provider.ConnectionType}, Connectors: []plugin.Connector{ { diff --git a/providers/ms365/config/config.go b/providers/ms365/config/config.go index 0abb91bd07..8ccc7aae18 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.19", + Version: "11.0.20", ConnectionTypes: []string{provider.ConnectionType}, Connectors: []plugin.Connector{ { diff --git a/providers/network/config/config.go b/providers/network/config/config.go index 01f7dc2f9d..afc7f9d52a 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.11", + Version: "11.0.12", 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 2a670d3998..e92f24cb27 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.16", + Version: "11.0.17", ConnectionTypes: []string{provider.ConnectionType}, Connectors: []plugin.Connector{ { diff --git a/providers/okta/config/config.go b/providers/okta/config/config.go index afe9ed481d..6da4523289 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.16", + Version: "11.0.17", ConnectionTypes: []string{provider.ConnectionType}, Connectors: []plugin.Connector{ { diff --git a/providers/opcua/config/config.go b/providers/opcua/config/config.go index b72b91f195..cd987aa267 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.16", + Version: "11.0.17", ConnectionTypes: []string{provider.ConnectionType}, Connectors: []plugin.Connector{ { diff --git a/providers/shodan/config/config.go b/providers/shodan/config/config.go index 1ed10632e7..c2c571ae95 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.4", + Version: "11.0.5", ConnectionTypes: []string{provider.DefaultConnectionType}, Connectors: []plugin.Connector{ { diff --git a/providers/slack/config/config.go b/providers/slack/config/config.go index 1b686b3904..02feb5d6e2 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.18", + Version: "11.0.19", ConnectionTypes: []string{provider.ConnectionType}, Connectors: []plugin.Connector{ { diff --git a/providers/snowflake/config/config.go b/providers/snowflake/config/config.go index e6a3ed0c88..6ee853fde5 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.2", + Version: "11.0.3", ConnectionTypes: []string{provider.DefaultConnectionType}, Connectors: []plugin.Connector{ { diff --git a/providers/terraform/config/config.go b/providers/terraform/config/config.go index 0cd0ff63d3..bb31c346c9 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.16", + Version: "11.0.17", ConnectionTypes: []string{ provider.StateConnectionType, provider.PlanConnectionType, diff --git a/providers/vcd/config/config.go b/providers/vcd/config/config.go index ec40c89400..02f6277db9 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.16", + Version: "11.0.17", ConnectionTypes: []string{provider.ConnectionType}, Connectors: []plugin.Connector{ { diff --git a/providers/vsphere/config/config.go b/providers/vsphere/config/config.go index c036826cb0..c99932ebfd 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.16", + Version: "11.0.17", ConnectionTypes: []string{provider.ConnectionType}, Connectors: []plugin.Connector{ {