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
Expand Up @@ -45,6 +45,12 @@
- **Feature:** Add waiters for VPC region and VPC network ranges
- `kms`: [v1.12.0](services/kms/CHANGELOG.md#v1120)
- **Feature:** Add enum "hsm" for key protection. Only as private preview feature available.
- `loadbalancer`:
- [v1.15.0](services/loadbalancer/CHANGELOG.md#v1150)
- `v2api`:
- **Feature**: Introduce `TYPE_IP_EXHAUSTED`, `TYPE_DNS_NOT_CONFIGURED` and `TYPE_VM_PORT_NOT_CONFIGURED` errors for `LoadBalancerErrorType`
- Deprecated SDK layer in root of the module:
- **Feature**: Introduce `TYPE_IP_EXHAUSTED`, `TYPE_DNS_NOT_CONFIGURED` and `TYPE_VM_PORT_NOT_CONFIGURED` errors for `LoadBalancerErrorType`
- `logme`:
- [v1.0.1](services/logme/CHANGELOG.md#v101)
- `v1api`:
Expand Down
6 changes: 6 additions & 0 deletions services/loadbalancer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v1.15.0
- `v2api`
- **Feature**: Introduce `TYPE_IP_EXHAUSTED`, `TYPE_DNS_NOT_CONFIGURED` and `TYPE_VM_PORT_NOT_CONFIGURED` errors for `LoadBalancerErrorType`
- Deprecated SDK layer in root of the module:
- **Feature**: Introduce `TYPE_IP_EXHAUSTED`, `TYPE_DNS_NOT_CONFIGURED` and `TYPE_VM_PORT_NOT_CONFIGURED` errors for `LoadBalancerErrorType`

## v1.14.0
- **Feature:** Introduce enums for various attributes

Expand Down
2 changes: 1 addition & 1 deletion services/loadbalancer/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.14.0
v1.15.0
9 changes: 9 additions & 0 deletions services/loadbalancer/model_load_balancer_error.go

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

21 changes: 21 additions & 0 deletions services/loadbalancer/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/loadbalancer/oas_commit
Original file line number Diff line number Diff line change
@@ -1 +1 @@
98c11e0ee4834ddaaa474eccc437d234e6276a70
e4d23dc7d62fd23751cce23a8f70967f581bb282

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

Loading