Skip to content

Commit 918f507

Browse files
authored
Merge pull request open-webui#17070 from open-webui/dev
0.6.27
2 parents 2407d9b + f7e85cd commit 918f507

File tree

168 files changed

+5264
-1920
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

168 files changed

+5264
-1920
lines changed

.github/ISSUE_TEMPLATE/bug_report.yaml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ body:
1111
1212
## Important Notes
1313
14-
- **Before submitting a bug report**: Please check the [Issues](https://github.com/open-webui/open-webui/issues) or [Discussions](https://github.com/open-webui/open-webui/discussions) sections to see if a similar issue has already been reported. If unsure, start a discussion first, as this helps us efficiently focus on improving the project.
14+
- **Before submitting a bug report**: Please check the [Issues](https://github.com/open-webui/open-webui/issues) and [Discussions](https://github.com/open-webui/open-webui/discussions) sections to see if a similar issue has already been reported. If unsure, start a discussion first, as this helps us efficiently focus on improving the project. Duplicates may be closed without notice. **Please search for existing issues and discussions.**
1515
1616
- **Respectful collaboration**: Open WebUI is a volunteer-driven project with a single maintainer and contributors who also have full-time jobs. Please be constructive and respectful in your communication.
1717
@@ -25,7 +25,9 @@ body:
2525
label: Check Existing Issues
2626
description: Confirm that you’ve checked for existing reports before submitting a new one.
2727
options:
28-
- label: I have searched the existing issues and discussions.
28+
- label: I have searched for any existing and/or related issues.
29+
required: true
30+
- label: I have searched for any existing and/or related discussions.
2931
required: true
3032
- label: I am using the latest version of Open WebUI.
3133
required: true
@@ -47,7 +49,7 @@ body:
4749
id: open-webui-version
4850
attributes:
4951
label: Open WebUI Version
50-
description: Specify the version (e.g., v0.3.11)
52+
description: Specify the version (e.g., v0.6.26)
5153
validations:
5254
required: true
5355

@@ -63,7 +65,7 @@ body:
6365
id: operating-system
6466
attributes:
6567
label: Operating System
66-
description: Specify the OS (e.g., Windows 10, macOS Sonoma, Ubuntu 22.04)
68+
description: Specify the OS (e.g., Windows 10, macOS Sonoma, Ubuntu 22.04, Debian 12)
6769
validations:
6870
required: true
6971

@@ -126,6 +128,7 @@ body:
126128
description: |
127129
Please provide a **very detailed, step-by-step guide** to reproduce the issue. Your instructions should be so clear and precise that anyone can follow them without guesswork. Include every relevant detail—settings, configuration options, exact commands used, values entered, and any prerequisites or environment variables.
128130
**If full reproduction steps and all relevant settings are not provided, your issue may not be addressed.**
131+
**If your steps to reproduction are incomplete, lacking detail or not reproducible, your issue can not be addressed.**
129132
130133
placeholder: |
131134
Example (include every detail):
@@ -163,5 +166,5 @@ body:
163166
attributes:
164167
value: |
165168
## Note
166-
If the bug report is incomplete or does not follow instructions, it may not be addressed. Ensure that you've followed all the **README.md** and **troubleshooting.md** guidelines, and provide all necessary information for us to reproduce the issue.
169+
**If the bug report is incomplete, does not follow instructions or is lacking details it may not be addressed.** Ensure that you've followed all the **README.md** and **troubleshooting.md** guidelines, and provide all necessary information for us to reproduce the issue.
167170
Thank you for contributing to Open WebUI!

.github/dependabot.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,6 @@ updates:
1212
interval: monthly
1313
target-branch: 'dev'
1414

15-
- package-ecosystem: npm
16-
directory: '/'
17-
schedule:
18-
interval: monthly
19-
target-branch: 'dev'
20-
2115
- package-ecosystem: 'github-actions'
2216
directory: '/'
2317
schedule:

.github/workflows/build-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
steps:
1313
- name: Checkout repository
14-
uses: actions/checkout@v4
14+
uses: actions/checkout@v5
1515

1616
- name: Check for changes in package.json
1717
run: |

.github/workflows/deploy-to-hf-spaces.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
HF_TOKEN: ${{ secrets.HF_TOKEN }}
2828
steps:
2929
- name: Checkout repository
30-
uses: actions/checkout@v4
30+
uses: actions/checkout@v5
3131
with:
3232
lfs: true
3333

.github/workflows/docker-build.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
echo "PLATFORM_PAIR=${platform//\//-}" >> $GITHUB_ENV
4444
4545
- name: Checkout repository
46-
uses: actions/checkout@v4
46+
uses: actions/checkout@v5
4747

4848
- name: Set up QEMU
4949
uses: docker/setup-qemu-action@v3
@@ -142,7 +142,7 @@ jobs:
142142
echo "PLATFORM_PAIR=${platform//\//-}" >> $GITHUB_ENV
143143
144144
- name: Checkout repository
145-
uses: actions/checkout@v4
145+
uses: actions/checkout@v5
146146

147147
- name: Set up QEMU
148148
uses: docker/setup-qemu-action@v3
@@ -244,7 +244,7 @@ jobs:
244244
echo "PLATFORM_PAIR=${platform//\//-}" >> $GITHUB_ENV
245245
246246
- name: Checkout repository
247-
uses: actions/checkout@v4
247+
uses: actions/checkout@v5
248248

249249
- name: Set up QEMU
250250
uses: docker/setup-qemu-action@v3
@@ -347,7 +347,7 @@ jobs:
347347
echo "PLATFORM_PAIR=${platform//\//-}" >> $GITHUB_ENV
348348
349349
- name: Checkout repository
350-
uses: actions/checkout@v4
350+
uses: actions/checkout@v5
351351

352352
- name: Set up QEMU
353353
uses: docker/setup-qemu-action@v3
@@ -449,7 +449,7 @@ jobs:
449449
echo "PLATFORM_PAIR=${platform//\//-}" >> $GITHUB_ENV
450450
451451
- name: Checkout repository
452-
uses: actions/checkout@v4
452+
uses: actions/checkout@v5
453453

454454
- name: Set up QEMU
455455
uses: docker/setup-qemu-action@v3
@@ -535,7 +535,7 @@ jobs:
535535
IMAGE_NAME: '${{ github.repository }}'
536536

537537
- name: Download digests
538-
uses: actions/download-artifact@v4
538+
uses: actions/download-artifact@v5
539539
with:
540540
pattern: digests-main-*
541541
path: /tmp/digests
@@ -589,7 +589,7 @@ jobs:
589589
IMAGE_NAME: '${{ github.repository }}'
590590

591591
- name: Download digests
592-
uses: actions/download-artifact@v4
592+
uses: actions/download-artifact@v5
593593
with:
594594
pattern: digests-cuda-*
595595
path: /tmp/digests
@@ -645,7 +645,7 @@ jobs:
645645
IMAGE_NAME: '${{ github.repository }}'
646646

647647
- name: Download digests
648-
uses: actions/download-artifact@v4
648+
uses: actions/download-artifact@v5
649649
with:
650650
pattern: digests-cuda126-*
651651
path: /tmp/digests
@@ -701,7 +701,7 @@ jobs:
701701
IMAGE_NAME: '${{ github.repository }}'
702702

703703
- name: Download digests
704-
uses: actions/download-artifact@v4
704+
uses: actions/download-artifact@v5
705705
with:
706706
pattern: digests-ollama-*
707707
path: /tmp/digests
@@ -757,7 +757,7 @@ jobs:
757757
IMAGE_NAME: '${{ github.repository }}'
758758

759759
- name: Download digests
760-
uses: actions/download-artifact@v4
760+
uses: actions/download-artifact@v5
761761
with:
762762
pattern: digests-slim-*
763763
path: /tmp/digests

.github/workflows/format-backend.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- 3.12.x
3131

3232
steps:
33-
- uses: actions/checkout@v4
33+
- uses: actions/checkout@v5
3434

3535
- name: Set up Python
3636
uses: actions/setup-python@v5

.github/workflows/format-build-frontend.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
runs-on: ubuntu-latest
2525
steps:
2626
- name: Checkout Repository
27-
uses: actions/checkout@v4
27+
uses: actions/checkout@v5
2828

2929
- name: Setup Node.js
3030
uses: actions/setup-node@v4
@@ -51,7 +51,7 @@ jobs:
5151
runs-on: ubuntu-latest
5252
steps:
5353
- name: Checkout Repository
54-
uses: actions/checkout@v4
54+
uses: actions/checkout@v5
5555

5656
- name: Setup Node.js
5757
uses: actions/setup-node@v4

.github/workflows/release-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
id-token: write
1717
steps:
1818
- name: Checkout repository
19-
uses: actions/checkout@v4
19+
uses: actions/checkout@v5
2020
with:
2121
fetch-depth: 0
2222
- name: Install Git

0 commit comments

Comments
 (0)