Skip to content

Commit

Permalink
Upgrade/1.9.3 (#35)
Browse files Browse the repository at this point in the history
* Upgrade from Harbor 1.1.1

* Upgrade to Harbor 1.9.3

* fix issue #18 #12  v1.9.3

* fix issue #16 v1.9.3

* change method from rsyslog to nfs on issue #16 v1.9.3

* fix issue #15 v1.9.3

* change issue #15 fix's backend from container to host server v1.9.3

* change job_logs storage dir to storage node  v1.9.3

* change nfs-server backend to service v1.9.3

* update image v1.9.3

* change resetAdminPwd to bash v1.9.3

* update image v1.9.3

* fix issue #20 v1.9.3

* update image for issue #20 v1.9.3

* update image for issue #22 v1.9.3

* fix upgrade & issue #24 v1.9.3

* add image scan(clair) v1.9.3

* fix issue #27, update images

* fix issue #29, update images v1.9.3

* fix health check, update images v1.9.3

* add notice when reset admin's password

* remove notice when reset admin's password

* fix generate key for core

* update dependencies

* fix issue #33  v1.9.3

* fix issue #32  v1.9.3

* reduce connection between nodes  v1.9.3

* add GC log cleaner for log node  v1.9.3

* change GC log cleaner for log node  v1.9.3

* update images  v1.9.3

* fix nfs do not refresh when mount on host  v1.9.3

* update images  v1.9.3

* update images  v1.9.3

* fix variable name  v1.9.3

* fix issue #34  v1.9.3

* update images for  issue #34  v1.9.3

* update zh-en v1.9.3

* modify var name v1.9.3

* modify the func of delete job log file v1.9.3

* update images v1.9.3

* modify the translate of custom service  v1.9.3

* split the custom service v1.9.3

Co-authored-by: Hongliang Wang <[email protected]>
  • Loading branch information
spwangxp and hlwanghl committed Jan 24, 2020
1 parent 07e85ae commit ea24d5f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/cluster.json.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"order": 1,
"cmd": "appctl upgrade"
},
"run_command": {
"cleanJobLogs": {
"type": "custom",
"cmd": "appctl cleanJobLogs",
"timeout": 60,
Expand Down Expand Up @@ -143,7 +143,7 @@
"cmd": "appctl upgrade",
"timeout": 86400
},
"run_command": {
"resetAdminPwd": {
"type": "custom",
"cmd": "appctl resetAdminPwd",
"timeout": 60,
Expand Down
5 changes: 3 additions & 2 deletions app/locale/zh-cn.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"QS_ROOT_DIRECTORY": "存储根目录",
"err_code11": "此次升级需要备份数据库,请预留数据库节点 67% 以上的硬盘空间",
"cleanImage": "清理镜像",
"run_command": "自定义命令",
"resetAdminPwd": "重置 Harbor 密码",
"command": "命令",
"Custom service configuration properties": "更多自定义操作",
"web.console.enabled": "文件查看器开关",
Expand All @@ -88,5 +88,6 @@
"newAdminPwd": "新密码",
"The password for user admin will be set": "admin 的密码将会被重置为此处的值",
"The retention time of job log file": "任务日志保留时间,超过此天数的文件将被清理;比如填 7 表示只保留最近 7 天的文件,更老的文件将被永久删除",
"daysToKeep": "保留天数"
"daysToKeep": "保留天数",
"cleanJobLogs": "清理任务日志"
}

0 comments on commit ea24d5f

Please sign in to comment.