Skip to content

Commit cef79e5

Browse files
committed
changelogs
1 parent 5718a61 commit cef79e5

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
@@ -10,6 +10,8 @@
1010
- **Feature:** New enum type `RetentionMode`
1111
- **Feature:** New field `object_lock_enabled` in `Bucket` model struct
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`
13+
- `serviceaccount`: [v0.7.0](services/serviceaccount/CHANGELOG.md#v070)
14+
- **Feature:** Add `token_endpoint` attribute to `CreateServiceAccountKeyResponseCredentials` model class
1315
- `vpn`: [v0.1.0](services/vpn/CHANGELOG.md#v010)
1416
- Initial publication of STACKIT Python SDK module for STACKIT VPN service
1517

services/serviceaccount/CHANGELOG.md

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

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

0 commit comments

Comments
 (0)