Kaynağa Gözat

feat: bump version to 0.3.30 (#1519)

tags/0.3.30
takatost 1 yıl önce
ebeveyn
işleme
a80d8286c2
No account linked to committer's email address
3 değiştirilmiş dosya ile 5 ekleme ve 5 silme
  1. 1
    1
      api/config.py
  2. 3
    3
      docker/docker-compose.yaml
  3. 1
    1
      web/package.json

+ 1
- 1
api/config.py Dosyayı Görüntüle

# ------------------------ # ------------------------
# General Configurations. # General Configurations.
# ------------------------ # ------------------------
self.CURRENT_VERSION = "0.3.29"
self.CURRENT_VERSION = "0.3.30"
self.COMMIT_SHA = get_env('COMMIT_SHA') self.COMMIT_SHA = get_env('COMMIT_SHA')
self.EDITION = "SELF_HOSTED" self.EDITION = "SELF_HOSTED"
self.DEPLOY_ENV = get_env('DEPLOY_ENV') self.DEPLOY_ENV = get_env('DEPLOY_ENV')

+ 3
- 3
docker/docker-compose.yaml Dosyayı Görüntüle

services: services:
# API service # API service
api: api:
image: langgenius/dify-api:0.3.29
image: langgenius/dify-api:0.3.30
restart: always restart: always
environment: environment:
# Startup mode, 'api' starts the API server. # Startup mode, 'api' starts the API server.
# worker service # worker service
# The Celery worker for processing the queue. # The Celery worker for processing the queue.
worker: worker:
image: langgenius/dify-api:0.3.29
image: langgenius/dify-api:0.3.30
restart: always restart: always
environment: environment:
# Startup mode, 'worker' starts the Celery worker for processing the queue. # Startup mode, 'worker' starts the Celery worker for processing the queue.


# Frontend web application. # Frontend web application.
web: web:
image: langgenius/dify-web:0.3.29
image: langgenius/dify-web:0.3.30
restart: always restart: always
environment: environment:
EDITION: SELF_HOSTED EDITION: SELF_HOSTED

+ 1
- 1
web/package.json Dosyayı Görüntüle

{ {
"name": "dify-web", "name": "dify-web",
"version": "0.3.29",
"version": "0.3.30",
"private": true, "private": true,
"scripts": { "scripts": {
"dev": "next dev", "dev": "next dev",

Loading…
İptal
Kaydet