1,2,0
parent
85110c44ab
commit
194d590c75
|
@ -140,7 +140,7 @@
|
|||
---
|
||||
|
||||
### ✅提交代码
|
||||
**[@Yvan](https://github.com/406226161)** [@dbdocker](https://github.com/dbdocker) [@anatsking](https://github.com/anatsking) [@ylighgh](https://github.com/ylighgh)
|
||||
**[@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)
|
||||
|
||||
---
|
||||
|
||||
|
|
|
@ -295,6 +295,7 @@ def rds(account,region):
|
|||
|
||||
try:
|
||||
for iid in rds_dict.keys():
|
||||
logger.info(f'【ali_DRS】===> {iid}')
|
||||
describe_dbinstance_attribute_request = rds_20140815_models.DescribeDBInstanceAttributeRequest(dbinstance_id=iid)
|
||||
rdsplusinfo = client.describe_dbinstance_attribute_with_options(describe_dbinstance_attribute_request, runtime)
|
||||
rdsplus_list = rdsplusinfo.body.to_map()['Items']["DBInstanceAttribute"]
|
||||
|
|
|
@ -46,7 +46,7 @@ Object.keys(filters).forEach(key => {
|
|||
})
|
||||
|
||||
Vue.config.productionTip = false
|
||||
Vue.prototype.VER = 'v1.1.2'
|
||||
Vue.prototype.VER = 'v1.2.0'
|
||||
|
||||
new Vue({
|
||||
el: '#app',
|
||||
|
|
|
@ -9,6 +9,16 @@
|
|||
class="dashboard-text">🚀StarsL.cn</el-link>
|
||||
</el-badge>
|
||||
<el-timeline>
|
||||
<el-timeline-item timestamp="2025/01/13" placement="top">
|
||||
<el-card>
|
||||
<h4>v1.2.0</h4>
|
||||
<p>🚩DescribeDBInstancesAsCsv接口下线,使用新方式获取RDS基础信息(无限速)。🙇Thank you <el-link :underline="true" type="primary"
|
||||
href="https://github.com/ZZYhho" target="_blank">@ZZYhho</el-link>)</p>
|
||||
<p>修复腾讯云部分版本redis同步失败的问题。</p>
|
||||
<p>修复采集阿里云漏洞库失败的问题。</p>
|
||||
<p>增加阿里云/华为云部分区域。</p>
|
||||
</el-card>
|
||||
</el-timeline-item>
|
||||
<el-timeline-item timestamp="2024/10/19" placement="top">
|
||||
<el-card>
|
||||
<h4>v1.1.1</h4>
|
||||
|
|
Loading…
Reference in New Issue