From 6be54664de8298ceca7777bf04ad2236d84ff489 Mon Sep 17 00:00:00 2001 From: Christoph Hartmann Date: Tue, 9 Apr 2024 16:06:55 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=B9=20release=20github=20and=20k8s=20p?= =?UTF-8?q?rovider=20(#3735)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- providers/github/config/config.go | 2 +- providers/k8s/config/config.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/providers/github/config/config.go b/providers/github/config/config.go index 4f6d123c0c..0637759575 100644 --- a/providers/github/config/config.go +++ b/providers/github/config/config.go @@ -12,7 +12,7 @@ import ( var Config = plugin.Provider{ Name: "github", ID: "go.mondoo.com/cnquery/v9/providers/github", - Version: "10.5.0", + Version: "10.5.1", ConnectionTypes: []string{provider.ConnectionType}, Connectors: []plugin.Connector{ { diff --git a/providers/k8s/config/config.go b/providers/k8s/config/config.go index bfaa94f692..f3b1cd1832 100644 --- a/providers/k8s/config/config.go +++ b/providers/k8s/config/config.go @@ -13,7 +13,7 @@ import ( var Config = plugin.Provider{ Name: "k8s", ID: "go.mondoo.com/cnquery/v9/providers/k8s", - Version: "10.5.0", + Version: "10.5.1", ConnectionTypes: []string{provider.ConnectionType}, Connectors: []plugin.Connector{ {