From 667b280eca1a53953c6b7fbd32114081095ebb88 Mon Sep 17 00:00:00 2001 From: Ivan Milchev Date: Thu, 30 May 2024 16:48:54 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=89=20gitlab-11.1.0,=20github-11.3.0?= =?UTF-8?q?=20(#4148)?= 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/github/config/config.go | 2 +- providers/gitlab/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 079617638b..4c473a675e 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: "11.2.3", + Version: "11.3.0", ConnectionTypes: []string{provider.ConnectionType}, Connectors: []plugin.Connector{ { diff --git a/providers/gitlab/config/config.go b/providers/gitlab/config/config.go index 01d8e0cc4a..4d225916f8 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/v9/providers/gitlab", - Version: "11.0.11", + Version: "11.1.0", ConnectionTypes: []string{ provider.ConnectionType, provider.GitlabGroupConnection,