Skip to content

Commit 194d590

Browse files
committed
1,2,0
1 parent 85110c4 commit 194d590

4 files changed

Lines changed: 13 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@
140140
---
141141

142142
### ✅提交代码
143-
**[@Yvan](https://github.com/406226161)** [@dbdocker](https://github.com/dbdocker) [@anatsking](https://github.com/anatsking) [@ylighgh](https://github.com/ylighgh)
143+
**[@Yvan](https://github.com/406226161) [@ZZYhho](https://github.com/ZZYhho)** [@dbdocker](https://github.com/dbdocker) [@anatsking](https://github.com/anatsking) [@ylighgh](https://github.com/ylighgh)
144144

145145
---
146146

flask-consul/units/cloud/alicloud.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -295,6 +295,7 @@ def rds(account,region):
295295

296296
try:
297297
for iid in rds_dict.keys():
298+
logger.info(f'【ali_DRS】===> {iid}')
298299
describe_dbinstance_attribute_request = rds_20140815_models.DescribeDBInstanceAttributeRequest(dbinstance_id=iid)
299300
rdsplusinfo = client.describe_dbinstance_attribute_with_options(describe_dbinstance_attribute_request, runtime)
300301
rdsplus_list = rdsplusinfo.body.to_map()['Items']["DBInstanceAttribute"]

vue-consul/src/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Object.keys(filters).forEach(key => {
4646
})
4747

4848
Vue.config.productionTip = false
49-
Vue.prototype.VER = 'v1.1.2'
49+
Vue.prototype.VER = 'v1.2.0'
5050

5151
new Vue({
5252
el: '#app',

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,16 @@
99
class="dashboard-text">🚀StarsL.cn</el-link>
1010
</el-badge>
1111
<el-timeline>
12+
<el-timeline-item timestamp="2025/01/13" placement="top">
13+
<el-card>
14+
<h4>v1.2.0</h4>
15+
<p>🚩DescribeDBInstancesAsCsv接口下线,使用新方式获取RDS基础信息(无限速)。🙇Thank you <el-link :underline="true" type="primary"
16+
href="https://github.com/ZZYhho" target="_blank">@ZZYhho</el-link>)</p>
17+
<p>修复腾讯云部分版本redis同步失败的问题。</p>
18+
<p>修复采集阿里云漏洞库失败的问题。</p>
19+
<p>增加阿里云/华为云部分区域。</p>
20+
</el-card>
21+
</el-timeline-item>
1222
<el-timeline-item timestamp="2024/10/19" placement="top">
1323
<el-card>
1424
<h4>v1.1.1</h4>

0 commit comments

Comments
 (0)