Skip to content

Commit 2ae3d61

Browse files
authored
Update general changelog (#358)
1 parent a17f2c8 commit 2ae3d61

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

CHANGELOG.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
1-
## Release (XXXX-XX-XX)
1+
## Release (2024-03-20)
2+
3+
- `core`: [v0.10.1](core/CHANGELOG.md#v0101-2024-03-20)
4+
- **Improvement:** Update `ConfigureRegion` method to take into account global servers without a region variable
25
- `postgresflex`: [v0.10.0](services/postgresflex/CHANGELOG.md#v0100-2024-03-08)
36
- **Feature:** New API method `CloneInstance` to clone the instance.
4-
57
- `secretsmanager`: [v0.6.0](services/secretsmanager/CHANGELOG.md#v060-2024-03-18)
68
- **Feature**: New API method `UpdateACLs` to update all ACLs of an instance
9+
- `loadbalancer`: [v0.9.3](services/loadbalancer/CHANGELOG.md#v093-2024-03-20)
10+
- **Improvement**: Improve error handling in Load Balancer creation waiter, fixing timeout being exceeded for `STATUS_PENDING` status with errors. If an error is found in the `Errors` field, the waiter now returns with error.
711

812
## Release (2024-02-27)
913

services/loadbalancer/CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
## v0.9.3 (2024-03-19)
1+
## v0.9.3 (2024-03-20)
22

3-
- Improve error handling in Load Balancer creation waiter, fixing timeout being exceeded for `STATUS_PENDING` status with errors. If an error is found in the `Errors` field, the waiter now returns with error.
3+
- **Improvement**: Improve error handling in Load Balancer creation waiter, fixing timeout being exceeded for `STATUS_PENDING` status with errors. If an error is found in the `Errors` field, the waiter now returns with error.
44

55
## v0.9.2 (2024-02-28)
66

0 commit comments

Comments
 (0)