Skip to content

Commit c678de4

Browse files
authored
[Dify] Bump dify to 1.10.1-fix.1 to fix CVE-2025-66478 and bump dify plugin daemon to 0.5.1-local (#151)
* [Dify] Bump dify to 1.11.0 to fix CVE-2025-66478 and bump dify plugin daemon to 0.5.1-local * [Dify] Bump dify to 1.11.0 in readme * [Dify] Downgrade dify to 1.10.1-fix.1
1 parent 83587c2 commit c678de4

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

charts/dify/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ type: application
2020
# This is the chart version. This version number should be incremented each time you make changes
2121
# to the chart and its templates, including the app version.
2222
# Versions are expected to follow Semantic Versioning (https://semver.org/)
23-
version: 0.8.0
23+
version: 0.8.1
2424

2525
# This is the version number of the application being deployed. This version number should be
2626
# incremented each time you make changes to the application. Versions are not expected to
2727
# follow Semantic Versioning. They should reflect the version the application is using.
2828
# It is recommended to use it with quotes.
29-
appVersion: "1.9.2"
29+
appVersion: "1.10.1-fix.1"
3030

3131
dependencies:
3232
- name: redis

charts/dify/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ global:
1717
# Set to the latest version of dify
1818
# Check the version here: https://github.com/langgenius/dify/releases
1919
# If not set, Using the default value in Chart.yaml
20-
tag: "1.7.0"
20+
tag: "1.10.1-fix.1"
2121
extraBackendEnvs:
2222
- name: SECRET_KEY
2323
value: "generate your own one"
@@ -54,7 +54,7 @@ To upgrade app, change the value of `global.image.tag` to the desired version
5454
```yaml
5555
global:
5656
image:
57-
tag: "1.7.0"
57+
tag: "1.10.1-fix.1"
5858
```
5959
6060
Then upgrade the app with helm command

charts/dify/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ global:
2020
# When set, environment variables like `CONSOLE_API_URL`, `CONSOLE_WEB_URL`, etc. will use this value instead of the generated value (see `dify.commonEnvs`)
2121
baseUrlOverride: ""
2222
image:
23-
tag: "1.9.2"
23+
tag: "1.10.1-fix.1"
2424
edition: "SELF_HOSTED"
2525
storageType: "s3"
2626
# the following extra configs would be injected into:
@@ -453,7 +453,7 @@ pluginDaemon:
453453
image:
454454
repository: langgenius/dify-plugin-daemon
455455
pullPolicy: IfNotPresent
456-
tag: "0.3.0-local"
456+
tag: "0.5.1-local"
457457

458458
envs:
459459
- name: SERVER_PORT

0 commit comments

Comments
 (0)