Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
## Release (2026-XX-YY)
- `loadbalancer`: [v1.7.0](services/loadbalancer/CHANGELOG.md#v170)
- **Feature:** Add new fields `MaxCredentials`, `UsedCredentials` and `UsedLoadBalancers` in `GetQuotaResponse` Model
- `ske`: [v1.6.0](services/ske/CHANGELOG.md#v160)
- **Feature:** Add field `Identity` to model `ClusterStatus`
- `observability`: [v0.16.0](services/observability/CHANGELOG.md#v0160)
Expand Down
7 changes: 5 additions & 2 deletions services/loadbalancer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
## v1.7.0
- **Feature:** Add new fields `MaxCredentials`, `UsedCredentials` and `UsedLoadBalancers` in `GetQuotaResponse` Model

## v1.6.2
- Bump STACKIT SDK core module from `v0.20.0` to `v0.20.1`
- Bump STACKIT SDK core module from `v0.20.0` to `v0.20.1`

## v1.6.1
- Bump STACKIT SDK core module from `v0.19.0` to `v0.20.0`
- Bump STACKIT SDK core module from `v0.19.0` to `v0.20.0`

## v1.6.0
- Add field `Labels` (type `*map[string]string`) to structs `LoadBalancer`, `CreateLoadBalancerPayload`, `UpdateLoadBalancerPayload`
Expand Down
2 changes: 1 addition & 1 deletion services/loadbalancer/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.6.2
v1.7.0
147 changes: 147 additions & 0 deletions services/loadbalancer/model_get_quota_response.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading