Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jun 8, 2025

This PR contains the following updates:

Package Update Change
lobehub/lobe-chat minor 1.91.3 -> 1.93.0

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

lobehub/lobe-chat (lobehub/lobe-chat)

v1.93.0

Compare Source

Released on 2025-06-08

✨ Features
  • misc: Support OpenAI Responses API mode.

Improvements and Fixes
What's improved

Version 1.92.3

Released on 2025-06-08

🐛 Bug Fixes
  • misc: Fix client s3 getObject throw error.
💄 Styles
  • misc: Support OpenRouter Claude 4 reasoning.

Improvements and Fixes
What's fixed
Styles

Version 1.92.2

Released on 2025-06-07

💄 Styles
  • misc: Add support to azureopenai embedding.

Improvements and Fixes
Styles

Version 1.92.1

Released on 2025-06-07

💄 Styles
  • ModelSelect: Add responsive layout for mobile devices.
  • misc: Improve {{username}} placeholder variable, Update Gemini & Qwen models.

Improvements and Fixes
Styles

v1.92.3

Compare Source

Released on 2025-06-08

🐛 Bug Fixes
  • misc: Fix client s3 getObject throw error.
💄 Styles
  • misc: Support OpenRouter Claude 4 reasoning.

Improvements and Fixes
What's fixed
Styles

v1.92.2

Compare Source

Released on 2025-06-07

💄 Styles
  • misc: Add support to azureopenai embedding.

Improvements and Fixes
Styles

v1.92.1

Compare Source

Released on 2025-06-07

💄 Styles
  • ModelSelect: Add responsive layout for mobile devices.
  • misc: Improve {{username}} placeholder variable, Update Gemini & Qwen models.

Improvements and Fixes
Styles

v1.92.0

Compare Source

Released on 2025-06-06

✨ Features
  • misc: Support placeholder variables in prompts and input.
🐛 Bug Fixes
  • misc: Some web search bugs.
💄 Styles
  • misc: Support Vertex AI thought summaries.

Improvements and Fixes
What's improved
  • misc: Support placeholder variables in prompts and input, closes #​8060 (3752739)
What's fixed
Styles

Version 1.91.3

Released on 2025-06-05

🐛 Bug Fixes
  • misc: Correct deepseek R1 fc support display.
💄 Styles
  • misc: Add openAI websearch and claude 4 to modelproviders.

Improvements and Fixes
What's fixed
Styles
  • misc: Add openAI websearch and claude 4 to modelproviders, closes #​7988 (95994f4)

Version 1.91.2

Released on 2025-06-05

💄 Styles
  • misc: Add Volcengine & OpenAI-like Provider (e.g. oneapi) model fetch support.

Improvements and Fixes
Styles
  • misc: Add Volcengine & OpenAI-like Provider (e.g. oneapi) model fetch support, closes #​8064 (d3dafe1)

Version 1.91.1

Released on 2025-06-04

💄 Styles
  • misc: Improve loading state.

Improvements and Fixes
Styles


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Never, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@f2c-ci-robot
Copy link

f2c-ci-robot bot commented Jun 8, 2025

Adding the "do-not-merge/release-note-label-needed" label because no release-note block was detected, please follow our release note process to remove it.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

@f2c-ci-robot
Copy link

f2c-ci-robot bot commented Jun 8, 2025

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

image: lobehub/lobe-chat:1.93.0
container_name: ${CONTAINER_NAME}
restart: always
networks:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The provided patch shows updates to the Docker services definition in a YAML file for a deployment of "lobe-chat." The change from image tag 1.91.3 to 1.93.0 is straightforward and appears to be an upgrade.

Potential Issues:

  1. Image Availability: Verify that the updated Docker image (lobehub/lobe-chat:1.93.0) is available on Lobes' registry. You may need to pull it directly if it's not already present locally or remotely.
  2. Compatibility: Ensure that there are no known compatibility issues with this version update across other components of your system (e.g., API endpoints, configurations) since they might depend on features introduced in version 1.93.0.

Optimization Suggestion:

  1. Network Configuration: If you have specific network settings required, ensure they are correctly configured within the networks: section. Otherwise, the default networking policies will apply based on the parent Docker Compose file or environment setup.

Overall, the update to use the newer version (1.93.0) appears to be simple but involves ensuring all dependencies and configurations remain compatible with the new image.

@wanghe-fit2cloud wanghe-fit2cloud merged commit 2580458 into dev Jun 8, 2025
1 check was pending
@wanghe-fit2cloud wanghe-fit2cloud deleted the renovate/lobehub-lobe-chat-1.x branch June 8, 2025 15:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants