Skip to content

Commit 5d45958

Browse files
committed
add changelog
1 parent b0525ab commit 5d45958

3 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,9 @@
9494
- **Feature:** new models: `DisableLockResponse`, `EnableLockResponse`, `GetLockResponse`, `GetScheduleResponse`, `GetSnapshotPolicyResponse`, `ListSchedulesResponse`, `ListSnapshotPoliciesResponse`, `ResourcePoolSnapshotPolicy`, `Schedule`, `SnapshotPolicy`, `SnapshotPolicySchedule`, `UpdateResourcePoolSnapshotPayload`, `UpdateResourcePoolSnapshotResponse`
9595
- **Feature:** new operations: `UpdateResourcePoolSnapshot`, `ListSchedules`, `GetSchedule`, `ListSnapshotPolicies`, `GetSnapshotPolicy`, `DisableLock`, `GetLock`, `EnableLock`,
9696
- `ske`:
97+
- [v1.10.0](services/ske/CHANGELOG.md#v1100)
98+
- **Improvement:** Update description of `code` attribute in `ClusterError`
99+
- **Feature:** Add attribute `GatewayApi` to model `DNS`
97100
- [v1.9.0](services/ske/CHANGELOG.md#v190)
98101
- **Feature:** regenerate with openapi-generator v7.22.0
99102
- [v1.8.0](services/ske/CHANGELOG.md#v180)

services/ske/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## v1.10.0
2+
- **Improvement:** Update description of `code` attribute in `ClusterError`
3+
- **Feature:** Add attribute `GatewayApi` to model `DNS`
4+
15
## v1.9.0
26
- **Feature:** regenerate with openapi-generator v7.22.0
37

services/ske/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-ske"
3-
version = "v1.9.0"
3+
version = "v1.10.0"
44
description = "SKE-API"
55
authors = [{ name = "STACKIT Developer Tools", email = "developer-tools@stackit.cloud" }]
66
requires-python = ">=3.9,<4.0"

0 commit comments

Comments
 (0)