Skip to content

Commit b077b33

Browse files
committed
changelogs
1 parent 3c9dea6 commit b077b33

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
@@ -12,6 +12,8 @@
1212
- **Feature:** New API client methods: `create_compliance_lock`, `delete_compliance_lock`, `delete_default_retention`, `get_compliance_lock`, `get_credentials_group`, `get_default_retention`, `set_default_retention`
1313
- `serviceaccount`: [v0.7.0](services/serviceaccount/CHANGELOG.md#v070)
1414
- **Feature:** Add `token_endpoint` attribute to `CreateServiceAccountKeyResponseCredentials` model class
15+
- `observability`: [v0.14.0](services/observability/CHANGELOG.md#v0140)
16+
- **Feature:** Add attribute `otlp_http_logs_url` to `InstanceSensitiveData` model class
1517
- `vpn`: [v0.1.0](services/vpn/CHANGELOG.md#v010)
1618
- Initial publication of STACKIT Python SDK module for STACKIT VPN service
1719

services/observability/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## v0.14.0
2+
- **Feature:** Add attribute `otlp_http_logs_url` to `InstanceSensitiveData` model class
3+
14
## v0.13.1
25
- **Feature:** client now supports UUID and decimal types
36
- **Bugfix:** timeouts now passed to requests library

services/observability/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-observability"
3-
version = "v0.13.1"
3+
version = "v0.14.0"
44
description = "STACKIT Observability API"
55
authors = [{ name = "STACKIT Developer Tools", email = "developer-tools@stackit.cloud" }]
66
requires-python = ">=3.9,<4.0"

0 commit comments

Comments
 (0)