Skip to content

Commit

Permalink
release 3.1.134 source code
Browse files Browse the repository at this point in the history
  • Loading branch information
Huaweicloud-SDK committed Feb 6, 2025
1 parent 4c6aef4 commit 2343e71
Show file tree
Hide file tree
Showing 383 changed files with 3,200 additions and 1,441 deletions.
55 changes: 55 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,58 @@
# 3.1.134 2025-02-06

### HuaweiCloud SDK CCE

- _API Version_
- V3
- _Features_
- None
- _Bug Fix_
- None
- _Change_
- **ShowClusterSupportConfiguration**
- changes of request param
- `+ cluster_id`
- `+ cluster_type`
- `+ cluster_version`
- `+ network_mode`
- `- cluster_id`
- `- cluster_type`
- `- cluster_version`
- `- network_mode`
- **ShowCluster**
- changes of response param
- `+ spec.clusterOps`
- **UpdateCluster**
- changes of response param
- `+ spec.clusterOps`
- **DeleteCluster**
- changes of response param
- `+ spec.clusterOps`
- **CreateCluster**
- changes of request param
- `+ spec.clusterOps`
- changes of response param
- `+ spec.clusterOps`
- **ListClusters**
- changes of response param
- `+ items.spec.clusterOps`

### HuaweiCloud SDK RDS

- _API Version_
- V3
- _Features_
- Support the APIs `ShowDatabaseLevelDatabase`, `ShowAutoUpgradePolicy`, `SetAutoUpgradePolicy`
- _Bug Fix_
- None
- _Change_
- **CreateInstance**
- changes of request param
- `+ is_auto_upgrade`
- **CreateRestoreInstance**
- changes of request param
- `+ is_auto_upgrade`

# 3.1.133 2025-01-23

### HuaweiCloud SDK BSS
Expand Down
55 changes: 55 additions & 0 deletions CHANGELOG_CN.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,58 @@
# 3.1.134 2025-02-06

### HuaweiCloud SDK CCE

- _接口版本_
- V3
- _新增特性_
- 无
- _解决问题_
- 无
- _特性变更_
- **ShowClusterSupportConfiguration**
- 请求参数变更
- `+ cluster_id`
- `+ cluster_type`
- `+ cluster_version`
- `+ network_mode`
- `- cluster_id`
- `- cluster_type`
- `- cluster_version`
- `- network_mode`
- **ShowCluster**
- 响应参数变更
- `+ spec.clusterOps`
- **UpdateCluster**
- 响应参数变更
- `+ spec.clusterOps`
- **DeleteCluster**
- 响应参数变更
- `+ spec.clusterOps`
- **CreateCluster**
- 请求参数变更
- `+ spec.clusterOps`
- 响应参数变更
- `+ spec.clusterOps`
- **ListClusters**
- 响应参数变更
- `+ items.spec.clusterOps`

### HuaweiCloud SDK RDS

- _接口版本_
- V3
- _新增特性_
- 支持接口`ShowDatabaseLevelDatabase`、`ShowAutoUpgradePolicy`、`SetAutoUpgradePolicy`
- _解决问题_
- 无
- _特性变更_
- **CreateInstance**
- 请求参数变更
- `+ is_auto_upgrade`
- **CreateRestoreInstance**
- 请求参数变更
- `+ is_auto_upgrade`

# 3.1.133 2025-01-23

### HuaweiCloud SDK BSS
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.1.133
3.1.134
2 changes: 1 addition & 1 deletion huaweicloud-sdk-aad/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
huaweicloudsdkcore >= 3.1.133
huaweicloudsdkcore >= 3.1.134
4 changes: 2 additions & 2 deletions huaweicloud-sdk-aad/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from setuptools import setup, find_packages

NAME = "huaweicloudsdkaad"
VERSION = "3.1.133"
VERSION = "3.1.134"
AUTHOR = "HuaweiCloud SDK"
AUTHOR_EMAIL = "[email protected]"
URL = "https://github.com/huaweicloud/huaweicloud-sdk-python-v3"
Expand All @@ -14,7 +14,7 @@
with open(path.join(this_directory, 'README_PYPI.md'), encoding='utf-8') as f:
LONG_DESCRIPTION = f.read()

REQUIRES = ["huaweicloudsdkcore>=3.1.133"]
REQUIRES = ["huaweicloudsdkcore>=3.1.134"]

OPTIONS = {
'bdist_wheel': {
Expand Down
Loading

0 comments on commit 2343e71

Please sign in to comment.