From 1084df397832e5781632c9d9bded41f5ea86f51f Mon Sep 17 00:00:00 2001 From: Bobby Quantum Date: Mon, 23 Mar 2026 22:22:09 +0000 Subject: [PATCH 1/2] build(deps): update CI action versions --- .github/workflows/builder.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/builder.yaml b/.github/workflows/builder.yaml index 37a0cde..43905ec 100644 --- a/.github/workflows/builder.yaml +++ b/.github/workflows/builder.yaml @@ -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: " " @@ -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 @@ -117,7 +117,7 @@ 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 }} @@ -125,7 +125,7 @@ jobs: - 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 }} \ From fa4ee1f5236aba9807872a06142e80276fab7e94 Mon Sep 17 00:00:00 2001 From: Bobby Quantum Date: Mon, 23 Mar 2026 22:23:37 +0000 Subject: [PATCH 2/2] chore: update main to LibreChat 0.8.4 --- librechat/CHANGELOG.md | 4 ++++ librechat/build.yaml | 2 +- librechat/config.yaml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/librechat/CHANGELOG.md b/librechat/CHANGELOG.md index 85976d9..77f10db 100644 --- a/librechat/CHANGELOG.md +++ b/librechat/CHANGELOG.md @@ -1,5 +1,9 @@ +## 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) diff --git a/librechat/build.yaml b/librechat/build.yaml index 8c8445a..89ee71f 100644 --- a/librechat/build.yaml +++ b/librechat/build.yaml @@ -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" diff --git a/librechat/config.yaml b/librechat/config.yaml index 96608d2..fad2836 100644 --- a/librechat/config.yaml +++ b/librechat/config.yaml @@ -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: