Skip to content

Commit 934c18d

Browse files
committed
fix bug 1.0.3
1 parent 88425e7 commit 934c18d

3 files changed

Lines changed: 24 additions & 3 deletions

File tree

flask-consul/config.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,12 @@
5050
"ap-chengdu": "西南地区(成都)",
5151
"ap-chongqing": "西南地区(重庆)",
5252
"ap-hongkong": "港澳台地区(中国香港)",
53-
"ap-tokyo": "亚太地区(东京)",
53+
"ap-tokyo": "亚太东北(东京)",
54+
"ap-seoul": "亚太东北(首尔)",
55+
"ap-singapore": "亚太东南(新加坡)",
56+
"ap-mumbai": "亚太南部(孟买)",
57+
"na-ashburn": "美国东部(弗吉尼亚)",
58+
"na-siliconvalley": "美国西部(硅谷)",
59+
"eu-frankfurt": "欧洲地区(法兰克福)",
5460
},
5561
}

vue-consul/src/views/dashboard/index.vue

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,19 @@
77
<el-link :underline="false" type="primary" href="https://github.com/starsliao/TenSunS" target="_blank" class="dashboard-text">🚀StarsL.cn</el-link>
88
</el-badge>
99
<el-timeline>
10+
<el-timeline-item timestamp="2024/03/09" placement="top">
11+
<el-card>
12+
<h4>v1.0.3</h4>
13+
<p>修复jumpserver同步中统计总内存不能处理float的bug</p>
14+
<p>兼容低版本consul缺失consul状态检查API的问题</p>
15+
<p>更新前端NGINX版本为1.24</p>
16+
<p>增加腾讯云部分海外区域</p>
17+
</el-card>
18+
</el-timeline-item>
1019
<el-timeline-item timestamp="2023/10/10" placement="top">
1120
<el-card>
1221
<h4>v1.0.2</h4>
13-
<p>修复K8S部署consul无法持久化KV信息的bug<el-link :underline="false" type="primary" href="https://github.com/starsliao/TenSunS/tree/main/install/k8s" target="_blank">【查看明细】</el-link></p>
22+
<p>💥严重:修复K8S部署consul无法持久化KV信息的bug<el-link :underline="false" type="primary" href="https://github.com/starsliao/TenSunS/tree/main/install/k8s" target="_blank">【查看明细】</el-link></p>
1423
<p>修复同步阿里云Redis实例报错"失败:'EndTime'"的bug</p>
1524
<p>修复采集RDS会采集到非MySql数据库的bug</p>
1625
<p>优化启动后端检查consul状态和初始化skey的逻辑</p>

vue-consul/src/views/node-exporter/jobs.vue

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,13 @@ export default {
339339
{ value: 'ap-chengdu', label: '西南地区(成都)' },
340340
{ value: 'ap-chongqing', label: '西南地区(重庆)' },
341341
{ value: 'ap-hongkong', label: '港澳台地区(中国香港)' },
342-
{ value: 'ap-tokyo', label: '亚太地区(东京)' }
342+
{ value: 'ap-tokyo', label: '亚太东北(东京)' },
343+
{ value: 'ap-seoul', label: '亚太东北(首尔)' },
344+
{ value: 'ap-singapore', label: '亚太东南(新加坡)' },
345+
{ value: 'ap-mumbai', label: '亚太南部(孟买)' },
346+
{ value: 'na-ashburn', label: '美国东部(弗吉尼亚)' },
347+
{ value: 'na-siliconvalley', label: '美国西部(硅谷)' },
348+
{ value: 'eu-frankfurt', label: '欧洲地区(法兰克福)' }
343349
]
344350
},
345351

0 commit comments

Comments
 (0)