From aa7e849c6994c56bda33c94f6ea23ed6eb881f55 Mon Sep 17 00:00:00 2001 From: Gaius Date: Thu, 29 May 2025 15:00:12 +0800 Subject: [PATCH] chore: bump client to v0.2.23 (#4103) Signed-off-by: Gaius --- .github/workflows/compatibility-e2e.yml | 4 ++-- client-rs | 2 +- deploy/docker-compose/template/client.template.yaml | 4 ++-- deploy/docker-compose/template/seed-client.template.yaml | 4 ++-- deploy/helm-charts | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/compatibility-e2e.yml b/.github/workflows/compatibility-e2e.yml index ec38d6304..3fc8565c9 100644 --- a/.github/workflows/compatibility-e2e.yml +++ b/.github/workflows/compatibility-e2e.yml @@ -41,12 +41,12 @@ jobs: skip: "Rate Limit | preheat files in cache" - module: client image: client - image-tag: v0.2.28 + image-tag: v0.2.31 chart-name: client skip: "Rate Limit" - module: seed-client image: client - image-tag: v0.2.28 + image-tag: v0.2.31 chart-name: seed-client skip: "Rate Limit" diff --git a/client-rs b/client-rs index 604a9451d..44d58fee3 160000 --- a/client-rs +++ b/client-rs @@ -1 +1 @@ -Subproject commit 604a9451da3f765471e039b26cb514a1dddcb68b +Subproject commit 44d58fee37e0c4d30bfce1976e199330fe22e51a diff --git a/deploy/docker-compose/template/client.template.yaml b/deploy/docker-compose/template/client.template.yaml index 3940b22fe..4517ceb51 100644 --- a/deploy/docker-compose/template/client.template.yaml +++ b/deploy/docker-compose/template/client.template.yaml @@ -1,5 +1,5 @@ -# verbose prints log to stdout. -verbose: true +# console prints log to stdout. +console: true log: # Specify the logging level [trace, debug, info, warn, error] diff --git a/deploy/docker-compose/template/seed-client.template.yaml b/deploy/docker-compose/template/seed-client.template.yaml index e0f2e58a5..d279c0f93 100644 --- a/deploy/docker-compose/template/seed-client.template.yaml +++ b/deploy/docker-compose/template/seed-client.template.yaml @@ -1,5 +1,5 @@ -# verbose prints log to stdout. -verbose: true +# console prints log to stdout. +console: true log: # Specify the logging level [trace, debug, info, warn, error] diff --git a/deploy/helm-charts b/deploy/helm-charts index fddd0a4e6..8aceed545 160000 --- a/deploy/helm-charts +++ b/deploy/helm-charts @@ -1 +1 @@ -Subproject commit fddd0a4e65956d7c3cc92fabbb7a812ae5aaa0fd +Subproject commit 8aceed5453d2b7ad2656f10f1b06cca3e45c0e97