File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ import (
1414var 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 ),
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ import (
1313var 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 {
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ import (
1313var 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 (),
You can’t perform that action at this time.
0 commit comments