Skip to content

Commit b58f42a

Browse files
committed
fix(ske) write changelog, bump version
1 parent 37a36f4 commit b58f42a

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@
1515
- **Breaking change:** Remove `ListSnapshotSchedules` method
1616
- **Breaking change:** Remove field `SnapshotScheduleName` from `CreateResourcePoolPayload` and `UpdateResourcePoolPayload` model
1717
- **Breaking change:** Remove field `SnapshotSchedule` from `CreateResourcePoolResponseResourcePool`, `GetResourcePoolResponseResourcePool`, `UpdateResourcePoolResponseResourcePoolGetStateRetType` and `ResourcePool` model
18+
- `ske`: [v1.6.0](services/ske/CHANGELOG.md#v160)
19+
- **Feature:** new model `AccessScope`
20+
- **Feature:** new model `V2ControlPlaneNetwork`
21+
- **Feature:** added field `control_plane` of type `V2ControlPlaneNetwork` to model `Network`
1822

1923

2024
## Release (2026-01-27)

services/ske/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## v1.6.0
2+
- **Feature:** new model `AccessScope`
3+
- **Feature:** new model `V2ControlPlaneNetwork`
4+
- **Feature:** added field `control_plane` of type `V2ControlPlaneNetwork` to model `Network`
5+
16
## v1.5.0
27
- **Feature:** Add field `identity` to model `ClusterStatus`
38

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 = "v1.5.0"
6+
version = "v1.6.0"
77
authors = [
88
"STACKIT Developer Tools <developer-tools@stackit.cloud>",
99
]

0 commit comments

Comments
 (0)