From f1cdcd917183a17bd117d8def89914d89f57ef58 Mon Sep 17 00:00:00 2001 From: Mondoo Date: Sat, 23 Sep 2023 00:26:01 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=89=20oci-9.0.1,=20okta-9.0.1,=20opcua?= =?UTF-8?q?-9.0.1?= 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/oci/config/config.go | 2 +- providers/okta/config/config.go | 2 +- providers/opcua/config/config.go | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/providers/oci/config/config.go b/providers/oci/config/config.go index 89fa0b3c9f..17d5c86149 100644 --- a/providers/oci/config/config.go +++ b/providers/oci/config/config.go @@ -11,7 +11,7 @@ import ( var Config = plugin.Provider{ Name: "oci", ID: "go.mondoo.com/cnquery/providers/oci", - Version: "9.0.0", + Version: "9.0.1", ConnectionTypes: []string{provider.ConnectionType}, Connectors: []plugin.Connector{ { diff --git a/providers/okta/config/config.go b/providers/okta/config/config.go index 1cab2bccea..9ea1320605 100644 --- a/providers/okta/config/config.go +++ b/providers/okta/config/config.go @@ -11,7 +11,7 @@ import ( var Config = plugin.Provider{ Name: "okta", ID: "go.mondoo.com/cnquery/providers/okta", - Version: "9.0.0", + Version: "9.0.1", ConnectionTypes: []string{provider.ConnectionType}, Connectors: []plugin.Connector{ { diff --git a/providers/opcua/config/config.go b/providers/opcua/config/config.go index 588bb91b57..43c9a82ade 100644 --- a/providers/opcua/config/config.go +++ b/providers/opcua/config/config.go @@ -11,7 +11,7 @@ import ( var Config = plugin.Provider{ Name: "opcua", ID: "go.mondoo.com/cnquery/providers/opcua", - Version: "9.0.0", + Version: "9.0.1", ConnectionTypes: []string{provider.ConnectionType}, Connectors: []plugin.Connector{ {