Skip to content

Commit 6430ca5

Browse files
committed
Add changelogs
Signed-off-by: Alexander Dahmen <alexander.dahmen@inovex.de>
1 parent 493d8a7 commit 6430ca5

3 files changed

Lines changed: 17 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
## Release (2025-XX-YY)
1+
## Release (2026-XX-YY)
2+
- `alb`: [v0.8.0](services/alb/CHANGELOG.md#v080)
3+
- **Feature:** Switch from `v2beta` API version to `v2` version.
4+
- **Feature:** `MaxCredentials` field added to `GetQuotaResponse`
5+
- **Breaking change:** added `version` to LoadBalancer constructor
6+
- **Breaking change:** renamed `exact` to `exactMatch` in Path model
7+
- **Breaking change:** removed `pathPrefix` from Rule model
28
- `certificates`: [v1.2.0](services/certificates/CHANGELOG.md#v120)
39
- **Feature:** Switch from `v2beta` API version to `v2` version.
410
- **Breaking change:** Rename `CreateCertificateResponse` to `GetCertificateResponse`

services/alb/CHANGELOG.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,15 @@
1+
## v0.8.0
2+
- **Feature:** Switch from `v2beta` API version to `v2` version.
3+
- **Feature:** `MaxCredentials` field added to `GetQuotaResponse`
4+
- **Breaking change:** added `version` to LoadBalancer constructor
5+
- **Breaking change:** renamed `exact` to `exactMatch` in Path model
6+
- **Breaking change:** removed `pathPrefix` from Rule model
7+
18
## v0.7.3
2-
- Bump STACKIT SDK core module from `v0.20.0` to `v0.20.1`
9+
- Bump STACKIT SDK core module from `v0.20.0` to `v0.20.1`
310

411
## v0.7.2
5-
- Bump STACKIT SDK core module from `v0.19.0` to `v0.20.0`
12+
- Bump STACKIT SDK core module from `v0.19.0` to `v0.20.0`
613

714
## v0.7.1
815
- **Docs** Update description of field `WafConfigName` in `Listener` model

services/alb/VERSION

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

0 commit comments

Comments
 (0)