Skip to content

Commit 1a50f87

Browse files
committed
add changelog entries
1 parent 8b535aa commit 1a50f87

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@
77
- **Deprecation:** The `backend` field is now deprecated in all relevant models. Use the new `protection` field instead
88
- `iaas`: [v0.8.1](services/iaas/CHANGELOG.md#v081)
99
- **Internal:** Add workaround to fix upstream OpenAPI generator issue where regex patterns include leading/trailing slashes that need to be removed for validation in `AllowedAddressesInner`, `AreaId`, and `CreateProtocol` models
10-
- `observability`: [v0.9.0](services/observability/CHANGELOG.md#v090)
10+
- `observability`:
11+
- [v0.9.1](services/observability/CHANGELOG.md#v091)
12+
- Introduce new model `UpdateAlertConfigsPayloadRouteRoutesInner`
13+
- [v0.9.0](services/observability/CHANGELOG.md#v090)
1114
- **Feature:** Add new `GoogleChat` webhook
1215

1316
## Release (2025-08-13)

services/observability/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## v0.9.1
2+
- Introduce new model `UpdateAlertConfigsPayloadRouteRoutesInner`
3+
14
## v0.9.0
25
- **Feature:** Add new `GoogleChat` webhook
36

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

0 commit comments

Comments
 (0)