Skip to content

Commit

Permalink
🎉 azure-10.0.2, network-9.1.10, slack-10.0.2 (#3133)
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`.

Co-authored-by: Mondoo <[email protected]>
  • Loading branch information
chris-rock and Mondoo authored Jan 26, 2024
1 parent 5b2723b commit c360d7e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion providers/azure/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: "azure",
ID: "go.mondoo.com/cnquery/v9/providers/azure",
Version: "10.0.1",
Version: "10.0.2",
ConnectionTypes: []string{
provider.ConnectionType,
string(azureinstancesnapshot.SnapshotConnectionType),
Expand Down
2 changes: 1 addition & 1 deletion providers/network/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: "network",
ID: "go.mondoo.com/cnquery/v9/providers/network",
Version: "9.1.9",
Version: "9.1.10",
ConnectionTypes: []string{provider.HostConnectionType},
CrossProviderTypes: []string{
"go.mondoo.com/cnquery/providers/os",
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: "10.0.1",
Version: "10.0.2",
ConnectionTypes: []string{provider.ConnectionType},
Connectors: []plugin.Connector{
{
Expand Down

0 comments on commit c360d7e

Please sign in to comment.