Skip to content

Commit e6bc440

Browse files
Marcel Jacekmarceljk
authored andcommitted
add changelog entry
1 parent 5387c08 commit e6bc440

File tree

3 files changed

+13
-7
lines changed

3 files changed

+13
-7
lines changed

CHANGELOG.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,15 @@
2727
- **Feature:** Add waiter methods for the API
2828
- [v0.1.0](services/edge/CHANGELOG.md#v010)
2929
- **New:** STACKIT Edge Cloud service
30-
- `alb`: [v0.8.0](services/alb/CHANGELOG.md#v080)
31-
- **Feature:** Switch from `v2beta` API version to `v2` version.
32-
- **Feature:** `MaxCredentials` field added to `GetQuotaResponse`
33-
- **Breaking change:** added `version` to LoadBalancer constructor
34-
- **Breaking change:** renamed `exact` to `exactMatch` in Path model
35-
- **Breaking change:** removed `pathPrefix` from Rule model
30+
- `alb`:
31+
- [v0.9.0](services/alb/CHANGELOG.md#v090)
32+
- **Feature:** Add new fields `UsedCredentials` and `UsedLoadBalancers` in `GetQuotaResponse` model
33+
- [v0.8.0](services/alb/CHANGELOG.md#v080)
34+
- **Feature:** Switch from `v2beta` API version to `v2` version.
35+
- **Feature:** `MaxCredentials` field added to `GetQuotaResponse`
36+
- **Breaking change:** added `version` to LoadBalancer constructor
37+
- **Breaking change:** renamed `exact` to `exactMatch` in Path model
38+
- **Breaking change:** removed `pathPrefix` from Rule model
3639
- `certificates`: [v1.2.0](services/certificates/CHANGELOG.md#v120)
3740
- **Feature:** Switch from `v2beta` API version to `v2` version.
3841
- **Breaking change:** Rename `CreateCertificateResponse` to `GetCertificateResponse`

services/alb/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## v0.9.0
2+
- **Feature:** Add new fields `UsedCredentials` and `UsedLoadBalancers` in `GetQuotaResponse` model
3+
14
## v0.8.0
25
- **Feature:** Switch from `v2beta` API version to `v2` version.
36
- **Feature:** `MaxCredentials` field added to `GetQuotaResponse`

services/alb/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.8.0
1+
v0.9.0

0 commit comments

Comments
 (0)