Skip to content

Commit 262fd7b

Browse files
committed
Update CHANGELOG.md and pyproject.toml
1 parent 0b67b01 commit 262fd7b

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
@@ -4,6 +4,8 @@
44
- **Feature:** Delete Project labels using the new method `DeleteProjectLabels`
55
- **Feature:** List folders using the new method `ListFolders`
66
- **Feature:** Partial Update Organization using the new method `PartialUpdateOrganization`
7+
- `ske`: [v0.5.0](services/ske/CHANGELOG.md#v050-2025-06-10)
8+
- **Feature:** Add new field `pod_address_ranges` to `ClusterStatus`
79
- `stackitmarketplace`: [v1.2.0](services/stackitmarketplace/CHANGELOG.md#v120-2025-06-06)
810
- **Fix:** Fixed types for `VendorId`, `ProjectId`, `OrganizationId` and `SubscriptionId`
911

services/ske/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## v0.5.0 (2025-06-10)
2+
- **Feature:** Add new field `pod_address_ranges` to `ClusterStatus`
3+
14
## v0.4.3 (2025-05-14)
25
- **Feature:** Added enum `SKE_NODE_MACHINE_TYPE_NOT_FOUND` to `ClusterError`
36

services/ske/pyproject.toml

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

44
[tool.poetry]
55
name = "stackit-ske"
6-
version = "v0.4.3"
6+
version = "v0.5.0"
77
authors = [
88
"STACKIT Developer Tools <developer-tools@stackit.cloud>",
99
]

0 commit comments

Comments
 (0)