Skip to content

Commit 7005e9b

Browse files
committed
add changelog
1 parent 8be7e89 commit 7005e9b

3 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,8 @@
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.11.0](services/ske/CHANGELOG.md#v1110)
98+
- **Feature:** Add attribute `service_account_issuer` to model `ClusterStatus`
9799
- [v1.10.0](services/ske/CHANGELOG.md#v1100)
98100
- **Improvement:** Update description of `code` attribute in `ClusterError`
99101
- **Feature:** Add attribute `GatewayApi` to model `DNS`

services/ske/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## v1.11.0
2+
- **Feature:** Add attribute `service_account_issuer` to model `ClusterStatus`
3+
14
## v1.10.0
25
- **Improvement:** Update description of `code` attribute in `ClusterError`
36
- **Feature:** Add attribute `GatewayApi` to model `DNS`

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.10.0"
3+
version = "v1.11.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)