Skip to content

Commit f9da500

Browse files
Marcel JacekMarcel Jacek
authored andcommitted
add changelog entry
1 parent b5127d0 commit f9da500

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
@@ -25,12 +25,15 @@
2525
- **Feature:** Add waiter methods for the API
2626
- [v0.1.0](services/edge/CHANGELOG.md#v010)
2727
- **New:** STACKIT Edge Cloud service
28-
- `alb`: [v0.8.0](services/alb/CHANGELOG.md#v080)
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
28+
- `alb`:
29+
- [v0.9.0](services/alb/CHANGELOG.md#v090)
30+
- **Feature:** Add new fields `UsedCredentials` and `UsedLoadBalancers` in `GetQuotaResponse` model
31+
- [v0.8.0](services/alb/CHANGELOG.md#v080)
32+
- **Feature:** Switch from `v2beta` API version to `v2` version.
33+
- **Feature:** `MaxCredentials` field added to `GetQuotaResponse`
34+
- **Breaking change:** added `version` to LoadBalancer constructor
35+
- **Breaking change:** renamed `exact` to `exactMatch` in Path model
36+
- **Breaking change:** removed `pathPrefix` from Rule model
3437
- `certificates`: [v1.2.0](services/certificates/CHANGELOG.md#v120)
3538
- **Feature:** Switch from `v2beta` API version to `v2` version.
3639
- **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)