From 8fbae79d8c903eeca28ef990730ed91761a53eef Mon Sep 17 00:00:00 2001 From: Ivan Milchev Date: Tue, 23 Jan 2024 18:50:46 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=89=20arista-9.1.17,=20atlassian-9.1.1?= =?UTF-8?q?7,=20aws-9.1.27,=20azure-9.2.3,=20core-9.1.=E2=80=A6=20(#3104)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 🎉 arista-9.1.17, atlassian-9.1.17, aws-9.1.27, azure-9.2.3, core-9.1.10, equinix-9.1.18, gcp-9.1.20, github-9.1.21, gitlab-9.1.18, google-workspace-9.1.21, ipmi-9.1.18, k8s-9.1.24, ms365-9.2.16, oci-9.1.19, okta-9.1.18, opcua-9.1.17, os-9.1.22, slack-9.1.19, terraform-9.1.17, vcd-9.1.17, vsphere-9.1.20 This release was created by cnquery's provider versioning bot. You can find me under: `providers-sdk/v1/util/version`. * change min mondoo version for aws rds stuff Signed-off-by: Ivan Milchev --------- Signed-off-by: Ivan Milchev Co-authored-by: Mondoo --- providers/arista/config/config.go | 2 +- providers/atlassian/config/config.go | 2 +- providers/aws/config/config.go | 2 +- providers/aws/resources/aws.lr.manifest.yaml | 6 +++--- providers/azure/config/config.go | 2 +- providers/core/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/oci/config/config.go | 2 +- providers/okta/config/config.go | 2 +- providers/opcua/config/config.go | 2 +- providers/os/config/config.go | 2 +- providers/slack/config/config.go | 2 +- providers/terraform/config/config.go | 2 +- providers/vcd/config/config.go | 2 +- providers/vsphere/config/config.go | 2 +- 22 files changed, 24 insertions(+), 24 deletions(-) diff --git a/providers/arista/config/config.go b/providers/arista/config/config.go index 6a1178e81a..7e7e12878c 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: "9.1.16", + Version: "9.1.17", ConnectionTypes: []string{provider.ConnectionType}, Connectors: []plugin.Connector{ { diff --git a/providers/atlassian/config/config.go b/providers/atlassian/config/config.go index 86acc038e5..37dd6d814d 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: "9.1.16", + Version: "9.1.17", ConnectionTypes: []string{ provider.DefaultConnectionType, "jira", diff --git a/providers/aws/config/config.go b/providers/aws/config/config.go index 651bb1fa6d..7719c7ddc3 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/v9/providers/aws", - Version: "9.1.26", + Version: "9.1.27", ConnectionTypes: []string{provider.DefaultConnectionType, string(awsec2ebsconn.EBSConnectionType)}, Connectors: []plugin.Connector{ { diff --git a/providers/aws/resources/aws.lr.manifest.yaml b/providers/aws/resources/aws.lr.manifest.yaml index e6ae71bea5..384d209a31 100755 --- a/providers/aws/resources/aws.lr.manifest.yaml +++ b/providers/aws/resources/aws.lr.manifest.yaml @@ -2050,16 +2050,16 @@ resources: arn: {} attributes: {} createdAt: - min_mondoo_version: 10.0.0 + min_mondoo_version: 9.0.0 encrypted: {} engine: min_mondoo_version: 9.0.0 engineVersion: - min_mondoo_version: 10.0.0 + min_mondoo_version: 9.0.0 id: {} isClusterSnapshot: {} port: - min_mondoo_version: 10.0.0 + min_mondoo_version: 9.0.0 region: {} status: min_mondoo_version: 9.0.0 diff --git a/providers/azure/config/config.go b/providers/azure/config/config.go index 1fd7f5be57..96738aa091 100644 --- a/providers/azure/config/config.go +++ b/providers/azure/config/config.go @@ -13,7 +13,7 @@ import ( var Config = plugin.Provider{ Name: "azure", ID: "go.mondoo.com/cnquery/v9/providers/azure", - Version: "9.2.2", + Version: "9.2.3", ConnectionTypes: []string{ provider.ConnectionType, string(azureinstancesnapshot.SnapshotConnectionType), diff --git a/providers/core/config/config.go b/providers/core/config/config.go index 5113adb5ef..d77dacd013 100644 --- a/providers/core/config/config.go +++ b/providers/core/config/config.go @@ -8,6 +8,6 @@ import "go.mondoo.com/cnquery/v10/providers-sdk/v1/plugin" var Config = plugin.Provider{ Name: "core", ID: "go.mondoo.com/cnquery/v9/providers/core", - Version: "9.1.9", + Version: "9.1.10", Connectors: []plugin.Connector{}, } diff --git a/providers/equinix/config/config.go b/providers/equinix/config/config.go index a57aac137d..426b7705eb 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: "9.1.17", + Version: "9.1.18", ConnectionTypes: []string{provider.ConnectionType}, Connectors: []plugin.Connector{ { diff --git a/providers/gcp/config/config.go b/providers/gcp/config/config.go index 643b7c69c6..74f6f5d1fa 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/v9/providers/gcp", - Version: "9.1.19", + Version: "9.1.20", ConnectionTypes: []string{ provider.ConnectionType, string(gcpinstancesnapshot.SnapshotConnectionType), diff --git a/providers/github/config/config.go b/providers/github/config/config.go index 49f67d35ec..3d474aa0f9 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/v9/providers/github", - Version: "9.1.20", + Version: "9.1.21", ConnectionTypes: []string{provider.ConnectionType}, Connectors: []plugin.Connector{ { diff --git a/providers/gitlab/config/config.go b/providers/gitlab/config/config.go index 8cf401623d..707bdf8609 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: "9.1.17", + Version: "9.1.18", ConnectionTypes: []string{ provider.ConnectionType, provider.GitlabGroupConnection, diff --git a/providers/google-workspace/config/config.go b/providers/google-workspace/config/config.go index d9018a57b2..ca42a30f3b 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: "9.1.20", + Version: "9.1.21", ConnectionTypes: []string{provider.ConnectionType}, Connectors: []plugin.Connector{ { diff --git a/providers/ipmi/config/config.go b/providers/ipmi/config/config.go index e48983cd4d..21b7afe0f0 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: "9.1.17", + Version: "9.1.18", ConnectionTypes: []string{provider.ConnectionType}, Connectors: []plugin.Connector{ { diff --git a/providers/k8s/config/config.go b/providers/k8s/config/config.go index 18779afb1b..2c908cc411 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/v9/providers/k8s", - Version: "9.1.23", + Version: "9.1.24", ConnectionTypes: []string{provider.ConnectionType}, Connectors: []plugin.Connector{ { diff --git a/providers/ms365/config/config.go b/providers/ms365/config/config.go index b29d207a5a..9fae46fd8b 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: "9.2.15", + Version: "9.2.16", ConnectionTypes: []string{provider.ConnectionType}, Connectors: []plugin.Connector{ { diff --git a/providers/oci/config/config.go b/providers/oci/config/config.go index 3e16f2e2e0..04b46061f6 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: "9.1.18", + Version: "9.1.19", ConnectionTypes: []string{provider.ConnectionType}, Connectors: []plugin.Connector{ { diff --git a/providers/okta/config/config.go b/providers/okta/config/config.go index 7b995fcb6b..483a44324c 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: "9.1.17", + Version: "9.1.18", ConnectionTypes: []string{provider.ConnectionType}, Connectors: []plugin.Connector{ { diff --git a/providers/opcua/config/config.go b/providers/opcua/config/config.go index f5b8327ad4..d32dbdf26f 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: "9.1.16", + Version: "9.1.17", ConnectionTypes: []string{provider.ConnectionType}, Connectors: []plugin.Connector{ { diff --git a/providers/os/config/config.go b/providers/os/config/config.go index cf52222125..92896b502c 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/v9/providers/os", - Version: "9.1.21", + Version: "9.1.22", ConnectionTypes: []string{ provider.LocalConnectionType, provider.SshConnectionType, diff --git a/providers/slack/config/config.go b/providers/slack/config/config.go index a5cb67007c..75526ccb12 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: "9.1.18", + Version: "9.1.19", ConnectionTypes: []string{provider.ConnectionType}, Connectors: []plugin.Connector{ { diff --git a/providers/terraform/config/config.go b/providers/terraform/config/config.go index f48e5a6f48..461902ec37 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: "9.1.16", + Version: "9.1.17", ConnectionTypes: []string{ provider.StateConnectionType, provider.PlanConnectionType, diff --git a/providers/vcd/config/config.go b/providers/vcd/config/config.go index 6457a28898..4e1ab6dfb9 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: "9.1.16", + Version: "9.1.17", ConnectionTypes: []string{provider.ConnectionType}, Connectors: []plugin.Connector{ { diff --git a/providers/vsphere/config/config.go b/providers/vsphere/config/config.go index 436f5bbd76..be34320976 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/v9/providers/vsphere", - Version: "9.1.19", + Version: "9.1.20", ConnectionTypes: []string{provider.ConnectionType}, Connectors: []plugin.Connector{ {