Skip to content

Commit 815fc49

Browse files
committed
add changelog entries
1 parent 06eb4aa commit 815fc49

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
## Release (2026-xx-xx)
2+
- `loadbalancer`: [v0.8.0](services/loadbalancer/CHANGELOG.md#v080)
3+
- **Feature:** Add new fields `max_credentials`, `used_credentials` and `used_load_balancers` to `GetQuotaResponse` model
24
- `ske`: [v1.5.0](services/ske/CHANGELOG.md#v150)
35
- **Feature:** Add field `identity` to model `ClusterStatus`
46
- `logs`: [v0.1.0](services/logs/CHANGELOG.md#v010)

services/loadbalancer/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## v0.8.0
2+
- **Feature:** Add new fields `max_credentials`, `used_credentials` and `used_load_balancers` to `GetQuotaResponse` model
3+
14
## v0.7.0
25
- **Feature**: Add new attribute `labels` to `LoadBalancer`, `CreateLoadBalancerPayload`, `UpdateLoadBalancerPayload` model classes
36

services/loadbalancer/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "stackit-loadbalancer"
33

44
[tool.poetry]
55
name = "stackit-loadbalancer"
6-
version = "v0.7.0"
6+
version = "v0.8.0"
77
authors = [
88
"STACKIT Developer Tools <developer-tools@stackit.cloud>",
99
]

0 commit comments

Comments
 (0)