Skip to content

Commit f36ec2f

Browse files
🎉 gcp-13.2.1, k8s-13.0.3, os-13.2.6 (#6987)
1 parent b66190c commit f36ec2f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

providers/gcp/config/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import (
1414
var Config = plugin.Provider{
1515
Name: "gcp",
1616
ID: "go.mondoo.com/cnquery/v9/providers/gcp",
17-
Version: "13.2.0",
17+
Version: "13.2.1",
1818
ConnectionTypes: []string{
1919
provider.ConnectionType,
2020
string(gcpinstancesnapshot.SnapshotConnectionType),

providers/k8s/config/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import (
1313
var Config = plugin.Provider{
1414
Name: "k8s",
1515
ID: "go.mondoo.com/cnquery/v9/providers/k8s",
16-
Version: "13.0.2",
16+
Version: "13.0.3",
1717
ConnectionTypes: []string{provider.ConnectionType},
1818
Connectors: []plugin.Connector{
1919
{

providers/os/config/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import (
1313
var Config = plugin.Provider{
1414
Name: "os",
1515
ID: "go.mondoo.com/cnquery/v9/providers/os",
16-
Version: "13.2.5",
16+
Version: "13.2.6",
1717
ConnectionTypes: []string{
1818
shared.Type_Local.String(),
1919
shared.Type_SSH.String(),

0 commit comments

Comments
 (0)