Skip to content

Commit d5b6c75

Browse files
committed
add changelog
1 parent c3fcae1 commit d5b6c75

3 files changed

Lines changed: 12 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Release (2026-06-23)
1+
## Release (2026-MM-DD)
22

33
- `logme`:
44
- [v1.0.0](services/logme/CHANGELOG.md#v100)
@@ -30,7 +30,11 @@
3030
- **Breaking Change:** The region is no longer specified within the client configuration. Instead, the region must be passed as a parameter to any region-specific request.
3131
- **Deprecation:** `tls_ciphers`, `tls_ciphersuites`, `tls_protocols` from `InstanceParameters` model are deprecated and will be removed 2026-12-10.
3232
- **Feature:** Added optional `CreateCredentialsPayload`.
33-
33+
- `ske`:
34+
- [v1.12.0](services/ske/CHANGELOG.md#v1120)
35+
- **Improvement:** Add regex validation of `name` attribute in model class `Cluster`
36+
- **Feature:** New model class `Audit`
37+
- **Feature:** Add optional attribute `audit` (type `Audit`) to model class `Cluster`
3438

3539
## Release (2026-13-05)
3640
- `auditlog`:

services/ske/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## v1.12.0
2+
- **Improvement:** Add regex validation of `name` attribute in model class `Cluster`
3+
- **Feature:** New model class `Audit`
4+
- **Feature:** Add optional attribute `audit` (type `Audit`) to model class `Cluster`
5+
16
## v1.11.0
27
- **Feature:** Add attribute `service_account_issuer` to model `ClusterStatus`
38

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