Skip to content

Commit 6dad0ba

Browse files
committed
add changelog entries
1 parent c11dcb1 commit 6dad0ba

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
## Release (2025-MM-DD)
2+
- `observability`: [v0.9.2](services/observability/CHANGELOG.md#v092)
3+
- **Feature:** Add `metrics_endpoint_url` attribute to `InstanceSensitiveData` model
24
- `kms`: [v0.4.0](services/kms/CHANGELOG.md#v040)
35
- Switch to API version `v1` of STACKIT KMS service (previously `v1beta`)
46
- **Breaking Change:** Removal of deprecated `Backend` model

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.2
2+
- **Feature:** Add `metrics_endpoint_url` attribute to `InstanceSensitiveData` model
3+
14
## v0.9.1
25
- Introduce new model `UpdateAlertConfigsPayloadRouteRoutesInner`
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.1"
6+
version = "v0.9.2"
77
authors = [
88
"STACKIT Developer Tools <[email protected]>",
99
]

0 commit comments

Comments
 (0)