Skip to content

Commit 6587903

Browse files
committed
update changelogs and version
1 parent 2d914b7 commit 6587903

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,12 @@
2828
- **Feature:** Add new models `InstanceFlavor` and `InstanceResponse`.
2929
- `objectstorage`: [v1.0.4](services/objectstorage/CHANGELOG.md#v104)
3030
- **Internal:** Improve deserializing and error types
31-
- `observability`: [v0.5.1](services/observability/CHANGELOG.md#v051)
32-
- **Internal:** Improve deserializing and error types
31+
- `observability`:
32+
- [v0.5.2](services/observability/CHANGELOG.md#v052)
33+
- **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()`
34+
- **Feature:** Add new models `LogsConfig`, `LogsConfigResponse`, `TraceConfig`, `TracesConfigResponse`, `UpdateLogsConfigsPayload`, `UpdateTracesConfigsPayload`
35+
- [v0.5.1](services/observability/CHANGELOG.md#v051)
36+
- **Internal:** Improve deserializing and error types
3337
- `postgresflex`: [v1.0.2](services/postgresflex/CHANGELOG.md#v102)
3438
- **Internal:** Improve deserializing and error types
3539
- `rabbitmq`: [v0.2.2](services/rabbitmq/CHANGELOG.md#v022)

services/observability/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## v0.5.2
2+
- **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()`
3+
- **Feature:** Add new models `LogsConfig`, `LogsConfigResponse`, `TraceConfig`, `TracesConfigResponse`, `UpdateLogsConfigsPayload`, `UpdateTracesConfigsPayload`
4+
15
## v0.5.1
26
- **Internal:** Improve deserializing and error types
37

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.5.1"
6+
version = "v0.5.2"
77
authors = [
88
"STACKIT Developer Tools <developer-tools@stackit.cloud>",
99
]

0 commit comments

Comments
 (0)