Skip to content

Commit 448c90f

Browse files
committed
chore: upgrade Zentao DevOPS to latest versions across all modules
- 更新了 Zentao DevOPS 版本号,从 21.4 更新到 21.5 - 更新了 Zentao DevOPS Max 版本号,从 6.4 更新到 6.5 - 更新了 Zentao DevOPS Biz 版本号,从 11.4 更新到 11.5 - 更新了 Zentao DevOPS IPD 版本号,从 3.4 更新到 3.5 Signed-off-by: ysicing <[email protected]>
1 parent 67442c3 commit 448c90f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

common/const.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,10 @@ const (
6565
const (
6666
DefaultQuickonOSSVersion = "3.0.2" // 开源版本
6767
DefaultQuickonEEVersion = "1.0"
68-
DefaultZentaoDevOPSOSSVersion = "21.4"
69-
DefaultZentaoDevOPSMaxVersion = "6.4"
70-
DefaultZentaoDevOPSBizVersion = "11.4"
71-
DefaultZentaoDevOPSIPDVersion = "3.4"
68+
DefaultZentaoDevOPSOSSVersion = "21.5"
69+
DefaultZentaoDevOPSMaxVersion = "6.5"
70+
DefaultZentaoDevOPSBizVersion = "11.5"
71+
DefaultZentaoDevOPSIPDVersion = "3.5"
7272
K3sBinName = "k3s"
7373
K3sBinPath = "/usr/local/bin/k3s"
7474
HelmBinName = "helm"

0 commit comments

Comments
 (0)