From db5c007ca2c71f898d4ccc70dcbfc9875866ec00 Mon Sep 17 00:00:00 2001 From: Patrik Date: Thu, 9 Mar 2023 14:48:38 +0100 Subject: [PATCH] autogen: pin v0.11.1-alpha.0 release commit --- .schema/config.schema.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.schema/config.schema.json b/.schema/config.schema.json index b70cb21b0..f1f3ec6ad 100644 --- a/.schema/config.schema.json +++ b/.schema/config.schema.json @@ -311,10 +311,10 @@ "enum": ["cpu", "mem", ""] }, "log": { - "$ref": "https://raw.githubusercontent.com/ory/x/v0.0.541/logrusx/config.schema.json" + "$ref": "https://raw.githubusercontent.com/ory/x/v0.0.543/logrusx/config.schema.json" }, "tracing": { - "$ref": "https://raw.githubusercontent.com/ory/x/v0.0.541/tracing/config.schema.json" + "$ref": "https://raw.githubusercontent.com/ory/x/v0.0.543/tracing/config.schema.json" }, "namespaces": { "description": "Namespace configuration or it's location.",