diff --git a/README.md b/README.md index ad87378..8d32b1d 100644 --- a/README.md +++ b/README.md @@ -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) --- diff --git a/flask-consul/units/cloud/alicloud.py b/flask-consul/units/cloud/alicloud.py index f2788c9..2a0c62e 100644 --- a/flask-consul/units/cloud/alicloud.py +++ b/flask-consul/units/cloud/alicloud.py @@ -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"] diff --git a/vue-consul/src/main.js b/vue-consul/src/main.js index d40c2a4..25dec63 100644 --- a/vue-consul/src/main.js +++ b/vue-consul/src/main.js @@ -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', diff --git a/vue-consul/src/views/dashboard/index.vue b/vue-consul/src/views/dashboard/index.vue index 4d3cb61..8faf4d6 100644 --- a/vue-consul/src/views/dashboard/index.vue +++ b/vue-consul/src/views/dashboard/index.vue @@ -9,6 +9,16 @@ class="dashboard-text">🚀StarsL.cn + + +

v1.2.0

+

🚩DescribeDBInstancesAsCsv接口下线,使用新方式获取RDS基础信息(无限速)。🙇Thank you @ZZYhho

+

修复腾讯云部分版本redis同步失败的问题。

+

修复采集阿里云漏洞库失败的问题。

+

增加阿里云/华为云部分区域。

+
+

v1.1.1