From 3955f09200469ca3d961a88215219a690bfb22d8 Mon Sep 17 00:00:00 2001 From: Soju06 Date: Fri, 3 Apr 2026 17:16:35 +0900 Subject: [PATCH] chore(main): release 1.10.1 --- .github/release-please-manifest.json | 2 +- CHANGELOG.md | 14 ++++++++++++++ app/__init__.py | 2 +- deploy/helm/codex-lb/Chart.yaml | 4 ++-- frontend/package.json | 2 +- pyproject.toml | 2 +- 6 files changed, 20 insertions(+), 6 deletions(-) diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index d9246ddf..211ac9a5 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.10.0" + ".": "1.10.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c39b3eb..225a7372 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [1.10.1](https://github.com/Soju06/codex-lb/compare/v1.10.0...v1.10.1) (2026-04-03) + + +### Bug Fixes + +* **ci:** lowercase Trivy image-ref and bump all actions to latest ([3b94de4](https://github.com/Soju06/codex-lb/commit/3b94de4457a93b2ff220a33ea9b7a164c02e0b37)) +* **ci:** use exact tag v8.0.0 for setup-uv (no v8 major tag exists) ([c657c91](https://github.com/Soju06/codex-lb/commit/c657c91bf26b4d99bb783e7e4f3b4268d0a4028f)) + + +### Documentation + +* add L1st3r as a contributor for code, and test ([#318](https://github.com/Soju06/codex-lb/issues/318)) ([d0ff5a7](https://github.com/Soju06/codex-lb/commit/d0ff5a71212132f64ecf4e3b594059a7d648f45a)) +* external DB secrets guide, ServiceMonitor alternatives, production deployment guide ([#315](https://github.com/Soju06/codex-lb/issues/315)) ([8d558f6](https://github.com/Soju06/codex-lb/commit/8d558f6a9b3beafcbca36c92ba694f099c9ca115)) + ## [1.10.0](https://github.com/Soju06/codex-lb/compare/v1.9.0...v1.10.0) (2026-04-02) diff --git a/app/__init__.py b/app/__init__.py index 6c59afcd..9869c512 100644 --- a/app/__init__.py +++ b/app/__init__.py @@ -1,4 +1,4 @@ -__version__ = "1.10.0" # x-release-please-version +__version__ = "1.10.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 840cafc5..0c2a4470 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.10.0 -appVersion: 1.10.0 +version: 1.10.1 +appVersion: 1.10.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 43de4ba6..e5728ba4 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,7 +1,7 @@ { "name": "frontend", "private": true, - "version": "1.10.0", + "version": "1.10.1", "type": "module", "packageManager": "bun@1.3.7", "scripts": { diff --git a/pyproject.toml b/pyproject.toml index 2b05d1c9..93b5f122 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "codex-lb" -version = "1.10.0" +version = "1.10.1" description = "Codex load balancer and proxy for ChatGPT accounts with usage dashboard" readme = "README.md" license = { file = "LICENSE" }