Skip to content

Commit

Permalink
🎉 gcp-9.0.2, k8s-9.0.2, os-9.0.4, terraform-9.0.3 (#1948)
Browse files Browse the repository at this point in the history
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 <dominik.richter@gmail.com>
Co-authored-by: Mondoo <hello@mondoo.com>
  • Loading branch information
arlimus and Mondoo authored Sep 27, 2023
1 parent 129ddff commit c2c4003
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion providers/gcp/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: "gcp",
ID: "go.mondoo.com/cnquery/providers/gcp",
Version: "9.0.1",
Version: "9.0.2",
ConnectionTypes: []string{
provider.ConnectionType,
string(gcpinstancesnapshot.SnapshotConnectionType),
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 @@ -12,7 +12,7 @@ import (
var Config = plugin.Provider{
Name: "k8s",
ID: "go.mondoo.com/cnquery/providers/k8s",
Version: "9.0.1",
Version: "9.0.2",
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 @@ -12,7 +12,7 @@ import (
var Config = plugin.Provider{
Name: "os",
ID: "go.mondoo.com/cnquery/providers/os",
Version: "9.0.3",
Version: "9.0.4",
ConnectionTypes: []string{
provider.LocalConnectionType,
provider.SshConnectionType,
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.2",
Version: "9.0.3",
ConnectionTypes: []string{
provider.StateConnectionType,
provider.PlanConnectionType,
Expand Down

0 comments on commit c2c4003

Please sign in to comment.