Skip to content

Commit

Permalink
✨ Update providers 20240507 (#3935)
Browse files Browse the repository at this point in the history
Co-authored-by: Mondoo Tools <[email protected]>
  • Loading branch information
github-actions[bot] and mondoo-tools authored May 7, 2024
1 parent 550dcda commit 3fd1be3
Show file tree
Hide file tree
Showing 20 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion providers/arista/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
var Config = plugin.Provider{
Name: "arista",
ID: "go.mondoo.com/cnquery/v9/providers/arista",
Version: "11.0.4",
Version: "11.0.5",
ConnectionTypes: []string{provider.ConnectionType},
Connectors: []plugin.Connector{
{
Expand Down
2 changes: 1 addition & 1 deletion providers/atlassian/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
var Config = plugin.Provider{
Name: "atlassian",
ID: "go.mondoo.com/cnquery/v9/providers/atlassian",
Version: "11.0.5",
Version: "11.0.6",
ConnectionTypes: []string{
provider.DefaultConnectionType,
"jira",
Expand Down
2 changes: 1 addition & 1 deletion providers/aws/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (
var Config = plugin.Provider{
Name: "aws",
ID: "go.mondoo.com/cnquery/v9/providers/aws",
Version: "11.0.6",
Version: "11.0.7",
ConnectionTypes: []string{provider.DefaultConnectionType, string(awsec2ebsconn.EBSConnectionType)},
Connectors: []plugin.Connector{
{
Expand Down
2 changes: 1 addition & 1 deletion providers/azure/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (
var Config = plugin.Provider{
Name: "azure",
ID: "go.mondoo.com/cnquery/v9/providers/azure",
Version: "11.0.5",
Version: "11.0.6",
ConnectionTypes: []string{
provider.ConnectionType,
string(azureinstancesnapshot.SnapshotConnectionType),
Expand Down
2 changes: 1 addition & 1 deletion providers/equinix/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
var Config = plugin.Provider{
Name: "equinix",
ID: "go.mondoo.com/cnquery/v9/providers/equinix",
Version: "11.0.4",
Version: "11.0.5",
ConnectionTypes: []string{provider.ConnectionType},
Connectors: []plugin.Connector{
{
Expand Down
2 changes: 1 addition & 1 deletion providers/gcp/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (
var Config = plugin.Provider{
Name: "gcp",
ID: "go.mondoo.com/cnquery/v9/providers/gcp",
Version: "11.0.7",
Version: "11.0.8",
ConnectionTypes: []string{
provider.ConnectionType,
string(gcpinstancesnapshot.SnapshotConnectionType),
Expand Down
2 changes: 1 addition & 1 deletion providers/github/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
var Config = plugin.Provider{
Name: "github",
ID: "go.mondoo.com/cnquery/v9/providers/github",
Version: "11.1.2",
Version: "11.1.3",
ConnectionTypes: []string{provider.ConnectionType},
Connectors: []plugin.Connector{
{
Expand Down
2 changes: 1 addition & 1 deletion providers/gitlab/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
var Config = plugin.Provider{
Name: "gitlab",
ID: "go.mondoo.com/cnquery/v9/providers/gitlab",
Version: "11.0.4",
Version: "11.0.5",
ConnectionTypes: []string{
provider.ConnectionType,
provider.GitlabGroupConnection,
Expand Down
2 changes: 1 addition & 1 deletion providers/google-workspace/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
var Config = plugin.Provider{
Name: "google-workspace",
ID: "go.mondoo.com/cnquery/v9/providers/google-workspace",
Version: "11.0.4",
Version: "11.0.5",
ConnectionTypes: []string{provider.ConnectionType},
Connectors: []plugin.Connector{
{
Expand Down
2 changes: 1 addition & 1 deletion providers/ipmi/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
var Config = plugin.Provider{
Name: "ipmi",
ID: "go.mondoo.com/cnquery/v9/providers/ipmi",
Version: "11.0.4",
Version: "11.0.5",
ConnectionTypes: []string{provider.ConnectionType},
Connectors: []plugin.Connector{
{
Expand Down
2 changes: 1 addition & 1 deletion providers/k8s/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
var Config = plugin.Provider{
Name: "k8s",
ID: "go.mondoo.com/cnquery/v9/providers/k8s",
Version: "11.0.4",
Version: "11.0.5",
ConnectionTypes: []string{provider.ConnectionType},
Connectors: []plugin.Connector{
{
Expand Down
2 changes: 1 addition & 1 deletion providers/ms365/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
var Config = plugin.Provider{
Name: "ms365",
ID: "go.mondoo.com/cnquery/v9/providers/ms365",
Version: "11.0.4",
Version: "11.0.5",
ConnectionTypes: []string{provider.ConnectionType},
Connectors: []plugin.Connector{
{
Expand Down
2 changes: 1 addition & 1 deletion providers/oci/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
var Config = plugin.Provider{
Name: "oci",
ID: "go.mondoo.com/cnquery/v9/providers/oci",
Version: "11.0.4",
Version: "11.0.5",
ConnectionTypes: []string{provider.ConnectionType},
Connectors: []plugin.Connector{
{
Expand Down
2 changes: 1 addition & 1 deletion providers/okta/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
var Config = plugin.Provider{
Name: "okta",
ID: "go.mondoo.com/cnquery/v9/providers/okta",
Version: "11.0.4",
Version: "11.0.5",
ConnectionTypes: []string{provider.ConnectionType},
Connectors: []plugin.Connector{
{
Expand Down
2 changes: 1 addition & 1 deletion providers/opcua/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
var Config = plugin.Provider{
Name: "opcua",
ID: "go.mondoo.com/cnquery/v9/providers/opcua",
Version: "11.0.4",
Version: "11.0.5",
ConnectionTypes: []string{provider.ConnectionType},
Connectors: []plugin.Connector{
{
Expand Down
2 changes: 1 addition & 1 deletion providers/os/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
var Config = plugin.Provider{
Name: "os",
ID: "go.mondoo.com/cnquery/v9/providers/os",
Version: "11.1.1",
Version: "11.1.2",
ConnectionTypes: []string{
shared.Type_Local.String(),
shared.Type_SSH.String(),
Expand Down
2 changes: 1 addition & 1 deletion providers/slack/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
var Config = plugin.Provider{
Name: "slack",
ID: "go.mondoo.com/cnquery/v9/providers/slack",
Version: "11.0.6",
Version: "11.0.7",
ConnectionTypes: []string{provider.ConnectionType},
Connectors: []plugin.Connector{
{
Expand Down
2 changes: 1 addition & 1 deletion providers/terraform/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
var Config = plugin.Provider{
Name: "terraform",
ID: "go.mondoo.com/cnquery/v9/providers/terraform",
Version: "11.0.4",
Version: "11.0.5",
ConnectionTypes: []string{
provider.StateConnectionType,
provider.PlanConnectionType,
Expand Down
2 changes: 1 addition & 1 deletion providers/vcd/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
var Config = plugin.Provider{
Name: "vcd",
ID: "go.mondoo.com/cnquery/v9/providers/vcd",
Version: "11.0.4",
Version: "11.0.5",
ConnectionTypes: []string{provider.ConnectionType},
Connectors: []plugin.Connector{
{
Expand Down
2 changes: 1 addition & 1 deletion providers/vsphere/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
var Config = plugin.Provider{
Name: "vsphere",
ID: "go.mondoo.com/cnquery/v9/providers/vsphere",
Version: "11.0.4",
Version: "11.0.5",
ConnectionTypes: []string{provider.ConnectionType},
Connectors: []plugin.Connector{
{
Expand Down

0 comments on commit 3fd1be3

Please sign in to comment.