Skip to content

Commit f86ae9a

Browse files
Generator: Update SDK /services/alb (#4158)
* Generate alb * Add changelogs Signed-off-by: Alexander Dahmen <[email protected]> --------- Signed-off-by: Alexander Dahmen <[email protected]> Co-authored-by: Alexander Dahmen <[email protected]>
1 parent 0ad4876 commit f86ae9a

File tree

92 files changed

+341
-327
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

92 files changed

+341
-327
lines changed

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

services/alb/api_default.go

Lines changed: 25 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)