Skip to content

Commit 3b3afba

Browse files
committed
added changelog and version
1 parent 217d8ca commit 3b3afba

File tree

3 files changed

+14
-1
lines changed

3 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
## Release (2026-MM-DD)
2+
- `ske`: [v1.8.0](services/ske/CHANGELOG.md#v180)
3+
- **Breaking Change:** Change status codes: remove 200, change response type of 202 and add 400 in some API calls
4+
- **Breaking Change:** Aligned CRI name validation with the API side validation (removed docker)
5+
- **Feature:** New models `ExpirationStatus`, `ExpirationStatusKubernetes` and `ExpirationStatusNodepool`
6+
- **Feature:** Add attribute `expiration` of type `ExpirationStatus` to model `ClusterStatus`
7+
- **Improvement:** Update description of `AccessScope`
28
- `alb`: [v0.9.3](services/alb/CHANGELOG.md#v093)
39
- Add HTTP 429 status code to some API client methods
410
- `certificates`: [v1.3.1](services/certificates/CHANGELOG.md#v131)

services/ske/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## v1.8.0
2+
- **Breaking Change:** Change status codes: remove 200, change response type of 202 and add 400 in some API calls
3+
- **Breaking Change:** Aligned CRI name validation with the API side validation (removed docker)
4+
- **Feature:** New models `ExpirationStatus`, `ExpirationStatusKubernetes` and `ExpirationStatusNodepool`
5+
- **Feature:** Add attribute `expiration` of type `ExpirationStatus` to model `ClusterStatus`
6+
- **Improvement:** Update description of `AccessScope`
7+
18
## v1.7.1
29
- **Feature:** client now supports UUID and decimal types
310
- **Bugfix:** timeouts now passed to requests library

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