You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**Bugfix:**`PartialUpdateInstanceWaitHandler` does not finish when update is succeeded
6
+
-**Deprecation:** Deprecated `InstanceStateSuccess`, `InstanceStateFailed`, `InstanceTypeCreate`, `InstanceTypeUpdate`, `InstanceTypeDelete` and will be removed after 2nd October 2025
-**Bugfix:**`PartialUpdateInstanceWaitHandler` does not finish when update is succeeded
9
+
-**Deprecation:** Deprecated `InstanceStateSuccess`, `InstanceStateFailed`, `InstanceTypeCreate`, `InstanceTypeUpdate`, `InstanceTypeDelete` and will be removed after 2nd October 2025
-**Bugfix:**`PartialUpdateInstanceWaitHandler` does not finish when update is succeeded
12
+
-**Deprecation:** Deprecated `InstanceStateSuccess`, `InstanceStateFailed`, `InstanceTypeCreate`, `InstanceTypeUpdate`, `InstanceTypeDelete` and will be removed after 2nd October 2025
-**Bugfix:**`PartialUpdateInstanceWaitHandler` does not finish when update is succeeded
15
+
-**Deprecation:** Deprecated `InstanceStateSuccess`, `InstanceStateFailed`, `InstanceTypeCreate`, `InstanceTypeUpdate`, `InstanceTypeDelete` and will be removed after 2nd October 2025
-**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
Copy file name to clipboardExpand all lines: services/logme/CHANGELOG.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,7 @@
1
+
## v0.21.2 (2025-04-02)
2
+
-**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
4
+
1
5
## v0.21.1 (2025-03-19)
2
6
-**Internal:** Backwards compatible change to generated code
returnfalse, nil, fmt.Errorf("create failed for instance with id %s. The response is not valid: the instance id, the last operation type or the state are missing", instanceId)
52
+
ifs.Status==nil {
53
+
returnfalse, nil, fmt.Errorf("create failed for instance with id %s. The response is not valid: the status is missing", instanceId)
returnfalse, nil, fmt.Errorf("update failed for instance with id %s. The response is not valid: the instance id, the last operation type or the state are missing", instanceId)
78
+
ifs.Status==nil {
79
+
returnfalse, nil, fmt.Errorf("update failed for instance with id %s. The response is not valid: the instance idor the status are missing", instanceId)
returnfalse, nil, fmt.Errorf("delete failed for instance with id %s. The response is not valid: The last operation type, description or the state are missing", instanceId)
returnfalse, nil, fmt.Errorf("delete failed for instance with id %s. The response is not valid: The status or last operation description are missing", instanceId)
Copy file name to clipboardExpand all lines: services/mariadb/CHANGELOG.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,7 @@
1
+
## v0.21.2 (2025-04-02)
2
+
-**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
4
+
1
5
## v0.21.1 (2025-03-19)
2
6
-**Internal:** Backwards compatible change to generated code
returnfalse, nil, fmt.Errorf("create failed for instance with id %s. The response is not valid: the instance id, the last operation type or the state are missing", instanceId)
52
+
ifs.Status==nil {
53
+
returnfalse, nil, fmt.Errorf("create failed for instance with id %s. The response is not valid: the status is missing", instanceId)
returnfalse, nil, fmt.Errorf("update failed for instance with id %s. The response is not valid: the instance id, the last operation type or the state are missing", instanceId)
78
+
ifs.Status==nil {
79
+
returnfalse, nil, fmt.Errorf("update failed for instance with id %s. The response is not valid: the instance idor the status are missing", instanceId)
returnfalse, nil, fmt.Errorf("delete failed for instance with id %s. The response is not valid: The last operation type, description or the state are missing", instanceId)
returnfalse, nil, fmt.Errorf("delete failed for instance with id %s. The response is not valid: The status or last operation description are missing", instanceId)
0 commit comments