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
+15-2Lines changed: 15 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,20 @@
1
-
# v0.11.0
1
+
## v0.12.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
+
14
+
## v0.11.0
2
15
-**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.
3
16
4
-
# v0.10.1
17
+
##v0.10.1
5
18
-**Feature:** Add attributes `jaeger_http_traces_url`, `otlp_grpc_traces_url` and `otlp_http_traces_url` to `InstanceSensitiveData` model
0 commit comments