From 4e41f00dfdc538ddc10d37ba73a4ee61cc22142a Mon Sep 17 00:00:00 2001 From: Ivan Milchev Date: Mon, 19 Feb 2024 18:08:42 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=89=20k8s-10.2.2=20(#3363)?= 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`. Co-authored-by: Mondoo --- providers/k8s/config/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/providers/k8s/config/config.go b/providers/k8s/config/config.go index 335abdab17..02cd902b95 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/v9/providers/k8s", - Version: "10.2.1", + Version: "10.2.2", ConnectionTypes: []string{provider.ConnectionType}, Connectors: []plugin.Connector{ {