✨ v0.8.5#12727
Conversation
danny-avila
commented
Apr 17, 2026
- App version: v0.8.5-rc1 → v0.8.5
- Config version: 1.3.8 → 1.3.9
- @librechat/api: 1.7.28 → 1.7.29
- @librechat/client: 0.4.57 → 0.4.58
- librechat-data-provider: 0.8.500 → 0.8.501
- @librechat/data-schemas: 0.0.49 → 0.0.50
There was a problem hiding this comment.
Pull request overview
Release/version bump PR aligning the repo and published packages with the v0.8.5 stable release (and updated config schema version), ensuring manifests and lockfiles reflect the new versions.
Changes:
- Bump app version from
v0.8.5-rc1→v0.8.5across root, API, client, Docker, and test config headers. - Bump config version from
1.3.8→1.3.9in constants and the example YAML. - Bump workspace package versions and synchronize
package-lock.jsonandbun.lock.
Reviewed changes
Copilot reviewed 14 out of 16 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| packages/data-schemas/package.json | Bumps @librechat/data-schemas version to 0.0.50. |
| packages/data-provider/src/config.ts | Updates Constants.VERSION and Constants.CONFIG_VERSION. |
| packages/data-provider/package.json | Bumps librechat-data-provider version to 0.8.501. |
| packages/client/package.json | Bumps @librechat/client version to 0.4.58. |
| packages/api/package.json | Bumps @librechat/api version to 1.7.29. |
| package.json | Updates root app version to v0.8.5. |
| package-lock.json | Syncs lockfile versions with updated workspace/app versions. |
| librechat.example.yaml | Updates example config version to 1.3.9. |
| helm/librechat/Chart.yaml | Updates Helm appVersion to v0.8.5. |
| e2e/jestSetup.js | Updates version header comment to v0.8.5. |
| client/package.json | Updates frontend package version to v0.8.5. |
| client/jest.config.cjs | Updates version header comment to v0.8.5. |
| bun.lock | Syncs Bun lockfile versions with updated workspace/app versions. |
| api/package.json | Updates backend package version to v0.8.5. |
| Dockerfile.multi | Updates version header comment to v0.8.5. |
| Dockerfile | Updates version header comment to v0.8.5. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
|
||
| # renovate: image=registry.librechat.ai/danny-avila/librechat | ||
| appVersion: "v0.8.5-rc1" | ||
| appVersion: "v0.8.5" |
There was a problem hiding this comment.
Chart.yaml comment states the chart version should be incremented for any chart change, including appVersion changes. Since appVersion is updated here, the chart version should also be bumped (otherwise Helm consumers may not receive the update because the chart package version is unchanged).
There was a problem hiding this comment.
@danny-avila Could you please bump the helm chart version?
GitNexus: 🚀 deployedThe |
5b7530e to
719bcbc
Compare
GitNexus: 🚀 deployedThe |