Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/workflows/builder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ jobs:
changed: ${{ steps.changed_addons.outputs.changed }}
steps:
- name: Check out the repository
uses: actions/checkout@v6.0.1
uses: actions/checkout@v6.0.2
with:
fetch-depth: 0

- name: Get changed files
id: changed_files
uses: tj-actions/changed-files@v45
uses: tj-actions/changed-files@v47
with:
separator: " "

Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:

steps:
- name: Check out repository
uses: actions/checkout@v6.0.1
uses: actions/checkout@v6.0.2

- name: Get information
id: info
Expand Down Expand Up @@ -117,15 +117,15 @@ jobs:

- name: Login to GitHub Container Registry
if: env.BUILD_ARGS != '--test'
uses: docker/login-action@v3.6.0
uses: docker/login-action@v4.0.0
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build ${{ matrix.addon }} add-on
if: steps.check.outputs.build_arch == 'true'
uses: home-assistant/builder@2025.11.0
uses: home-assistant/builder@2026.02.1
with:
args: |
${{ env.BUILD_ARGS }} \
Expand Down
4 changes: 4 additions & 0 deletions librechat/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
<!-- https://developers.home-assistant.io/docs/add-ons/presentation#keeping-a-changelog -->

## 0.8.4

- Update to LibreChat 0.8.4 (https://github.com/danny-avila/LibreChat/releases/tag/v0.8.4)

## 0.8.2

- Update to LibreChat 0.8.2 (https://github.com/danny-avila/LibreChat/releases/tag/v0.8.2)
Expand Down
2 changes: 1 addition & 1 deletion librechat/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ args:
MONGODB_VERSION: "7.0"
NVM_VERSION: "v0.39.3"
NODE_VERSION: "v20.13.1"
LIBRECHAT_VERSION: "v0.8.2"
LIBRECHAT_VERSION: "v0.8.4"
MEILISEARCH_VERSION: "v1.12.3"
2 changes: 1 addition & 1 deletion librechat/config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# https://developers.home-assistant.io/docs/add-ons/configuration#add-on-config
name: LibreChat
slug: librechat
version: "0.8.2"
version: "0.8.4"
description: Open-source AI chat platform integrating multiple models and services.
url: "https://github.com/bobbyquantum/addon-librechat/tree/main/librechat"
arch:
Expand Down