diff --git a/deploy/chart/authhub/Chart.yaml b/deploy/chart/authhub/Chart.yaml index c1029a16829299cf198fbc698c7addc21b85686b..2e081e34cf9fe4af5c1eee8369d6bc348d5b3ce3 100644 --- a/deploy/chart/authhub/Chart.yaml +++ b/deploy/chart/authhub/Chart.yaml @@ -2,5 +2,5 @@ apiVersion: v2 name: authhub-chart description: AuthHub Helm部署包 type: application -version: 0.9.6 -appVersion: "0.9.6" +version: 0.10.1 +appVersion: "0.10.1" diff --git a/deploy/chart/euler_copilot/values.yaml b/deploy/chart/euler_copilot/values.yaml index abb4c318f006b5c57f41f93b7d515bf4b9f0b606..095c27dd5ea63fe818a0c5185f60141e22800914 100644 --- a/deploy/chart/euler_copilot/values.yaml +++ b/deploy/chart/euler_copilot/values.yaml @@ -122,8 +122,8 @@ euler_copilot: framework: # [必填] 是否部署Framework后端框架服务 enabled: true - # 镜像设置;默认为hub.oepkgs.net/neocopilot/euler-copilot-framework:0.9.6-x86 - # 镜像标签:["0.9.6-x86", "0.9.6-arm"] + # 镜像设置;默认为hub.oepkgs.net/neocopilot/euler-copilot-framework:0.10.1-x86 + # 镜像标签:["0.10.1-x86", "0.10.1-arm"] image: # 容器根目录只读 readOnly: @@ -139,8 +139,8 @@ euler_copilot: web: # [必填] 是否部署Web前端用户界面 enabled: true - # 镜像设置;默认为hub.oepkgs.net/neocopilot/euler-copilot-web:0.9.6-x86 - # 镜像标签:["0.9.6-x86", "0.9.6-arm"] + # 镜像设置;默认为hub.oepkgs.net/neocopilot/euler-copilot-web:0.10.1-x86 + # 镜像标签:["0.10.1-x86", "0.10.1-arm"] image: # 容器根目录只读 readOnly: @@ -156,8 +156,8 @@ euler_copilot: rag_web: # [必填] 是否部署RAG Web前端用户界面 enabled: true - # 镜像设置;默认为hub.oepkgs.net/neocopilot/data_chain_web:0.9.6-x86 - # 镜像标签:["0.9.6-x86", "0.9.6-arm"] + # 镜像设置;默认为hub.oepkgs.net/neocopilot/data_chain_web:0.10.1-x86 + # 镜像标签:["0.10.1-x86", "0.10.1-arm"] image: # 容器根目录只读 readOnly: @@ -173,8 +173,8 @@ euler_copilot: rag: # [必填] 是否部署RAG后端服务 enabled: true - # 镜像设置;默认为hub.oepkgs.net/neocopilot/data_chain_back_end:0.9.6-x86 - # 镜像标签:["0.9.6-x86", "0.9.6-arm"] + # 镜像设置;默认为hub.oepkgs.net/neocopilot/data_chain_back_end:0.10.1-x86 + # 镜像标签:["0.10.1-x86", "0.10.1-arm"] image: # 容器根目录只读 readOnly: diff --git a/deploy/scripts/2-install-tools/install_tools.sh b/deploy/scripts/2-install-tools/install_tools.sh index af5c4778c2b9138b69092d3923ce5a5eae2ab743..2b4f641dfe64bd514fc4f70480f53fedf9264ea3 100755 --- a/deploy/scripts/2-install-tools/install_tools.sh +++ b/deploy/scripts/2-install-tools/install_tools.sh @@ -3,7 +3,7 @@ GITHUB_MIRROR="https://gh-proxy.com" ARCH=$(uname -m) TOOLS_DIR="/home/eulercopilot/tools" -eulercopilot_version=0.9.6 +eulercopilot_version=0.10.1 SCRIPT_PATH="$( cd "$(dirname "${BASH_SOURCE[0]}")" >/dev/null 2>&1 diff --git a/deploy/scripts/9-other-script/save_images.sh b/deploy/scripts/9-other-script/save_images.sh index 81dabf80267b3746c469a9e571e208fda581b324..081dc3769b299afb335ea893b567f81cbec0fde2 100755 --- a/deploy/scripts/9-other-script/save_images.sh +++ b/deploy/scripts/9-other-script/save_images.sh @@ -8,7 +8,7 @@ BLUE='\033[0;34m' NC='\033[0m' # 恢复默认颜色 # 默认配置 -eulercopilot_version="0.9.6" +eulercopilot_version="0.10.1" ARCH_SUFFIX="" OUTPUT_DIR="/home/eulercopilot/images/${eulercopilot_version}" diff --git a/euler_copilot_framework.egg-info/PKG-INFO b/euler_copilot_framework.egg-info/PKG-INFO index 768d3f89fce727f40aaee643151eddd45dc3fd9d..f4095670c584fc02390bfa3d8f363ca344f07409 100644 --- a/euler_copilot_framework.egg-info/PKG-INFO +++ b/euler_copilot_framework.egg-info/PKG-INFO @@ -1,6 +1,6 @@ Metadata-Version: 2.4 Name: euler-copilot-framework -Version: 0.9.6 +Version: 0.10.1 Summary: EulerCopilot 后端服务 Requires-Python: ==3.11.6 License-File: LICENSE diff --git a/manual/source/conf.py b/manual/source/conf.py index 2085545c39db2095d37bc7e6aff5d2325a1b7186..f9a7a23e794069da43130a9c14b6deb5c3382e9b 100644 --- a/manual/source/conf.py +++ b/manual/source/conf.py @@ -6,7 +6,7 @@ from pathlib import Path project = "openEuler Intelligence Framework" copyright = "2025, Huawei Technologies Co., Ltd." author = "sig-intelligence" -release = "0.9.6" +release = "0.10.1" extensions = [ "sphinx.ext.autodoc", diff --git a/pyproject.toml b/pyproject.toml index 8a34b17dd1b202e375447139133b46495cf5c30f..bb829574e8ae83773239a8b5c554c8f93baa9cb5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "euler-copilot-framework" -version = "0.9.6" +version = "0.10.1" description = "EulerCopilot 后端服务" requires-python = "==3.11.6" dependencies = [ @@ -58,4 +58,4 @@ requires = ["setuptools>=65"] build-backend = "setuptools.build_meta" [tool.setuptools] -packages = ["apps"] # 仅包含apps目录 \ No newline at end of file +packages = ["apps"] # 仅包含apps目录