From 702470311a752319beb6c0f1da30d6471e3be1e7 Mon Sep 17 00:00:00 2001 From: Mondoo Date: Wed, 4 Oct 2023 16:32:26 +0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=89=20aws-9.0.8,=20k8s-9.0.9?= 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`. --- providers/aws/config/config.go | 2 +- providers/k8s/config/config.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/providers/aws/config/config.go b/providers/aws/config/config.go index d57220ee20..e846ebf6d5 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.7", + Version: "9.0.8", ConnectionTypes: []string{provider.DefaultConnectionType, string(awsec2ebsconn.EBSConnectionType)}, Connectors: []plugin.Connector{ { diff --git a/providers/k8s/config/config.go b/providers/k8s/config/config.go index da2caa3a56..f0ee5105f3 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.8", + Version: "9.0.9", ConnectionTypes: []string{provider.ConnectionType}, Connectors: []plugin.Connector{ {