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
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
## Release (2026-MM-DD)

- `alb`
- [v0.17.0](services/alb/CHANGELOG.md#v0170)
- `v2api`:
- **Improvement**: Introduce `TYPE_FIP_NOT_FOUND`, `TYPE_IP_EXHAUSTED`, `TYPE_DNS_NOT_CONFIGURED` and `TYPE_VM_PORT_NOT_CONFIGURED` errors for `LoadBalancerErrorType`
- Deprecated SDK layer in root of the module:
- **Improvement**: Introduce `TYPE_FIP_NOT_FOUND`, `TYPE_IP_EXHAUSTED`, `TYPE_DNS_NOT_CONFIGURED` and `TYPE_VM_PORT_NOT_CONFIGURED` errors for `LoadBalancerErrorType`
- `modelserving`:
- [v0.12.0](services/modelserving/CHANGELOG.md#v0120)
- **Feature:** Add label support for tokens
Expand Down
6 changes: 6 additions & 0 deletions services/alb/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v0.17.0
- `v2api`:
- **Improvement**: Introduce `TYPE_FIP_NOT_FOUND`, `TYPE_IP_EXHAUSTED`, `TYPE_DNS_NOT_CONFIGURED` and `TYPE_VM_PORT_NOT_CONFIGURED` errors for `LoadBalancerErrorType`
- Deprecated SDK layer in root of the module:
- **Improvement**: Introduce `TYPE_FIP_NOT_FOUND`, `TYPE_IP_EXHAUSTED`, `TYPE_DNS_NOT_CONFIGURED` and `TYPE_VM_PORT_NOT_CONFIGURED` errors for `LoadBalancerErrorType`

## v0.16.0
- **Breaking change**: Remove `v2beta2api` API

Expand Down
2 changes: 1 addition & 1 deletion services/alb/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.16.0
v0.17.0
12 changes: 12 additions & 0 deletions services/alb/model_load_balancer_error.go

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

28 changes: 28 additions & 0 deletions services/alb/model_load_balancer_error_test.go

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

2 changes: 1 addition & 1 deletion services/alb/oas_commit
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16ba5d1ffe0b8402cbe0c2262eb46074ab6f09af
d5bd75f47f4b364fa6f71663efb4ba41ec703ac8
8 changes: 8 additions & 0 deletions services/alb/v2api/model_load_balancer_error_type.go

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

Loading