Skip to content

Commit

Permalink
fix bug 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
starsliao committed Mar 9, 2024
1 parent 88425e7 commit 934c18d
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 3 deletions.
8 changes: 7 additions & 1 deletion flask-consul/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,12 @@
"ap-chengdu": "西南地区(成都)",
"ap-chongqing": "西南地区(重庆)",
"ap-hongkong": "港澳台地区(中国香港)",
"ap-tokyo": "亚太地区(东京)",
"ap-tokyo": "亚太东北(东京)",
"ap-seoul": "亚太东北(首尔)",
"ap-singapore": "亚太东南(新加坡)",
"ap-mumbai": "亚太南部(孟买)",
"na-ashburn": "美国东部(弗吉尼亚)",
"na-siliconvalley": "美国西部(硅谷)",
"eu-frankfurt": "欧洲地区(法兰克福)",
},
}
11 changes: 10 additions & 1 deletion vue-consul/src/views/dashboard/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,19 @@
<el-link :underline="false" type="primary" href="https://github.com/starsliao/TenSunS" target="_blank" class="dashboard-text">🚀StarsL.cn</el-link>
</el-badge>
<el-timeline>
<el-timeline-item timestamp="2024/03/09" placement="top">
<el-card>
<h4>v1.0.3</h4>
<p>修复jumpserver同步中统计总内存不能处理float的bug</p>
<p>兼容低版本consul缺失consul状态检查API的问题</p>
<p>更新前端NGINX版本为1.24</p>
<p>增加腾讯云部分海外区域</p>
</el-card>
</el-timeline-item>
<el-timeline-item timestamp="2023/10/10" placement="top">
<el-card>
<h4>v1.0.2</h4>
<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>
<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>
<p>修复同步阿里云Redis实例报错"失败:'EndTime'"的bug</p>
<p>修复采集RDS会采集到非MySql数据库的bug</p>
<p>优化启动后端检查consul状态和初始化skey的逻辑</p>
Expand Down
8 changes: 7 additions & 1 deletion vue-consul/src/views/node-exporter/jobs.vue
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,13 @@ export default {
{ value: 'ap-chengdu', label: '西南地区(成都)' },
{ value: 'ap-chongqing', label: '西南地区(重庆)' },
{ value: 'ap-hongkong', label: '港澳台地区(中国香港)' },
{ value: 'ap-tokyo', label: '亚太地区(东京)' }
{ value: 'ap-tokyo', label: '亚太东北(东京)' },
{ value: 'ap-seoul', label: '亚太东北(首尔)' },
{ value: 'ap-singapore', label: '亚太东南(新加坡)' },
{ value: 'ap-mumbai', label: '亚太南部(孟买)' },
{ value: 'na-ashburn', label: '美国东部(弗吉尼亚)' },
{ value: 'na-siliconvalley', label: '美国西部(硅谷)' },
{ value: 'eu-frankfurt', label: '欧洲地区(法兰克福)' }
]
},
Expand Down

0 comments on commit 934c18d

Please # to comment.