From 8cac7d104693fc8cabd317e89fcfd8fd0640d7eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B4=AA=E6=B3=BD=E9=91=AB?= Date: Fri, 28 Aug 2026 07:17:03 +0800 Subject: [PATCH] chore(release): align CHEK beta provenance Align runtime, package, frontend, Helm, and lockfile versions with the upstream 1.24.1-beta.1 recovery line so Kubernetes and application metadata no longer report 1.23.0 for the #1863 backport. Source sidechat: 01a04291-2e6c-7861-b851-61e7344a3a45 Recovered from: a347912b8334af52133bfc4436381fb78afb8888 --- app/__init__.py | 2 +- deploy/helm/codex-lb/Chart.yaml | 4 ++-- frontend/package.json | 2 +- pyproject.toml | 2 +- uv.lock | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/app/__init__.py b/app/__init__.py index a0e8b6b5b5..6fec6954c3 100644 --- a/app/__init__.py +++ b/app/__init__.py @@ -1,4 +1,4 @@ -__version__ = "1.23.0" # x-release-please-version +__version__ = "1.24.1-beta.1" # x-release-please-version __all__ = ["app", "__version__"] diff --git a/deploy/helm/codex-lb/Chart.yaml b/deploy/helm/codex-lb/Chart.yaml index 1931c51a37..64e5e29bc8 100644 --- a/deploy/helm/codex-lb/Chart.yaml +++ b/deploy/helm/codex-lb/Chart.yaml @@ -4,8 +4,8 @@ description: >- Production-grade Helm chart for codex-lb — OpenAI API load balancer with usage tracking, account pooling, and observability type: application -version: 1.23.0 -appVersion: 1.23.0 +version: 1.24.1-beta.1 +appVersion: 1.24.1-beta.1 kubeVersion: '>=1.32.0-0' home: https://github.com/soju06/codex-lb sources: diff --git a/frontend/package.json b/frontend/package.json index bb4081cfe4..1ee3e616a3 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,7 +1,7 @@ { "name": "frontend", "private": true, - "version": "1.23.0", + "version": "1.24.1-beta.1", "type": "module", "packageManager": "bun@1.3.14", "scripts": { diff --git a/pyproject.toml b/pyproject.toml index f9437a1557..37651f660d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "codex-lb" -version = "1.23.0" +version = "1.24.1-beta.1" description = "Codex load balancer and proxy for ChatGPT accounts with usage dashboard" readme = "README.md" license = { file = "LICENSE" } diff --git a/uv.lock b/uv.lock index e6e2f58026..d5c977f31b 100644 --- a/uv.lock +++ b/uv.lock @@ -486,7 +486,7 @@ wheels = [ [[package]] name = "codex-lb" -version = "1.23.0" +version = "1.24.1-beta.1" source = { editable = "." } dependencies = [ { name = "aiohttp" },