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
-**Breaking change:** The `PartialUpdateAlertrules` takes now `PartialUpdateAlertrulesRequestInner` instead of `UpdateAlertgroupsRequestInnerRulesInner`.
4
+
-**Breaking change:** The type of `Rules` in `CreateLogsAlertgroupsPayload` and `UpdateLogsAlertgroupPayload` has changed from `[]UpdateAlertgroupsRequestInnerRulesInner` to `[]CreateLogsAlertgroupsPayloadRulesInner`.
5
+
-**Deprecation:** The `GrafanaAdminPassword` and `GrafanaAdminUser` fields are now deprecated in `InstanceSensitiveData` model
6
+
-**Feature:** Add `GrafanaAdminEnabled` to `CreateInstancePayload` and `UpdateInstancePayload` models.
7
+
-**Feature:** Add new field `record` in `UpdateAlertgroupsRequestInnerRulesInner` model
8
+
-**Feature:** Add `CertCheck` to `CertCheckResponse` model.
9
+
-**Feature:** Add `HttpCheck` to `HttpCheckResponse` model.
10
+
-**Feature:** Add new `CreateLogsAlertgroupsPayloadRulesInner` model.
11
+
-**Feature:** Add `allowAssignGrafanaAdmin` to `GrafanaOauth` and `UpdateGrafanaConfigsPayloadGenericOauth` models.
12
+
-**Feature:** Add `GrafanaAdminEnabled` to `InstanceSensitiveData` model.
13
+
-**Feature:** Add new `PartialUpdateAlertrulesRequestInner` model.
Copy file name to clipboardExpand all lines: services/observability/CHANGELOG.md
+14-1Lines changed: 14 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,18 @@
1
+
## v0.16.0
2
+
-**Breaking change:** The `PartialUpdateAlertrules` takes now `PartialUpdateAlertrulesRequestInner` instead of `UpdateAlertgroupsRequestInnerRulesInner`.
3
+
-**Breaking change:** The type of `Rules` in `CreateLogsAlertgroupsPayload` and `UpdateLogsAlertgroupPayload` has changed from `[]UpdateAlertgroupsRequestInnerRulesInner` to `[]CreateLogsAlertgroupsPayloadRulesInner`.
4
+
-**Deprecation:** The `GrafanaAdminPassword` and `GrafanaAdminUser` fields are now deprecated in `InstanceSensitiveData` model
5
+
-**Feature:** Add `GrafanaAdminEnabled` to `CreateInstancePayload` and `UpdateInstancePayload` models.
6
+
-**Feature:** Add new field `record` in `UpdateAlertgroupsRequestInnerRulesInner` model
7
+
-**Feature:** Add `CertCheck` to `CertCheckResponse` model.
8
+
-**Feature:** Add `HttpCheck` to `HttpCheckResponse` model.
9
+
-**Feature:** Add new `CreateLogsAlertgroupsPayloadRulesInner` model.
10
+
-**Feature:** Add `allowAssignGrafanaAdmin` to `GrafanaOauth` and `UpdateGrafanaConfigsPayloadGenericOauth` models.
11
+
-**Feature:** Add `GrafanaAdminEnabled` to `InstanceSensitiveData` model.
12
+
-**Feature:** Add new `PartialUpdateAlertrulesRequestInner` model.
13
+
1
14
## v0.15.1
2
-
- Bump STACKIT SDK core module from `v0.19.0` to `v0.20.0`
15
+
- Bump STACKIT SDK core module from `v0.19.0` to `v0.20.0`
3
16
4
17
# v0.15.0
5
18
-**Deprecation:** The `JaegerHttpTracesUrl` field is now deprecated in all relevant models and will be removed after 9th April 2026. Use the new `JaegerHttpUrl` field instead.
0 commit comments