Skip to content

Commit 082ab9b

Browse files
committed
add changelog entries
1 parent 412f271 commit 082ab9b

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
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
2+
- `observability`:
3+
- [v0.10.0](services/observability/CHANGELOG.md#v0100)
4+
- **Feature:** Add support for HTTP checks and cert checks
5+
- [v0.9.2](services/observability/CHANGELOG.md#v092)
6+
- **Feature:** Add `metrics_endpoint_url` attribute to `InstanceSensitiveData` model
47
- `kms`: [v0.4.0](services/kms/CHANGELOG.md#v040)
58
- Switch to API version `v1` of STACKIT KMS service (previously `v1beta`)
69
- **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.10.0
2+
- **Feature:** Add support for HTTP checks and cert checks
3+
14
## v0.9.2
25
- **Feature:** Add `metrics_endpoint_url` attribute to `InstanceSensitiveData` model
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.2"
6+
version = "v0.10.0"
77
authors = [
88
"STACKIT Developer Tools <[email protected]>",
99
]

0 commit comments

Comments
 (0)