Skip to content

Commit ed406af

Browse files
committed
chore(telemetryrouter): Add changelog
Signed-off-by: Alexander Dahmen <alexander.dahmen@inovex.de>
1 parent 6c345cb commit ed406af

4 files changed

Lines changed: 11 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## Release (2026-MM-DD)
2+
3+
- `telemetryrouter`:
4+
- [v0.6.0](services/telemetryrouter/CHANGELOG.md#v060)
5+
- **Feature:** Add `disabled` field to `ConfigFilter` to allow disabling a filter without removing it
6+
17
## Release (2026-09-14)
28

39
- `albwaf`:

services/telemetryrouter/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## v0.6.0
2+
- **Feature:** Add `disabled` field to `ConfigFilter` to allow disabling a filter without removing it
3+
14
## v0.5.2
25
- **Fix:** Corrected an invalid `pyproject.toml` build configuration (`wheel-sources` instead of `wheel.sources`) that caused `import stackit.telemetryrouter` to fail with `ModuleNotFoundError`
36

services/telemetryrouter/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "stackit-telemetryrouter"
3-
version = "v0.5.2"
3+
version = "v0.6.0"
44
description = "STACKIT Telemetry Router API"
55
authors = [{name = "STACKIT Developer Tools", email = "developer-tools@stackit.cloud"}]
66
requires-python = ">=3.10,<4.0"

services/telemetryrouter/uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)