2022-04-07 15:24:26 +01:00
# Changelog
2022-10-11 12:55:18 +02:00
This is not a direct replacement of Grafana's "add to changelog" label. This is a manually managed document used by docs and PMs to know what to add to "What's New" documents. Adding a PR to a changelog item is recommended but not necessary as some changes require more than one PR.
2022-04-07 15:24:26 +01:00
2022-10-11 12:55:18 +02:00
**Expected contributors: engineers once something noteworthy has been merged.**
2022-04-07 15:24:26 +01:00
2022-10-11 12:55:18 +02:00
## Scope Glossary
2022-04-07 15:24:26 +01:00
2022-10-11 12:55:18 +02:00
### `[CHANGED]`
2022-04-07 15:24:26 +01:00
2022-10-11 12:55:18 +02:00
The CHANGED label is for features that has changed in a visible/impactful way, e.g. "[CHANGED] Time series visualization added in cloud rules editor. [#54950 ](https://github.com/grafana/grafana/pull/54950 )"
2022-04-07 15:24:26 +01:00
2022-10-11 12:55:18 +02:00
### `[NEW]`
2022-04-07 15:24:26 +01:00
2022-10-11 12:55:18 +02:00
The NEW label is for a new functionality or a change that is big enough to stand on its own feet. E.g. "[NEW] Provisioning now supports Terraform."
2022-04-07 15:24:26 +01:00
2022-10-11 12:55:18 +02:00
### `[DEPRECATED]`
2022-04-07 15:24:26 +01:00
2022-10-11 12:55:18 +02:00
The DEPRECATED label is for a feature is planned for deprecation. We should ideally tell customers about those 1 or 2 versions before removing the feature.
2022-04-07 15:24:26 +01:00
2022-10-11 12:55:18 +02:00
### `[REMOVED]`
2022-04-07 15:24:26 +01:00
2022-10-11 12:55:18 +02:00
Self explanatory.
2022-04-07 15:24:26 +01:00
2022-10-11 12:55:18 +02:00
## Next (9.3)
2022-04-07 15:24:26 +01:00
2022-10-11 12:55:18 +02:00
## 9.2
2022-04-07 15:24:26 +01:00
2022-10-11 12:55:18 +02:00
# Previous use of that CHANGELOG, will be removed soon
2022-04-07 15:24:26 +01:00
2022-10-11 12:55:18 +02:00
## Items that happened somewhere between 9.0 and 9.2
2022-04-07 15:24:26 +01:00
2022-06-15 16:01:14 -04:00
- [CHANGE] Rule API to reject request to update rules that affects provisioned rules #50835
2022-06-17 13:10:49 -04:00
- [FEATURE] Add first Grafana reserved label, grafana_folder is created during runtime and stores an alert's folder/namespace title #50262
2022-06-13 12:15:28 -04:00
- [FEATURE] use optimistic lock by version field when updating alert rules #50274
2022-06-21 18:16:53 -04:00
- [BUGFIX] State manager to use tick time to determine stale states #50991
2022-06-08 12:50:44 -04:00
- [ENHANCEMENT] Scheduler: Drop ticks if rule evaluation is too slow and adds a metric grafana_alerting_schedule_rule_evaluations_missed_total to track missed evaluations per rule #48885
2022-06-10 10:27:17 -04:00
- [ENHANCEMENT] Ticker to tick at predictable time #50197
2022-06-22 17:39:17 +01:00
- [ENHANCEMENT] Migration: Don't stop the migration when failing to parse alert rule tags #51253
2022-07-19 10:30:26 +02:00
- [ENHANCEMENT] Prevent evaluation if "for" shorter than "evaluate" #51797
2022-06-08 12:50:44 -04:00
2022-06-07 18:54:23 +01:00
## 9.0.0
2022-04-28 11:20:35 +01:00
- [ENHANCEMENT] Scheduler: Ticker expose new metrics. In legacy, metrics are prefixed with `legacy_` #47828 , #48190
- `grafana_alerting_ticker_last_consumed_tick_timestamp_seconds`
- `grafana_alerting_ticker_next_tick_timestamp_seconds`
- `grafana_alerting_ticker_interval_seconds`
2022-05-13 11:49:04 -04:00
- [ENHANCEMENT] Create folder 'General Alerting' when Grafana starts from the scratch #48866
2022-05-13 12:05:25 -04:00
- [ENHANCEMENT] Rule changes authorization logic to use UID folder scope instead of ID scope #48970
2022-06-03 15:27:29 -04:00
- [ENHANCEMENT] Scheduler: ticker to support stopping #48142
2022-06-08 17:55:31 -03:00
- [ENHANCEMENT] Optional custom title and description for OpsGenie #50131
2022-06-08 18:37:33 +01:00
- [ENHANCEMENT] Scheduler: Adds new metrics to track rules that might be scheduled #49874
- `grafana_alerting_schedule_alert_rules `
- `grafana_alerting_schedule_alert_rules_hash `
- [CHANGE] Scheduler: Renaming of metrics to make them consistent with similar metrics exposed by the component #49874
- `grafana_alerting_get_alert_rules_duration_seconds` to `grafana_alerting_schedule_periodic_duration_seconds`
- `grafana_alerting_schedule_periodic_duration_seconds` to `grafana_alerting_schedule_query_alert_rules_duration_seconds`
2022-04-27 20:53:36 +02:00
- [FEATURE] Indicate whether routes are provisioned when GETting Alertmanager configuration #47857
- [FEATURE] Indicate whether contact point is provisioned when GETting Alertmanager configuration #48323
2022-04-28 21:27:34 +02:00
- [FEATURE] Indicate whether alert rule is provisioned when GETting the rule #48458
2022-06-01 22:05:24 +01:00
- [FEATURE] Alert rules with associated panels will take screenshots. #49293 #49338 #49374 #49377 #49378 #49379 #49381 #49385 #49439 #49445
2022-06-22 10:52:46 -04:00
- [FEATURE] Persistent order of alert rules in a group #50051
2022-05-18 16:00:08 -04:00
- [BUGFIX] Migration: ignore alerts that do not belong to any existing organization\dashboard #49192
2022-06-07 18:54:23 +01:00
- [BUGFIX] Allow anonymous access to alerts #49203
2022-05-20 10:55:07 -04:00
- [BUGFIX] RBAC: replace create\update\delete actions for notification policies by alert.notifications:write #49185
2022-05-23 09:58:20 -04:00
- [BUGFIX] Fix access to alerts for Viewer role with editor permissions in folder #49270
2022-06-07 18:54:23 +01:00
- [BUGFIX] Alerting: Remove double quotes from double quoted matchers #50038
2022-06-03 15:27:29 -04:00
- [BUGFIX] Alerting: rules API to not detect difference between nil and empty map (Annotations, Labels) #50192
2022-04-28 11:20:35 +01:00
2022-05-04 16:05:48 +01:00
## 8.5.3
- [BUGFIX] Migration: Remove data source disabled property when migrating alerts #48559
## 8.5.2
- [FEATURE] Migration: Adds `force_migration` as a flag to prevent truncating the unified alerting tables as we migrate. #48526
- [BUGFIX] Use `NaN` and do not panic when captured alert values are empty #48370
2022-04-28 11:20:35 +01:00
## 8.5.1
- [BUGFIX] Silences: Invalid silences created through the API made grafana panic, they are now validated. #46892
- [ENHANCEMENT] Migration: Migrate each legacy notification channel to its own contact point, use nested routes to reproduce multi-channel alerts #47291
## 8.5.0
- [CHANGE] Prometheus Compatible API: Use float-like values for `api/prometheus/grafana/api/v1/alerts` and `api/prometheus/grafana/api/v1/rules` instead of the evaluation string #47216
- [CHANGE] Notification URL points to alert view page instead of alert edit page. #47752
2022-04-25 16:19:36 +01:00
- [BUGFIX] (Legacy) Templates: Parse notification templates using all the matches of the alert rule when going from `Alerting` to `OK` in legacy alerting #47355
- [BUGFIX] Scheduler: Fix state manager to support OK option of `AlertRule.ExecErrState` #47670
- [ENHANCEMENT] Templates: Enable the use of classic condition values in templates #46971