Skip to content

Commit 3491151

Browse files
committed
Update CHANGELOG.md
1 parent 3642087 commit 3491151

File tree

6 files changed

+20
-10
lines changed

6 files changed

+20
-10
lines changed

CHANGELOG.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,21 @@
11
## Release (2025-XX-YY)
22
- `cdn`: [v0.2.0](services/cdn/CHANGELOG.md#v020-2025-04-01)
33
- **API enhancement:** Provide waiter infrastructure
4-
- `logme`: [v0.21.2](services/logme/CHANGELOG.md#v0212-2025-04-01)
4+
- `logme`: [v0.21.2](services/logme/CHANGELOG.md#v0212-2025-04-02)
55
- **Bugfix:** `PartialUpdateInstanceWaitHandler` does not finish when update is succeeded
6-
- `mariadb`: [v0.21.2](services/mariadb/CHANGELOG.md#v0212-2025-04-01)
6+
- **Deprecation:** Deprecated `InstanceStateSuccess`, `InstanceStateFailed`, `InstanceTypeCreate`, `InstanceTypeUpdate`, `InstanceTypeDelete` and will be removed after 2nd October 2025
7+
- `mariadb`: [v0.21.2](services/mariadb/CHANGELOG.md#v0212-2025-04-02)
78
- **Bugfix:** `PartialUpdateInstanceWaitHandler` does not finish when update is succeeded
8-
- `opensearch`: [v0.20.2](services/opensearch/CHANGELOG.md#v0202-2025-04-01)
9+
- **Deprecation:** Deprecated `InstanceStateSuccess`, `InstanceStateFailed`, `InstanceTypeCreate`, `InstanceTypeUpdate`, `InstanceTypeDelete` and will be removed after 2nd October 2025
10+
- `opensearch`: [v0.20.2](services/opensearch/CHANGELOG.md#v0202-2025-04-02)
911
- **Bugfix:** `PartialUpdateInstanceWaitHandler` does not finish when update is succeeded
10-
- `redis`: [v0.21.2](services/redis/CHANGELOG.md#v0212-2025-04-01)
12+
- **Deprecation:** Deprecated `InstanceStateSuccess`, `InstanceStateFailed`, `InstanceTypeCreate`, `InstanceTypeUpdate`, `InstanceTypeDelete` and will be removed after 2nd October 2025
13+
- `redis`: [v0.21.2](services/redis/CHANGELOG.md#v0212-2025-04-02)
1114
- **Bugfix:** `PartialUpdateInstanceWaitHandler` does not finish when update is succeeded
12-
- `rabbitmq`: [v0.21.2](services/rabbitmq/CHANGELOG.md#v0212-2025-04-01)
15+
- **Deprecation:** Deprecated `InstanceStateSuccess`, `InstanceStateFailed`, `InstanceTypeCreate`, `InstanceTypeUpdate`, `InstanceTypeDelete` and will be removed after 2nd October 2025
16+
- `rabbitmq`: [v0.21.2](services/rabbitmq/CHANGELOG.md#v0212-2025-04-02)
1317
- **Bugfix:** `PartialUpdateInstanceWaitHandler` does not finish when update is succeeded
18+
- **Deprecation:** Deprecated `InstanceStateSuccess`, `InstanceStateFailed`, `InstanceTypeCreate`, `InstanceTypeUpdate`, `InstanceTypeDelete` and will be removed after 2nd October 2025
1419

1520

1621

services/logme/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
## v0.21.2 (2025-04-01)
1+
## v0.21.2 (2025-04-02)
22
- **Bugfix:** `PartialUpdateInstanceWaitHandler` does not finish when update is succeeded
3+
- **Deprecation:** Deprecated `InstanceStateSuccess`, `InstanceStateFailed`, `InstanceTypeCreate`, `InstanceTypeUpdate`, `InstanceTypeDelete` and will be removed after 2nd October 2025
34

45
## v0.21.1 (2025-03-19)
56
- **Internal:** Backwards compatible change to generated code

services/mariadb/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
## v0.21.2 (2025-04-01)
1+
## v0.21.2 (2025-04-02)
22
- **Bugfix:** `PartialUpdateInstanceWaitHandler` does not finish when update is succeeded
3+
- **Deprecation:** Deprecated `InstanceStateSuccess`, `InstanceStateFailed`, `InstanceTypeCreate`, `InstanceTypeUpdate`, `InstanceTypeDelete` and will be removed after 2nd October 2025
34

45
## v0.21.1 (2025-03-19)
56
- **Internal:** Backwards compatible change to generated code

services/opensearch/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
## v0.20.2 (2025-04-01)
1+
## v0.20.2 (2025-04-02)
22
- **Bugfix:** `PartialUpdateInstanceWaitHandler` does not finish when update is succeeded
3+
- **Deprecation:** Deprecated `InstanceStateSuccess`, `InstanceStateFailed`, `InstanceTypeCreate`, `InstanceTypeUpdate`, `InstanceTypeDelete` and will be removed after 2nd October 2025
34

45
## v0.20.1 (2025-03-19)
56
- **Internal:** Backwards compatible change to generated code

services/rabbitmq/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
## v0.21.2 (2025-04-01)
1+
## v0.21.2 (2025-04-02)
22
- **Bugfix:** `PartialUpdateInstanceWaitHandler` does not finish when update is succeeded
3+
- **Deprecation:** Deprecated `InstanceStateSuccess`, `InstanceStateFailed`, `InstanceTypeCreate`, `InstanceTypeUpdate`, `InstanceTypeDelete` and will be removed after 2nd October 2025
34

45
## v0.21.1 (2025-03-19)
56
- **Internal:** Backwards compatible change to generated code

services/redis/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
## v0.21.2 (2025-04-01)
1+
## v0.21.2 (2025-04-02)
22
- **Bugfix:** `PartialUpdateInstanceWaitHandler` does not finish when update is succeeded
3+
- **Deprecation:** Deprecated `InstanceStateSuccess`, `InstanceStateFailed`, `InstanceTypeCreate`, `InstanceTypeUpdate`, `InstanceTypeDelete` and will be removed after 2nd October 2025
34

45
## v0.21.1 (2025-03-19)
56
- **Internal:** Backwards compatible change to generated code

0 commit comments

Comments
 (0)