Skip to content

Commit 143a859

Browse files
committed
changelogs
1 parent f02b765 commit 143a859

4 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@
5151
The return type now correctly models the actual JSON response, this operation was broken beforehand.
5252
- **Deprecation:** Redis service has been deprecated and will be removed after 2027-08-25. Please use the Key Value Store (valkey) service instead.
5353
- `resourcemanager`
54+
- [v0.11.0](services/resourcemanager/CHANGELOG.md#0110)
55+
- Updated pydoc comments of the API client methods
56+
- **Breaking change:** Removal of unused model class `ContainerSearchResult`
5457
- [v0.10.0](services/resourcemanager/CHANGELOG.md#0100)
5558
- **Breaking change:** Labels are nullable now, therefore the `labels` attribute in the `PartialUpdateFolderPayload`, `PartialUpdateOrganizationPayload` and `PartialUpdateProjectPayload` model class changed from `Optional[Dict[str, StrictStr]]` to `Optional[Dict[str, Optional[StrictStr]]]`
5659
- `secretsmanager`:

services/resourcemanager/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+
- Updated pydoc comments of the API client methods
3+
- **Breaking change:** Removal of unused model class `ContainerSearchResult`
4+
15
## v0.10.0
26
- **Breaking change:** Labels are nullable now, therefore the `labels` attribute in the `PartialUpdateFolderPayload`, `PartialUpdateOrganizationPayload` and `PartialUpdateProjectPayload` model class changed from `Optional[Dict[str, StrictStr]]` to `Optional[Dict[str, Optional[StrictStr]]]`
37

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

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