mirror of
https://github.com/kubevela/kubevela.git
synced 2026-03-05 11:11:28 +00:00
* Feat: search useful addon version automatically Verify whether the current addon version meets the system version requirements according to the obtained specified version. There are two system version requirements: Vela core version, K8s version. If meet the requirements and continue to perform the next task. If the requirements are not met, obtain the highest version that meets the requirements Refs #4181 Signed-off-by: HanMengnan <1448189829@qq.com> * Fix: Optimize function implementation and code order, and modify test cases add more comments of function optimize package import sequence optimize user interaction logic and error information extraction logic Signed-off-by: HanMengnan <1448189829@qq.com> * Fix: change template string of regular expression to const type string Signed-off-by: HanMengnan <1448189829@qq.com>