File tree Expand file tree Collapse file tree 3 files changed +13
-7
lines changed
Expand file tree Collapse file tree 3 files changed +13
-7
lines changed Original file line number Diff line number Diff line change 2222 - **Feature:** added KmsKey to Instance, CreateInstancePayload and UpdateInstancePayload
2323- `sfs`: [v0.1.0](services/sfs/CHANGELOG.md#v010)
2424 - **New:** STACKIT File Storage (SFS) service
25- - `alb` [v0.7.0](services/alb/CHANGELOG.md#v070)
26- - **Feature:** Switch from `v2beta` API version to `v2` version.
27- - **Feature:** `MaxCredentials` field added to `GetQuotaResponse`
28- - **Breaking change:** added `version` to LoadBalancer constructor
29- - **Breaking change:** renamed `exact` to `exactMatch` in Path model
30- - **Breaking change:** removed `pathPrefix` from Rule model
25+ - `alb`:
26+ - [v0.8.0](services/alb/CHANGELOG.md#v080)
27+ - **Feature:** Add new fields `used_credentials` and `used_load_balancers` to `GetQuotaResponse` model
28+ - [v0.7.0](services/alb/CHANGELOG.md#v070)
29+ - **Feature:** Switch from `v2beta` API version to `v2` version.
30+ - **Feature:** `MaxCredentials` field added to `GetQuotaResponse`
31+ - **Breaking change:** added `version` to LoadBalancer constructor
32+ - **Breaking change:** renamed `exact` to `exactMatch` in Path model
33+ - **Breaking change:** removed `pathPrefix` from Rule model
3134- `certificates`: [v1.2.0](services/certificates/CHANGELOG.md#v120)
3235 - **Feature:** Switch from `v2beta` API version to `v2` version.
3336 - **Breaking change:** Rename `CreateCertificateResponse` to `GetCertificateResponse`
Original file line number Diff line number Diff line change 1+ ## v0.8.0
2+ - **Feature:** Add new fields `used_credentials` and `used_load_balancers` to `GetQuotaResponse` model
3+
14## v0.7.0
25- **Feature:** Switch from `v2beta` API version to `v2` version.
36- **Feature:** `MaxCredentials` field added to `GetQuotaResponse`
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "stackit-alb"
33
44[tool.poetry]
55name = "stackit-alb"
6- version = "v0.7 .0"
6+ version = "v0.8 .0"
77authors = [
88 "STACKIT Developer Tools <developer-tools@stackit.cloud>",
99]
You can’t perform that action at this time.
0 commit comments