From c3d9f7b944046950e6914b776dcb238644d65ae1 Mon Sep 17 00:00:00 2001 From: aeneasr <3372410+aeneasr@users.noreply.github.com> Date: Thu, 1 Feb 2024 16:03:42 +0100 Subject: [PATCH] autogen: pin v0.11.2-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 dd354a7c9..45d14cd85 100644 --- a/.schema/config.schema.json +++ b/.schema/config.schema.json @@ -312,10 +312,10 @@ "enum": ["cpu", "mem", ""] }, "log": { - "$ref": "https://raw.githubusercontent.com/ory/x/v0.0.607/logrusx/config.schema.json" + "$ref": "https://raw.githubusercontent.com/ory/x/v0.0.610/logrusx/config.schema.json" }, "tracing": { - "$ref": "https://raw.githubusercontent.com/ory/x/v0.0.607/otelx/config.schema.json" + "$ref": "https://raw.githubusercontent.com/ory/x/v0.0.610/otelx/config.schema.json" }, "namespaces": { "description": "Namespace configuration or it's location.",