From 73192a8f96689fc0e8271a4e3a4f92219698c151 Mon Sep 17 00:00:00 2001 From: Roy Lin Date: Sat, 16 May 2026 11:24:29 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20bump=20crates/gateway=20to=20v1.0.2=20?= =?UTF-8?q?=E2=80=94=20fix=20rustls=20panic=20on=20startup?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Picks up A3S-Lab/Gateway#3: install rustls::crypto::ring as the process-level CryptoProvider before any TLS-using component constructs. Resolves the `tokio-rt-worker` panic that crashed v1.0.1 pods on every cluster as soon as the kube-rs Ingress watcher opened its first TLS connection to the apiserver. 3fdad48 → bf4029a --- crates/gateway | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/gateway b/crates/gateway index 5246b16..bf4029a 160000 --- a/crates/gateway +++ b/crates/gateway @@ -1 +1 @@ -Subproject commit 5246b1665944ebfb1221f8a965c0a818f888f30c +Subproject commit bf4029a2c3910cc86cc4ff051fed562c38baddb8