Skip to content

Commit

Permalink
release 0.7.5 (#573)
Browse files Browse the repository at this point in the history
  • Loading branch information
onlyjackfrost authored Aug 1, 2024
1 parent e0ba856 commit d14a17d
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 @@ -13,7 +13,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.7.5-rc.2"
WREN_PRODUCT_VERSION: "0.7.5"
WREN_ENGINE_VERSION: "0.9.0"
WREN_AI_SERVICE_VERSION: "0.8.0"
WREN_UI_VERSION: "0.9.2"
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.7.5-rc.2"
WREN_PRODUCT_VERSION: "0.7.5"
#fix:
WREN_ENGINE_VERSION: "0.9.0"
WREN_AI_SERVICE_VERSION: "0.8.0"
Expand Down
2 changes: 1 addition & 1 deletion docker/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ GENERATION_MODEL=gpt-4o-mini # gpt-4o-mini, gpt-4o, gpt-4-turbo, gpt-3.5-turbo

# version
# CHANGE THIS TO THE LATEST VERSION
WREN_PRODUCT_VERSION=0.7.5-rc.2
WREN_PRODUCT_VERSION=0.7.5
WREN_ENGINE_VERSION=0.9.0
WREN_AI_SERVICE_VERSION=0.8.0
IBIS_SERVER_VERSION=0.9.0
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 @@ -22,7 +22,7 @@ import (

const (
// please change the version when the version is updated
WREN_PRODUCT_VERSION string = "0.7.5-rc.2"
WREN_PRODUCT_VERSION string = "0.7.5"
DOCKER_COMPOSE_YAML_URL string = "https://raw.githubusercontent.com/Canner/WrenAI/" + WREN_PRODUCT_VERSION + "/docker/docker-compose.yaml"
DOCKER_COMPOSE_LLM_YAML_URL string = "https://raw.githubusercontent.com/Canner/WrenAI/" + WREN_PRODUCT_VERSION + "/docker/docker-compose.llm.yaml"
DOCKER_COMPOSE_ENV_URL string = "https://raw.githubusercontent.com/Canner/WrenAI/" + WREN_PRODUCT_VERSION + "/docker/.env.example"
Expand Down

0 comments on commit d14a17d

Please sign in to comment.