Skip to content

Commit

Permalink
feat: update version values to 3.0.14 and DefaultZentaoDevOPSIPDVersi…
Browse files Browse the repository at this point in the history
…on to 1.2

- Update the value of `DefaultZentaoDevOPSIPDVersion` from `1.1.2` to `1.2`
- Update the values in `version.json` for `latest`, `stable`, and `dev` to `3.0.14`

Signed-off-by: ysicing <[email protected]>
  • Loading branch information
ysicing committed Feb 26, 2024
1 parent 36da318 commit f5024b1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion common/const.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ const (
DefaultZentaoDevOPSOSSVersion = "18.10"
DefaultZentaoDevOPSMaxVersion = "4.10"
DefaultZentaoDevOPSBizVersion = "8.10"
DefaultZentaoDevOPSIPDVersion = "1.1.2"
DefaultZentaoDevOPSIPDVersion = "1.2"
K3sBinName = "k3s"
K3sBinPath = "/usr/local/bin/k3s"
HelmBinName = "helm"
Expand Down
6 changes: 3 additions & 3 deletions version.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"latest": "3.0.13",
"stable": "3.0.13",
"dev": "3.0.13"
"latest": "3.0.14",
"stable": "3.0.14",
"dev": "3.0.14"
}

0 comments on commit f5024b1

Please sign in to comment.