Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit afac48a

Browse files
committedJun 23, 2025·
update changelogs
1 parent 4e12e4f commit afac48a

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed
 

‎CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,17 @@
99
- new model `OfferType`
1010
- new attribute `CatalogProductDetail` for `CatalogProductDetail` model
1111
- Attribute `is_product_listing` in `CatalogProductDetail` is now of type `Optional[StrictBool]` (previously `StrictBool`)
12+
- `iaas`: [v0.5.4](services/iaas/CHANGELOG.md#v054)
13+
- **Improvement:** Increase max length of `machine_type` and `volume_performance_class` fields from 63 to 127 characters in API methods
14+
- **Improvement:** Increase max length of `name` fields from 63 to 127 characters for various models:
15+
- `AffinityGroup`, `Backup`, `BootVolume`, `CreateAffinityGroupPayload`, `CreateBackupPayload`
16+
- `CreateImagePayload`, `CreateNetworkAreaPayload`, `CreateNetworkPayload`, `CreateNicPayload`
17+
- `CreateSecurityGroupPayload`, `CreateServerPayload`, `CreateSnapshotPayload`, `CreateVolumePayload`
18+
- `Image`, `MachineType`, `Nic`, `PartialUpdateNetworkAreaPayload`, `PartialUpdateNetworkPayload`
19+
- `ResizeServerPayload`, `SecurityGroup`, `Server`, `ServerNetwork`, `Snapshot`
20+
- `UpdateBackupPayload`, `UpdateImagePayload`, `UpdateNicPayload`, `UpdateSecurityGroupPayload`
21+
- `UpdateServerPayload`, `UpdateSnapshotPayload`, `UpdateVolumePayload`, `Volume`, `VolumePerformanceClass`
22+
- **Improvement:** Update regular expression pattern for name validation to allow more flexible naming conventions
1223

1324
## Release (2025-06-16)
1425
- `core`: [v0.2.0](core/CHANGELOG.md#v020-2025-06-12)

‎services/iaas/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## v0.5.4
2+
- **Improvement:** Increase max length of `machine_type` and `volume_performance_class` fields from 63 to 127 characters in API methods
3+
- **Improvement:** Increase max length of `name` fields from 63 to 127 characters for various models:
4+
- `AffinityGroup`, `Backup`, `BootVolume`, `CreateAffinityGroupPayload`, `CreateBackupPayload`
5+
- `CreateImagePayload`, `CreateNetworkAreaPayload`, `CreateNetworkPayload`, `CreateNicPayload`
6+
- `CreateSecurityGroupPayload`, `CreateServerPayload`, `CreateSnapshotPayload`, `CreateVolumePayload`
7+
- `Image`, `MachineType`, `Nic`, `PartialUpdateNetworkAreaPayload`, `PartialUpdateNetworkPayload`
8+
- `ResizeServerPayload`, `SecurityGroup`, `Server`, `ServerNetwork`, `Snapshot`
9+
- `UpdateBackupPayload`, `UpdateImagePayload`, `UpdateNicPayload`, `UpdateSecurityGroupPayload`
10+
- `UpdateServerPayload`, `UpdateSnapshotPayload`, `UpdateVolumePayload`, `Volume`, `VolumePerformanceClass`
11+
- **Improvement:** Update regular expression pattern for name validation to allow more flexible naming conventions
12+
113
## v0.5.3 (2025-06-12)
214
- Increase max length of description from 127 to 255 for
315
- Security groups: `BaseSecurityGroupRule`, `CreateSecurityGroupPayload`, `CreateSecurityGroupRulePayload`, `SecurityGroup`, `SecurityGroupRule`, `UpdateSecurityGroupPayload`

0 commit comments

Comments
 (0)
Please sign in to comment.