Skip to content

Commit e7d387f

Browse files
committed
changelogs
1 parent a64b60c commit e7d387f

4 files changed

Lines changed: 10 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,10 @@
5656
- `secretsmanager`:
5757
- [v0.7.0](services/secretsmanager/CHANGELOG.md#v070)
5858
- **Feature:** Add support for managing AppRoles and their secret IDs: new `Approle`, `ApproleList`, `ApproleSecret`, `ApproleSecretList`, `CreateApprolePayload`, `CreateApproleSecretIdPayload`, `UpdateApprolePayload` and `UpdateApproleSecretIdPayload` models, plus new `create_approle`, `get_approle`, `get_approles`, `update_approle`, `delete_approle`, `create_approle_secret_id`, `get_approle_secret_id`, `list_approle_secret_ids`, `update_approle_secret_id` and `delete_approle_secret_id` operations
59+
- `serviceaccount`
60+
- [v0.11.0](services/serviceaccount/CHANGELOG.md#v0110)
61+
- **Breaking change:** Removal of API client methods: `create_access_token`, `delete_access_token`, `list_access_tokens`
62+
- **Breaking change:** Removal of model classes: `AccessToken`, `CreateAccessTokenPayload`, `ListAccessTokensResponse`
5963
- `telemetrylink`:
6064
- [v0.4.2](services/telemetrylink/CHANGELOG.md#v042)
6165
- **Fix:** Corrected an invalid `pyproject.toml` build configuration (`wheel-sources` instead of `wheel.sources`) that caused `import stackit.telemetrylink` to fail with `ModuleNotFoundError`

services/serviceaccount/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## v0.11.0
2+
- **Breaking change:** Removal of API client methods: `create_access_token`, `delete_access_token`, `list_access_tokens`
3+
- **Breaking change:** Removal of model classes: `AccessToken`, `CreateAccessTokenPayload`, `ListAccessTokensResponse`
4+
15
## v0.10.0
26
- **Chore:** Bump minimum Python version to 3.10
37
- **Chore:** Update dependencies

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

services/serviceaccount/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)