Skip to content

Commit 88c6bb2

Browse files
committed
Add changelog - Deprecation warning
Observability JaegerHttpTracesUrl field is now deprecated in all relevant models and will be removed after 9th April 2026. Use the new JaegerHttpUrl field instead. Signed-off-by: Alexander Dahmen <alexander.dahmen@inovex.de>
1 parent 60e501b commit 88c6bb2

File tree

5 files changed

+18
-2
lines changed

5 files changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## Release (2025-xx-xx)
2+
- `observability`: [v0.11.0](services/observability/CHANGELOG.md#v0110)
3+
- **Deprecation:** The `JaegerHttpTracesUrl` field is now deprecated in all relevant models and will be removed after 9th April 2026. Use the new `JaegerHttpUrl` field instead.
4+
- `cdn`: [v1.7.0](services/cdn/CHANGELOG.md#v170)
5+
- **Feature:** Add models: `DistributionWaf`, `WafConfig`, `WAFConfigPatch`, `WAFMode`, `WAFRule`, `WAFRuleCollection`, `WAFRuleGroup` and `WAFStatusRuleBlock`
6+
- **Feature:** Add `Waf` attribute to `Config` and `Distribution`
7+
- **Feature:** Add `WafStatus` to `DistributionRequest` and `ListWafCollections`
8+
19
## Release (2025-09-30)
210
- `authorization`: [v0.4.0](services/authorization/CHANGELOG.md#v040)
311
- **Feature**: Add support for assignable subjects

services/cdn/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## v1.7.0
2+
- **Feature:** Add models: `DistributionWaf`, `WafConfig`, `WAFConfigPatch`, `WAFMode`, `WAFRule`, `WAFRuleCollection`, `WAFRuleGroup` and `WAFStatusRuleBlock`
3+
- **Feature:** Add `Waf` attribute to `Config` and `Distribution`
4+
- **Feature:** Add `WafStatus` to `DistributionRequest` and `ListWafCollections`
5+
16
## v1.6.0
27
- **Feature:** Added Attribute `LogSink` to `ConfigPatch`
38
- **Feature:** Added Attribute `Geofencing` to `DistributionPayload`, `HttpBackend` and `HttpBackendPatch`

services/cdn/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "stackit-cdn"
33

44
[tool.poetry]
55
name = "stackit-cdn"
6-
version = "v1.6.0"
6+
version = "v1.7.0"
77
authors = [
88
"STACKIT Developer Tools <developer-tools@stackit.cloud>",
99
]

services/observability/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# v0.11.0
2+
- **Deprecation:** The `JaegerHttpTracesUrl` field is now deprecated in all relevant models and will be removed after 9th April 2026. Use the new `JaegerHttpUrl` field instead.
3+
14
# v0.10.1
25
- **Feature:** Add attributes `jaeger_http_traces_url`, `otlp_grpc_traces_url` and `otlp_http_traces_url` 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.10.1"
6+
version = "v0.11.0"
77
authors = [
88
"STACKIT Developer Tools <developer-tools@stackit.cloud>",
99
]

0 commit comments

Comments
 (0)