Skip to content

Commit e5e3270

Browse files
committed
fix indentations
1 parent fb37618 commit e5e3270

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

CHANGELOG.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@
239239
- [v0.4.0](services/alb/CHANGELOG.md#v040)
240240
- **Feature:** Add new field `load_balancer_security_group` in `LoadBalancer`, `CreateLoadBalancerPayload` and `UpdateLoadBalancerPayload` Models
241241
- [v0.3.1](services/alb/CHANGELOG.md#v031)
242-
- **Internal:** Improve deserializing and error types
242+
- **Internal:** Improve deserializing and error types
243243
- `authorization`: [v0.2.5](services/authorization/CHANGELOG.md#v025)
244244
- **Internal:** Improve deserializing and error types
245245
- `certificates`: [v1.0.2](services/certificates/CHANGELOG.md#v102)
@@ -250,7 +250,7 @@
250250
- [v0.5.0](services/loadbalancer/CHANGELOG.md#v050)
251251
- **Feature:** Add new field `load_balancer_security_group` in `LoadBalancer`, `CreateLoadBalancerPayload` and `UpdateLoadBalancerPayload` Models
252252
- [v0.4.1](services/loadbalancer/CHANGELOG.md#v041)
253-
- **Internal:** Improve deserializing and error types
253+
- **Internal:** Improve deserializing and error types
254254
- `logme`: [v0.3.2](services/logme/CHANGELOG.md#v032)
255255
- **Internal:** Improve deserializing and error types
256256
- `mariadb`: [v0.2.3](services/mariadb/CHANGELOG.md#v023)
@@ -269,7 +269,7 @@
269269
- **Feature:** Add new methods `get_logs_configs()`, `update_logs_configs()`, `get_traces_configs()`, `update_traces_configs()`, `get_metrics_storage_retention()`, `update_metrics_storage_retention()`, `get_scrape_config()`, `update_scrape_config()`, `list_acl()`, `update_acl()`, `list_alert_config_receivers()`, `list_alert_config_routes()`, `update_alert_config_receiver()`, `update_alert_config_route()`, `list_alertgroups()`, `list_alertrules()`, `list_credentials()`, `list_instances()`
270270
- **Feature:** Add new models `LogsConfig`, `LogsConfigResponse`, `TraceConfig`, `TracesConfigResponse`, `UpdateLogsConfigsPayload`, `UpdateTracesConfigsPayload`
271271
- [v0.5.1](services/observability/CHANGELOG.md#v051)
272-
- **Internal:** Improve deserializing and error types
272+
- **Internal:** Improve deserializing and error types
273273
- `postgresflex`: [v1.0.2](services/postgresflex/CHANGELOG.md#v102)
274274
- **Internal:** Improve deserializing and error types
275275
- `rabbitmq`: [v0.2.2](services/rabbitmq/CHANGELOG.md#v022)
@@ -352,16 +352,16 @@
352352
- **Improvement:** Add proper noqa comments for docstrings
353353
- **Improvement:** Update type annotations for better type safety
354354
- [v0.5.4](services/iaas/CHANGELOG.md#v054)
355-
- **Improvement:** Increase max length of `machine_type` and `volume_performance_class` fields from 63 to 127 characters in API methods
356-
- **Improvement:** Increase max length of `name` fields from 63 to 127 characters for various models:
357-
- `AffinityGroup`, `Backup`, `BootVolume`, `CreateAffinityGroupPayload`, `CreateBackupPayload`
358-
`CreateImagePayload`, `CreateNetworkAreaPayload`, `CreateNetworkPayload`, `CreateNicPayload`
359-
`CreateSecurityGroupPayload`, `CreateServerPayload`, `CreateSnapshotPayload`, `CreateVolumePayload`
360-
`Image`, `MachineType`, `Nic`, `PartialUpdateNetworkAreaPayload`, `PartialUpdateNetworkPayload`
361-
`ResizeServerPayload`, `SecurityGroup`, `Server`, `ServerNetwork`, `Snapshot`
362-
`UpdateBackupPayload`, `UpdateImagePayload`, `UpdateNicPayload`, `UpdateSecurityGroupPayload`
363-
`UpdateServerPayload`, `UpdateSnapshotPayload`, `UpdateVolumePayload`, `Volume`, `VolumePerformanceClass`
364-
- **Improvement:** Update regular expression pattern for name validation to allow more flexible naming conventions
355+
- **Improvement:** Increase max length of `machine_type` and `volume_performance_class` fields from 63 to 127 characters in API methods
356+
- **Improvement:** Increase max length of `name` fields from 63 to 127 characters for various models:
357+
- `AffinityGroup`, `Backup`, `BootVolume`, `CreateAffinityGroupPayload`, `CreateBackupPayload`
358+
`CreateImagePayload`, `CreateNetworkAreaPayload`, `CreateNetworkPayload`, `CreateNicPayload`
359+
`CreateSecurityGroupPayload`, `CreateServerPayload`, `CreateSnapshotPayload`, `CreateVolumePayload`
360+
`Image`, `MachineType`, `Nic`, `PartialUpdateNetworkAreaPayload`, `PartialUpdateNetworkPayload`
361+
`ResizeServerPayload`, `SecurityGroup`, `Server`, `ServerNetwork`, `Snapshot`
362+
`UpdateBackupPayload`, `UpdateImagePayload`, `UpdateNicPayload`, `UpdateSecurityGroupPayload`
363+
`UpdateServerPayload`, `UpdateSnapshotPayload`, `UpdateVolumePayload`, `Volume`, `VolumePerformanceClass`
364+
- **Improvement:** Update regular expression pattern for name validation to allow more flexible naming conventions
365365

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

0 commit comments

Comments
 (0)