From 2bdc01cb42e5ec5ee63563fa674a1f22314c9a2a Mon Sep 17 00:00:00 2001 From: Ivan Milchev Date: Tue, 3 Oct 2023 14:15:45 +0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=89=20aws-9.0.6,=20github-9.0.5,=20git?= =?UTF-8?q?lab-9.0.5,=20k8s-9.0.7,=20ms365-9.0.4=20(#2057)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This release was created by cnquery's provider versioning bot. You can find me under: `providers-sdk/v1/util/version`. Signed-off-by: Ivan Milchev Co-authored-by: Mondoo --- providers/aws/config/config.go | 2 +- providers/github/config/config.go | 2 +- providers/gitlab/config/config.go | 2 +- providers/k8s/config/config.go | 2 +- providers/ms365/config/config.go | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/providers/aws/config/config.go b/providers/aws/config/config.go index b9add586ea..d44006e64c 100644 --- a/providers/aws/config/config.go +++ b/providers/aws/config/config.go @@ -13,7 +13,7 @@ import ( var Config = plugin.Provider{ Name: "aws", ID: "go.mondoo.com/cnquery/providers/aws", - Version: "9.0.5", + Version: "9.0.6", ConnectionTypes: []string{provider.DefaultConnectionType, string(awsec2ebsconn.EBSConnectionType)}, Connectors: []plugin.Connector{ { diff --git a/providers/github/config/config.go b/providers/github/config/config.go index 980aa57b64..16f556005d 100644 --- a/providers/github/config/config.go +++ b/providers/github/config/config.go @@ -11,7 +11,7 @@ import ( var Config = plugin.Provider{ Name: "github", ID: "go.mondoo.com/cnquery/providers/github", - Version: "9.0.4", + Version: "9.0.5", ConnectionTypes: []string{provider.ConnectionType}, Connectors: []plugin.Connector{ { diff --git a/providers/gitlab/config/config.go b/providers/gitlab/config/config.go index 5f9f9df6ee..71934ad18d 100644 --- a/providers/gitlab/config/config.go +++ b/providers/gitlab/config/config.go @@ -11,7 +11,7 @@ import ( var Config = plugin.Provider{ Name: "gitlab", ID: "go.mondoo.com/cnquery/providers/gitlab", - Version: "9.0.4", + Version: "9.0.5", ConnectionTypes: []string{ provider.ConnectionType, provider.GitlabGroupConnection, diff --git a/providers/k8s/config/config.go b/providers/k8s/config/config.go index 13a13dceaf..5c1f1d01f6 100644 --- a/providers/k8s/config/config.go +++ b/providers/k8s/config/config.go @@ -12,7 +12,7 @@ import ( var Config = plugin.Provider{ Name: "k8s", ID: "go.mondoo.com/cnquery/providers/k8s", - Version: "9.0.6", + Version: "9.0.7", ConnectionTypes: []string{provider.ConnectionType}, Connectors: []plugin.Connector{ { diff --git a/providers/ms365/config/config.go b/providers/ms365/config/config.go index 997d1675ba..a29af17c00 100644 --- a/providers/ms365/config/config.go +++ b/providers/ms365/config/config.go @@ -11,7 +11,7 @@ import ( var Config = plugin.Provider{ Name: "ms365", ID: "go.mondoo.com/cnquery/providers/ms365", - Version: "9.0.3", + Version: "9.0.4", ConnectionTypes: []string{provider.ConnectionType}, Connectors: []plugin.Connector{ {