chore: bump versions to 1.15.0 (#37929)

This commit is contained in:
Yunlu Wen 2026-06-25 20:02:38 +08:00 committed by GitHub
parent 1d2cc1e475
commit 3aa26fb637
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 16 additions and 16 deletions

View File

@ -1,6 +1,6 @@
[project]
name = "dify-api"
version = "1.14.2"
version = "1.15.0"
requires-python = "~=3.12.0"
dependencies = [

2
api/uv.lock generated
View File

@ -1331,7 +1331,7 @@ docs = [
[[package]]
name = "dify-api"
version = "1.14.2"
version = "1.15.0"
source = { virtual = "." }
dependencies = [
{ name = "aliyun-log-python-sdk" },

View File

@ -220,7 +220,7 @@ services:
# API service
api:
<<: *shared-api-worker-config
image: langgenius/dify-api:1.14.2
image: langgenius/dify-api:1.15.0
environment:
MODE: api
SENTRY_DSN: ${API_SENTRY_DSN:-}
@ -264,7 +264,7 @@ services:
# WebSocket service for workflow collaboration.
api_websocket:
<<: *shared-api-worker-config
image: langgenius/dify-api:1.14.2
image: langgenius/dify-api:1.15.0
profiles:
- collaboration
environment:
@ -290,7 +290,7 @@ services:
# The Celery worker for processing all queues (dataset, workflow, mail, etc.)
worker:
<<: *shared-worker-config
image: langgenius/dify-api:1.14.2
image: langgenius/dify-api:1.15.0
environment:
MODE: worker
SENTRY_DSN: ${API_SENTRY_DSN:-}
@ -333,7 +333,7 @@ services:
# Celery beat for scheduling periodic tasks.
worker_beat:
<<: *shared-worker-beat-config
image: langgenius/dify-api:1.14.2
image: langgenius/dify-api:1.15.0
environment:
MODE: beat
depends_on:
@ -366,7 +366,7 @@ services:
# Frontend web application.
web:
image: langgenius/dify-web:1.14.2
image: langgenius/dify-web:1.15.0
restart: always
env_file:
- path: ./envs/core-services/web.env
@ -518,7 +518,7 @@ services:
# plugin daemon
plugin_daemon:
image: langgenius/dify-plugin-daemon:0.6.1-local
image: langgenius/dify-plugin-daemon:0.6.3-local
restart: always
env_file:
- path: ./envs/core-services/shared.env

View File

@ -129,7 +129,7 @@ services:
# plugin daemon
plugin_daemon:
image: langgenius/dify-plugin-daemon:0.6.1-local
image: langgenius/dify-plugin-daemon:0.6.3-local
restart: always
env_file:
- ./middleware.env

View File

@ -226,7 +226,7 @@ services:
# API service
api:
<<: *shared-api-worker-config
image: langgenius/dify-api:1.14.2
image: langgenius/dify-api:1.15.0
environment:
MODE: api
SENTRY_DSN: ${API_SENTRY_DSN:-}
@ -270,7 +270,7 @@ services:
# WebSocket service for workflow collaboration.
api_websocket:
<<: *shared-api-worker-config
image: langgenius/dify-api:1.14.2
image: langgenius/dify-api:1.15.0
profiles:
- collaboration
environment:
@ -296,7 +296,7 @@ services:
# The Celery worker for processing all queues (dataset, workflow, mail, etc.)
worker:
<<: *shared-worker-config
image: langgenius/dify-api:1.14.2
image: langgenius/dify-api:1.15.0
environment:
MODE: worker
SENTRY_DSN: ${API_SENTRY_DSN:-}
@ -339,7 +339,7 @@ services:
# Celery beat for scheduling periodic tasks.
worker_beat:
<<: *shared-worker-beat-config
image: langgenius/dify-api:1.14.2
image: langgenius/dify-api:1.15.0
environment:
MODE: beat
depends_on:
@ -372,7 +372,7 @@ services:
# Frontend web application.
web:
image: langgenius/dify-web:1.14.2
image: langgenius/dify-web:1.15.0
restart: always
env_file:
- path: ./envs/core-services/web.env
@ -524,7 +524,7 @@ services:
# plugin daemon
plugin_daemon:
image: langgenius/dify-plugin-daemon:0.6.1-local
image: langgenius/dify-plugin-daemon:0.6.3-local
restart: always
env_file:
- path: ./envs/core-services/shared.env

View File

@ -1,7 +1,7 @@
{
"name": "dify-web",
"type": "module",
"version": "1.14.2",
"version": "1.15.0",
"private": true,
"imports": {
"#i18n": {