Skip to content

Commit 2998eab

Browse files
committed
Add changelogs
Signed-off-by: Alexander Dahmen <alexander.dahmen@inovex.de>
1 parent a7b49f5 commit 2998eab

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
1-
## Release (2026-xx-xx)
1+
## Release (2026-02-18)
22

3+
- `ske`: [v1.6.0](services/ske/CHANGELOG.md#v160)
4+
- **Feature:** New model `AccessScope`
5+
- **Feature:** New model `V2ControlPlaneNetwork`
6+
- **Feature:** Added field `ControlPlane` of type `V2ControlPlaneNetwork` to model `Network`
37
- `alb`: [v0.8.1](services/alb/CHANGELOG.md#v081)
48
- Update regular expressions to allow longer names
59
- `authorization`: [v0.7.0](services/authorization/CHANGELOG.md#v070)

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 `ControlPlane` 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)