Skip to content

Commit

Permalink
🎉 os-9.0.2, slack-9.0.1, terraform-9.0.1, vcd-9.0.1, vsphere-9.0.1 (#…
Browse files Browse the repository at this point in the history
…1887)

This release was created by cnquery's provider versioning bot.
You can find me under: `providers-sdk/v1/util/version`.

Signed-off-by: Dominik Richter <[email protected]>
Co-authored-by: Mondoo <[email protected]>
  • Loading branch information
arlimus and Mondoo authored Sep 25, 2023
1 parent 3243c08 commit c56d8a6
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion providers/os/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: "os",
ID: "go.mondoo.com/cnquery/providers/os",
Version: "9.0.1",
Version: "9.0.2",
ConnectionTypes: []string{
provider.LocalConnectionType,
provider.SshConnectionType,
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/providers/slack",
Version: "9.0.0",
Version: "9.0.1",
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/providers/terraform",
Version: "9.0.0",
Version: "9.0.1",
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/providers/vcd",
Version: "9.0.0",
Version: "9.0.1",
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 @@ -12,7 +12,7 @@ import (
var Config = plugin.Provider{
Name: "vsphere",
ID: "go.mondoo.com/cnquery/providers/vsphere",
Version: "9.0.0",
Version: "9.0.1",
ConnectionTypes: []string{provider.ConnectionType},
Connectors: []plugin.Connector{
{
Expand Down

0 comments on commit c56d8a6

Please sign in to comment.