Skip to content

Commit e5a111d

Browse files
committed
update changelogs and version
1 parent 2e747b4 commit e5a111d

File tree

3 files changed

+25
-14
lines changed

3 files changed

+25
-14
lines changed

CHANGELOG.md

Lines changed: 18 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
## Release (2025-xx-xx)
2+
- `observability`: [v0.12.0](services/observability/CHANGELOG.md#v0120)
3+
- **Breaking Change:** `partial_update_alertrules()` method parameter renamed from `update_alertgroups_request_inner_rules_inner` to `partial_update_alertrules_request_inner` and type changed from `UpdateAlertgroupsRequestInnerRulesInner` to `PartialUpdateAlertrulesRequestInner`
4+
- **Feature:** Field `alert` of `UpdateAlertgroupsRequestInnerRulesInner` is now optional
5+
- **Feature:** Add `record` field to `UpdateAlertgroupsRequestInnerRulesInner`
6+
- **Feature:** Add new models `CreateLogsAlertgroupsPayloadRulesInner` and `PartialUpdateAlertrulesRequestInner`
27
- `stackitmarketplace`: [v1.15.0](services/stackitmarketplace/CHANGELOG.md#v1150)
38
- **Feature:** Add `EndUserLicenseAgreement`, `ProductDescription` and `ServiceLevelAgreement` attributes and add them to `Assets` struct
49
- `postgresflex`: [v1.2.0](services/postgresflex/CHANGELOG.md#v120)
@@ -231,7 +236,7 @@
231236
- [v0.4.0](services/alb/CHANGELOG.md#v040)
232237
- **Feature:** Add new field `load_balancer_security_group` in `LoadBalancer`, `CreateLoadBalancerPayload` and `UpdateLoadBalancerPayload` Models
233238
- [v0.3.1](services/alb/CHANGELOG.md#v031)
234-
- **Internal:** Improve deserializing and error types
239+
- **Internal:** Improve deserializing and error types
235240
- `authorization`: [v0.2.5](services/authorization/CHANGELOG.md#v025)
236241
- **Internal:** Improve deserializing and error types
237242
- `certificates`: [v1.0.2](services/certificates/CHANGELOG.md#v102)
@@ -242,7 +247,7 @@
242247
- [v0.5.0](services/loadbalancer/CHANGELOG.md#v050)
243248
- **Feature:** Add new field `load_balancer_security_group` in `LoadBalancer`, `CreateLoadBalancerPayload` and `UpdateLoadBalancerPayload` Models
244249
- [v0.4.1](services/loadbalancer/CHANGELOG.md#v041)
245-
- **Internal:** Improve deserializing and error types
250+
- **Internal:** Improve deserializing and error types
246251
- `logme`: [v0.3.2](services/logme/CHANGELOG.md#v032)
247252
- **Internal:** Improve deserializing and error types
248253
- `mariadb`: [v0.2.3](services/mariadb/CHANGELOG.md#v023)
@@ -261,7 +266,7 @@
261266
- **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()`
262267
- **Feature:** Add new models `LogsConfig`, `LogsConfigResponse`, `TraceConfig`, `TracesConfigResponse`, `UpdateLogsConfigsPayload`, `UpdateTracesConfigsPayload`
263268
- [v0.5.1](services/observability/CHANGELOG.md#v051)
264-
- **Internal:** Improve deserializing and error types
269+
- **Internal:** Improve deserializing and error types
265270
- `postgresflex`: [v1.0.2](services/postgresflex/CHANGELOG.md#v102)
266271
- **Internal:** Improve deserializing and error types
267272
- `rabbitmq`: [v0.2.2](services/rabbitmq/CHANGELOG.md#v022)
@@ -344,16 +349,16 @@
344349
- **Improvement:** Add proper noqa comments for docstrings
345350
- **Improvement:** Update type annotations for better type safety
346351
- [v0.5.4](services/iaas/CHANGELOG.md#v054)
347-
- **Improvement:** Increase max length of `machine_type` and `volume_performance_class` fields from 63 to 127 characters in API methods
348-
- **Improvement:** Increase max length of `name` fields from 63 to 127 characters for various models:
349-
- `AffinityGroup`, `Backup`, `BootVolume`, `CreateAffinityGroupPayload`, `CreateBackupPayload`
350-
`CreateImagePayload`, `CreateNetworkAreaPayload`, `CreateNetworkPayload`, `CreateNicPayload`
351-
`CreateSecurityGroupPayload`, `CreateServerPayload`, `CreateSnapshotPayload`, `CreateVolumePayload`
352-
`Image`, `MachineType`, `Nic`, `PartialUpdateNetworkAreaPayload`, `PartialUpdateNetworkPayload`
353-
`ResizeServerPayload`, `SecurityGroup`, `Server`, `ServerNetwork`, `Snapshot`
354-
`UpdateBackupPayload`, `UpdateImagePayload`, `UpdateNicPayload`, `UpdateSecurityGroupPayload`
355-
`UpdateServerPayload`, `UpdateSnapshotPayload`, `UpdateVolumePayload`, `Volume`, `VolumePerformanceClass`
356-
- **Improvement:** Update regular expression pattern for name validation to allow more flexible naming conventions
352+
- **Improvement:** Increase max length of `machine_type` and `volume_performance_class` fields from 63 to 127 characters in API methods
353+
- **Improvement:** Increase max length of `name` fields from 63 to 127 characters for various models:
354+
- `AffinityGroup`, `Backup`, `BootVolume`, `CreateAffinityGroupPayload`, `CreateBackupPayload`
355+
`CreateImagePayload`, `CreateNetworkAreaPayload`, `CreateNetworkPayload`, `CreateNicPayload`
356+
`CreateSecurityGroupPayload`, `CreateServerPayload`, `CreateSnapshotPayload`, `CreateVolumePayload`
357+
`Image`, `MachineType`, `Nic`, `PartialUpdateNetworkAreaPayload`, `PartialUpdateNetworkPayload`
358+
`ResizeServerPayload`, `SecurityGroup`, `Server`, `ServerNetwork`, `Snapshot`
359+
`UpdateBackupPayload`, `UpdateImagePayload`, `UpdateNicPayload`, `UpdateSecurityGroupPayload`
360+
`UpdateServerPayload`, `UpdateSnapshotPayload`, `UpdateVolumePayload`, `Volume`, `VolumePerformanceClass`
361+
- **Improvement:** Update regular expression pattern for name validation to allow more flexible naming conventions
357362

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

services/observability/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# v0.12.0
2+
- **Breaking Change:** `partial_update_alertrules()` method parameter renamed from `update_alertgroups_request_inner_rules_inner` to `partial_update_alertrules_request_inner` and type changed from `UpdateAlertgroupsRequestInnerRulesInner` to `PartialUpdateAlertrulesRequestInner`
3+
- **Feature:** Field `alert` of `UpdateAlertgroupsRequestInnerRulesInner` is now optional
4+
- **Feature:** Add `record` field to `UpdateAlertgroupsRequestInnerRulesInner`
5+
- **Feature:** Add new models `CreateLogsAlertgroupsPayloadRulesInner` and `PartialUpdateAlertrulesRequestInner`
6+
17
# v0.11.0
28
- **Deprecation:** The `JaegerHttpTracesUrl` field is now deprecated in all relevant models and will be removed after 9th April 2026. Use the new `JaegerHttpUrl` field instead.
39

services/observability/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "stackit-observability"
33

44
[tool.poetry]
55
name = "stackit-observability"
6-
version = "v0.11.0"
6+
version = "v0.12.0"
77
authors = [
88
"STACKIT Developer Tools <developer-tools@stackit.cloud>",
99
]

0 commit comments

Comments
 (0)