Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
## Release (2025-XX-YY)
## Release (2026-XX-YY)
- `alb`: [v0.8.0](services/alb/CHANGELOG.md#v080)
- **Feature:** Switch from `v2beta` API version to `v2` version.
- **Feature:** `MaxCredentials` field added to `GetQuotaResponse`
- **Breaking change:** added `version` to LoadBalancer constructor
- **Breaking change:** renamed `exact` to `exactMatch` in Path model
- **Breaking change:** removed `pathPrefix` from Rule model
- `certificates`: [v1.2.0](services/certificates/CHANGELOG.md#v120)
- **Feature:** Switch from `v2beta` API version to `v2` version.
- **Breaking change:** Rename `CreateCertificateResponse` to `GetCertificateResponse`
Expand Down
11 changes: 9 additions & 2 deletions services/alb/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
## v0.8.0
- **Feature:** Switch from `v2beta` API version to `v2` version.
- **Feature:** `MaxCredentials` field added to `GetQuotaResponse`
- **Breaking change:** added `version` to LoadBalancer constructor
- **Breaking change:** renamed `exact` to `exactMatch` in Path model
- **Breaking change:** removed `pathPrefix` from Rule model

## v0.7.3
- Bump STACKIT SDK core module from `v0.20.0` to `v0.20.1`
- Bump STACKIT SDK core module from `v0.20.0` to `v0.20.1`

## v0.7.2
- Bump STACKIT SDK core module from `v0.19.0` to `v0.20.0`
- Bump STACKIT SDK core module from `v0.19.0` to `v0.20.0`

## v0.7.1
- **Docs** Update description of field `WafConfigName` in `Listener` model
Expand Down
2 changes: 1 addition & 1 deletion services/alb/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.7.3
v0.8.0
50 changes: 25 additions & 25 deletions services/alb/api_default.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading