From 45a987798b57db548e4e1da7668be787b24b2e4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?william=20chang=28=E5=BC=B5=E4=BB=B2=E5=A8=81=29?= Date: Tue, 4 Mar 2025 18:35:40 +0800 Subject: [PATCH] release 0.15.4-rc.1 --- docker/.env.example | 10 +++++----- wren-launcher/utils/docker.go | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docker/.env.example b/docker/.env.example index aee8d635b3..d910c9c9b1 100644 --- a/docker/.env.example +++ b/docker/.env.example @@ -24,11 +24,11 @@ QDRANT_API_KEY= # version # CHANGE THIS TO THE LATEST VERSION -WREN_PRODUCT_VERSION=0.15.3 -WREN_ENGINE_VERSION=0.13.1 -WREN_AI_SERVICE_VERSION=0.15.7 -IBIS_SERVER_VERSION=0.13.1 -WREN_UI_VERSION=0.20.1 +WREN_PRODUCT_VERSION=0.15.4-rc.1 +WREN_ENGINE_VERSION=0.14.3 +WREN_AI_SERVICE_VERSION=0.15.18 +IBIS_SERVER_VERSION=0.14.3 +WREN_UI_VERSION=0.20.2 WREN_BOOTSTRAP_VERSION=0.1.5 # user id (uuid v4) diff --git a/wren-launcher/utils/docker.go b/wren-launcher/utils/docker.go index 612eac9e21..0dc490d715 100644 --- a/wren-launcher/utils/docker.go +++ b/wren-launcher/utils/docker.go @@ -24,7 +24,7 @@ import ( const ( // please change the version when the version is updated - WREN_PRODUCT_VERSION string = "0.15.3" + WREN_PRODUCT_VERSION string = "0.15.4-rc.1" DOCKER_COMPOSE_YAML_URL string = "https://raw.githubusercontent.com/Canner/WrenAI/" + WREN_PRODUCT_VERSION + "/docker/docker-compose.yaml" DOCKER_COMPOSE_ENV_URL string = "https://raw.githubusercontent.com/Canner/WrenAI/" + WREN_PRODUCT_VERSION + "/docker/.env.example" AI_SERVICE_CONFIG_URL string = "https://raw.githubusercontent.com/Canner/WrenAI/" + WREN_PRODUCT_VERSION + "/docker/config.example.yaml"