Skip to content

Commit

Permalink
release 0.11.0 (#945)
Browse files Browse the repository at this point in the history
  • Loading branch information
wwwy3y3 authored Nov 21, 2024
1 parent 34bad56 commit 0eb39e4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion deployment/kustomizations/base/cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ data:
WREN_UI_ENDPOINT: http://wren-ui-svc:3000

#Release version used by wren ui https://github.com/Canner/WrenAI/blob/main/docker/docker-compose.yaml#L85-L88
WREN_PRODUCT_VERSION: "0.11.0-rc.3"
WREN_PRODUCT_VERSION: "0.11.0"
WREN_ENGINE_VERSION: "0.12.1"
WREN_AI_SERVICE_VERSION: "0.11.8"
WREN_UI_VERSION: "0.17.3"
Expand Down
2 changes: 1 addition & 1 deletion deployment/kustomizations/patches/cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
WREN_AI_SERVICE_PORT: "5555"

#Release version used by wren ui https://github.com/Canner/WrenAI/blob/main/docker/docker-compose.yaml#L85-L88
WREN_PRODUCT_VERSION: "0.11.0-rc.3"
WREN_PRODUCT_VERSION: "0.11.0"
#fix:
WREN_ENGINE_VERSION: "0.12.1"
WREN_AI_SERVICE_VERSION: "0.11.8"
Expand Down
2 changes: 1 addition & 1 deletion docker/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ QDRANT_API_KEY=

# version
# CHANGE THIS TO THE LATEST VERSION
WREN_PRODUCT_VERSION=0.11.0-rc.3
WREN_PRODUCT_VERSION=0.11.0
WREN_ENGINE_VERSION=0.12.1
WREN_AI_SERVICE_VERSION=0.11.8
IBIS_SERVER_VERSION=0.12.1
Expand Down
2 changes: 1 addition & 1 deletion wren-launcher/utils/docker.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import (

const (
// please change the version when the version is updated
WREN_PRODUCT_VERSION string = "0.11.0-rc.3"
WREN_PRODUCT_VERSION string = "0.11.0"
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"
Expand Down

0 comments on commit 0eb39e4

Please sign in to comment.